Skip to content
Success

Console Output

Started by timer
Running as SYSTEM
Agent centos-7-1cjdc is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-1cjdc"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.scout.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-1cjdc"
    - 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: "centos-7-1cjdc"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.scout.svc.cluster.local/scout/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.5"
    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
    - 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-scout"
      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 centos-7-1cjdc (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/scout/org.eclipse.scout.rt.git
 > git init /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/scout/org.eclipse.scout.rt.git
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
 > git fetch --tags --progress https://git.eclipse.org/r/scout/org.eclipse.scout.rt.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/scout/org.eclipse.scout.rt.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/releases/6.0.x^{commit} # timeout=10
Checking out Revision 84727ad38e487be8878af8f55a8769c99767e5db (refs/remotes/origin/releases/6.0.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 84727ad38e487be8878af8f55a8769c99767e5db # timeout=10
Commit message: "Remove bintray maven repository"
 > git rev-list --no-walk 84727ad38e487be8878af8f55a8769c99767e5db # timeout=10
[scout-integration-6.0-RT-nightly] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dremote_branch=origin/releases/6.0.x -Dis_tag=false -Dtag_or_branch=origin/releases/6.0.x -Dinclude=org.eclipse.scout:*:*:* -DresolutionFuzziness=groupId -DreResolve=false dependency:purge-local-repository
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_292, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_292-b10/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.scout.rt:org.eclipse.scout.rt-root:pom:6.0.300
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-install-plugin is missing. @ line 33, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 41, column 15
[WARNING] 'build.plugins.plugin.version' for com.mycila:license-maven-plugin is missing. @ line 49, column 15
[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] 
[WARNING] The project org.eclipse.scout.rt:org.eclipse.scout.rt:pom:6.0.300-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[WARNING] The project org.eclipse.scout.rt:org.eclipse.scout.rt-settings:jar:6.0.300-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[WARNING] The project org.eclipse.scout.rt:org.eclipse.scout.rt-root:pom:6.0.300 uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Eclipse Scout RT                                                   [pom]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.json                        [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform                 [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test            [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared                   [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test              [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons           [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test      [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server                   [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.test              [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms               [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws             [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt                   [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test        [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc              [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test         [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client                   [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client.test              [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client               [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test          [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge             [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor  [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html                  [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test             [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html              [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty                   [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix        [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test              [jar]
[INFO] org.eclipse.scout.rt-settings                                      [jar]
[INFO] Eclipse Scout RT ROOT Module                                       [pom]
[INFO] 
[INFO] -------------< org.eclipse.scout.rt:org.eclipse.scout.rt >--------------
[INFO] Building Eclipse Scout RT 6.0.300-SNAPSHOT                        [1/31]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt ---
[INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt:pom:6.0.300-SNAPSHOT
[INFO] 
[INFO] ------------< org.eclipse.scout.rt:org.eclipse.scout.json >-------------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.json 6.0.300-SNAPSHOT [2/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.json ---
[INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.json:jar:6.0.300-SNAPSHOT
[INFO] 
[INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.platform >---------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.platform 6.0.300-SNAPSHOT [3/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.platform ---
[INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.platform:jar:6.0.300-SNAPSHOT
[INFO] 
[INFO] ------< org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test >-------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test 6.0.300-SNAPSHOT [4/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.platform.test ---
[INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test:jar:6.0.300-SNAPSHOT
[INFO] 
[INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.shared >----------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.shared 6.0.300-SNAPSHOT [5/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.shared ---
[INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.shared:jar:6.0.300-SNAPSHOT
[INFO] 
[INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test >--------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test 6.0.300-SNAPSHOT [6/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.shared.test ---
[INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test:jar:6.0.300-SNAPSHOT
[INFO] 
[INFO] ------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons >------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons 6.0.300-SNAPSHOT [7/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.server.commons ---
[INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons:jar:6.0.300-SNAPSHOT
[INFO] 
[INFO] ---< org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test >----
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test 6.0.300-SNAPSHOT [8/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.server.commons.test ---
[INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test:jar:6.0.300-SNAPSHOT
[INFO] 
[INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.server >----------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server 6.0.300-SNAPSHOT [9/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.server ---
[INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.server:jar:6.0.300-SNAPSHOT
[INFO] 
[INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.test >--------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.test 6.0.300-SNAPSHOT [10/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.server.test ---
[INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.server.test:jar:6.0.300-SNAPSHOT
[INFO] 
[INFO] --------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms >--------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms 6.0.300-SNAPSHOT [11/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.server.jms ---
[INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms:jar:6.0.300-SNAPSHOT
[INFO] 
[INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws >-------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws 6.0.300-SNAPSHOT [12/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.server.jaxws ---
[INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws:jar:6.0.300-SNAPSHOT
[INFO] 
[INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt >----------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt 6.0.300-SNAPSHOT [13/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.jaxws.apt ---
[INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt:jar:6.0.300-SNAPSHOT
[INFO] 
[INFO] ----< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test >-----
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test 6.0.300-SNAPSHOT [14/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test:jar:6.0.300-SNAPSHOT
[INFO] 
[INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc >--------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc 6.0.300-SNAPSHOT [15/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.server.jdbc ---
[INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc:jar:6.0.300-SNAPSHOT
[INFO] 
[INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test >-----
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test 6.0.300-SNAPSHOT [16/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.server.jdbc.test ---
[INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test:jar:6.0.300-SNAPSHOT
[INFO] 
[INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.client >----------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.client 6.0.300-SNAPSHOT [17/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.client ---
[INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.client:jar:6.0.300-SNAPSHOT
[INFO] 
[INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.client.test >--------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.client.test 6.0.300-SNAPSHOT [18/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.client.test ---
[INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.client.test:jar:6.0.300-SNAPSHOT
[INFO] 
[INFO] --------< org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client >--------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client 6.0.300-SNAPSHOT [19/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.svg.client ---
[INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client:jar:6.0.300-SNAPSHOT
[INFO] 
[INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test >------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test 6.0.300-SNAPSHOT [20/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.svg.client.test ---
[INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test:jar:6.0.300-SNAPSHOT
[INFO] 
[INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge >-------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge 6.0.300-SNAPSHOT [21/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.serverbridge ---
[INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge:jar:6.0.300-SNAPSHOT
[INFO] 
[INFO] --< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor >--
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor 6.0.300-SNAPSHOT [22/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
[INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor:jar:6.0.300-SNAPSHOT
[INFO] 
[INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html >----------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html 6.0.300-SNAPSHOT [23/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.ui.html ---
[INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html:jar:6.0.300-SNAPSHOT
[INFO] 
[INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test >-------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test 6.0.300-SNAPSHOT [24/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test:jar:6.0.300-SNAPSHOT
[INFO] 
[INFO] --< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test >--
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test 6.0.300-SNAPSHOT [25/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
[INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test:jar:6.0.300-SNAPSHOT
[INFO] 
[INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html >--------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html 6.0.300-SNAPSHOT [26/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt.svg.ui.html ---
[INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html:jar:6.0.300-SNAPSHOT
[INFO] 
[INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.dev.jetty >----------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.dev.jetty 6.0.300-SNAPSHOT [27/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.dev.jetty ---
[INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.dev.jetty:jar:6.0.300-SNAPSHOT
[INFO] 
[INFO] ----< org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix >-----
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix 6.0.300-SNAPSHOT [28/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.dev.jetty.test.affix ---
[INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix:jar:6.0.300-SNAPSHOT
[INFO] 
[INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test >--------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test 6.0.300-SNAPSHOT [29/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.dev.jetty.test ---
[INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test:jar:6.0.300-SNAPSHOT
[INFO] 
[INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt-settings >---------
[INFO] Building org.eclipse.scout.rt-settings 6.0.300-SNAPSHOT          [30/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ org.eclipse.scout.rt-settings ---
[INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt-settings:jar:6.0.300-SNAPSHOT
[INFO] 
[INFO] -----------< org.eclipse.scout.rt:org.eclipse.scout.rt-root >-----------
[INFO] Building Eclipse Scout RT ROOT Module 6.0.300                    [31/31]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:purge-local-repository (default-cli) @ org.eclipse.scout.rt-root ---
[INFO] No artifacts included for purge for project: org.eclipse.scout.rt:org.eclipse.scout.rt-root:pom:6.0.300
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Eclipse Scout RT 6.0.300-SNAPSHOT .................. SUCCESS [ 54.252 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.json 6.0.300-SNAPSHOT SUCCESS [  1.010 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform 6.0.300-SNAPSHOT SUCCESS [  2.948 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test 6.0.300-SNAPSHOT SUCCESS [  0.388 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared 6.0.300-SNAPSHOT SUCCESS [  0.003 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test 6.0.300-SNAPSHOT SUCCESS [  0.003 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons 6.0.300-SNAPSHOT SUCCESS [  0.146 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test 6.0.300-SNAPSHOT SUCCESS [  0.003 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server 6.0.300-SNAPSHOT SUCCESS [  0.003 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.test 6.0.300-SNAPSHOT SUCCESS [  0.003 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms 6.0.300-SNAPSHOT SUCCESS [  0.241 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws 6.0.300-SNAPSHOT SUCCESS [  0.486 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt 6.0.300-SNAPSHOT SUCCESS [  0.065 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test 6.0.300-SNAPSHOT SUCCESS [  1.303 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc 6.0.300-SNAPSHOT SUCCESS [  0.002 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test 6.0.300-SNAPSHOT SUCCESS [  0.003 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client 6.0.300-SNAPSHOT SUCCESS [  0.002 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client.test 6.0.300-SNAPSHOT SUCCESS [  0.086 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client 6.0.300-SNAPSHOT SUCCESS [  1.325 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test 6.0.300-SNAPSHOT SUCCESS [  0.012 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge 6.0.300-SNAPSHOT SUCCESS [  0.002 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor 6.0.300-SNAPSHOT SUCCESS [  0.449 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html 6.0.300-SNAPSHOT SUCCESS [  0.175 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test 6.0.300-SNAPSHOT SUCCESS [  1.086 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test 6.0.300-SNAPSHOT SUCCESS [  0.003 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html 6.0.300-SNAPSHOT SUCCESS [  0.004 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty 6.0.300-SNAPSHOT SUCCESS [  1.446 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix 6.0.300-SNAPSHOT SUCCESS [  0.002 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test 6.0.300-SNAPSHOT SUCCESS [  0.003 s]
[INFO] org.eclipse.scout.rt-settings 6.0.300-SNAPSHOT ..... SUCCESS [  0.002 s]
[INFO] Eclipse Scout RT ROOT Module 6.0.300 ............... SUCCESS [  1.711 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:27 min
[INFO] Finished at: 2021-07-31T21:31:52Z
[INFO] ------------------------------------------------------------------------
[scout-integration-6.0-RT-nightly] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dremote_branch=origin/releases/6.0.x -Dis_tag=false -Dtag_or_branch=origin/releases/6.0.x clean install
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_292, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_292-b10/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.scout.rt:org.eclipse.scout.rt-root:pom:6.0.300
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-install-plugin is missing. @ line 33, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 41, column 15
[WARNING] 'build.plugins.plugin.version' for com.mycila:license-maven-plugin is missing. @ line 49, column 15
[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] 
[WARNING] The project org.eclipse.scout.rt:org.eclipse.scout.rt:pom:6.0.300-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[WARNING] The project org.eclipse.scout.rt:org.eclipse.scout.rt-settings:jar:6.0.300-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[WARNING] The project org.eclipse.scout.rt:org.eclipse.scout.rt-root:pom:6.0.300 uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Eclipse Scout RT                                                   [pom]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.json                        [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform                 [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test            [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared                   [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test              [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons           [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test      [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server                   [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.test              [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms               [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws             [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt                   [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test        [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc              [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test         [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client                   [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client.test              [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client               [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test          [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge             [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor  [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html                  [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test             [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html              [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty                   [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix        [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test              [jar]
[INFO] org.eclipse.scout.rt-settings                                      [jar]
[INFO] Eclipse Scout RT ROOT Module                                       [pom]
[INFO] 
[INFO] -------------< org.eclipse.scout.rt:org.eclipse.scout.rt >--------------
[INFO] Building Eclipse Scout RT 6.0.300-SNAPSHOT                        [1/31]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt ---
[INFO] 
[INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ org.eclipse.scout.rt ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ org.eclipse.scout.rt ---
[INFO] Generating flattened POM of project org.eclipse.scout.rt:org.eclipse.scout.rt:pom:6.0.300-SNAPSHOT...
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt ---
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt ---
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt/6.0.300-SNAPSHOT/org.eclipse.scout.rt-6.0.300-SNAPSHOT.pom
[INFO] 
[INFO] ------------< org.eclipse.scout.rt:org.eclipse.scout.json >-------------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.json 6.0.300-SNAPSHOT [2/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.json ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.json ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.json ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.json ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.json/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.json ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.json/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.json ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.json/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.json ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.json/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.json ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.json/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.json ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.json/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.json.SelfUseTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.json.SelfUseTest
Running org.json.ParsingTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.json.ParsingTest
Running org.json.JSONTokenerTest
Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.json.JSONTokenerTest
Running org.json.JSONStringerTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.json.JSONStringerTest
Running org.json.JSONObjectTest
Tests run: 66, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec - in org.json.JSONObjectTest
Running org.json.JSONArrayTest
Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.json.JSONArrayTest
Running org.json.CompatibilityTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.json.CompatibilityTest

Results :

Tests run: 187, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.json ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.json/target/org.eclipse.scout.json-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.json ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.json ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.json/target/org.eclipse.scout.json-6.0.300-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.json ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.json/target/org.eclipse.scout.json-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.json ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.json/target/org.eclipse.scout.json-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.json ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.json ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.json ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.json/target/org.eclipse.scout.json-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.json/6.0.300-SNAPSHOT/org.eclipse.scout.json-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.json/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.json/6.0.300-SNAPSHOT/org.eclipse.scout.json-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.json/target/org.eclipse.scout.json-6.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.json/6.0.300-SNAPSHOT/org.eclipse.scout.json-6.0.300-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.json/target/org.eclipse.scout.json-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.json/6.0.300-SNAPSHOT/org.eclipse.scout.json-6.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.json/target/org.eclipse.scout.json-6.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.json/6.0.300-SNAPSHOT/org.eclipse.scout.json-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.platform >---------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.platform 6.0.300-SNAPSHOT [3/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.platform ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.platform ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.platform ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.platform ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.platform ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.platform ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 338 source files to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform/target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.platform ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.platform ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.platform ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.platform ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.platform ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform/target/org.eclipse.scout.rt.platform-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.platform ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.platform ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.platform ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform/target/org.eclipse.scout.rt.platform-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.platform ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.platform ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.platform ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.platform ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform/target/org.eclipse.scout.rt.platform-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/6.0.300-SNAPSHOT/org.eclipse.scout.rt.platform-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/6.0.300-SNAPSHOT/org.eclipse.scout.rt.platform-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform/target/org.eclipse.scout.rt.platform-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/6.0.300-SNAPSHOT/org.eclipse.scout.rt.platform-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test >-------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test 6.0.300-SNAPSHOT [4/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.platform.test ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.platform.test ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.platform.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.platform.test ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform.test/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.platform.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.platform.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 32 source files to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.platform.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 17 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.platform.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 194 source files to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/test-classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.platform.test ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.platform.test ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.scout.rt.testing.platform.util.date.FixedDateProviderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.eclipse.scout.rt.testing.platform.util.date.FixedDateProviderTest
Running org.eclipse.scout.rt.testing.platform.util.concurrent.ThreadInterruptionTest
2021-07-31 21:33:12,533 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
2021-07-31 21:33:12,569 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 28.408749 ms - MDC[]
2021-07-31 21:33:12,654 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
2021-07-31 21:33:12,655 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.35 sec - in org.eclipse.scout.rt.testing.platform.util.concurrent.ThreadInterruptionTest
Running org.eclipse.scout.rt.testing.platform.util.concurrent.OptimisticLockTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.testing.platform.util.concurrent.OptimisticLockTest
Running org.eclipse.scout.rt.testing.platform.util.ScoutAssertTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.testing.platform.util.ScoutAssertTest
Running org.eclipse.scout.rt.testing.platform.util.BlockingCountDownLatchTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.006 sec - in org.eclipse.scout.rt.testing.platform.util.BlockingCountDownLatchTest
Running org.eclipse.scout.rt.testing.platform.runner.statement.ScheduledDescendantJobListenerPlatformTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.036 sec - in org.eclipse.scout.rt.testing.platform.runner.statement.ScheduledDescendantJobListenerPlatformTest
Running org.eclipse.scout.rt.testing.platform.runner.parameterized.SampleParameterizedPlatformTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.testing.platform.runner.parameterized.SampleParameterizedPlatformTest
Running org.eclipse.scout.rt.testing.platform.runner.parameterized.ParameterizedTestRunnerExtensionTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.testing.platform.runner.parameterized.ParameterizedTestRunnerExtensionTest
Running org.eclipse.scout.rt.testing.platform.runner.parameterized.ParameterizedPlatformTestRunnerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.testing.platform.runner.parameterized.ParameterizedPlatformTestRunnerTest
Running org.eclipse.scout.rt.testing.platform.runner.TimesMethodLevelTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.testing.platform.runner.TimesMethodLevelTest
Running org.eclipse.scout.rt.testing.platform.runner.TimesClassLevelTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.testing.platform.runner.TimesClassLevelTest
Running org.eclipse.scout.rt.testing.platform.runner.MockBeanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec - in org.eclipse.scout.rt.testing.platform.runner.MockBeanTest
Running org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest
2021-07-31 21:33:14,813 INFO  [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will be re-thrown for JUnit assertion. [exception=expected JUnit test exception] - MDC[]
2021-07-31 21:33:14,814 INFO  [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will be re-thrown for JUnit assertion. [exception=expected JUnit test exception [severity=ERROR]] - MDC[]
2021-07-31 21:33:14,831 INFO  [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will not be re-thrown for JUnit assertion because already consumed. [exception=expected JUnit test exception [severity=ERROR]] - MDC[]
2021-07-31 21:33:14,832 INFO  [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will be re-thrown for JUnit assertion. [exception=expected JUnit test exception] - MDC[]
2021-07-31 21:33:14,832 INFO  [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will not be re-thrown for JUnit assertion because another exception was already handled. [current exception=org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest$TestException2: expected JUnit test exception, other exception=expected JUnit test exception] - MDC[]
2021-07-31 21:33:14,839 ERROR [main] org.eclipse.scout.rt.platform.exception.ExceptionHandler - TestException1:expected JUnit test exception - MDC[]
org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest$TestException1: expected JUnit test exception
	at org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest.testCustomExceptionHandler(JUnitExceptionHandlerTest.java:92)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:97)
	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest
Running org.eclipse.scout.rt.testing.platform.mock.BeanAnnotationsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.testing.platform.mock.BeanAnnotationsTest
Running org.eclipse.scout.rt.platform.util.date.DateUtilityTest
Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.845 sec - in org.eclipse.scout.rt.platform.util.date.DateUtilityTest
Running org.eclipse.scout.rt.platform.util.date.DateProviderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.util.date.DateProviderTest
Running org.eclipse.scout.rt.platform.util.collection.OrderedCollectionTest
Tests run: 102, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec - in org.eclipse.scout.rt.platform.util.collection.OrderedCollectionTest
Running org.eclipse.scout.rt.platform.util.XmlUtilityTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec - in org.eclipse.scout.rt.platform.util.XmlUtilityTest
Running org.eclipse.scout.rt.platform.util.XmlUtilityFactoryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 sec - in org.eclipse.scout.rt.platform.util.XmlUtilityFactoryTest
Running org.eclipse.scout.rt.platform.util.UriUtilityTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.eclipse.scout.rt.platform.util.UriUtilityTest
Running org.eclipse.scout.rt.platform.util.UriBuilderTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.util.UriBuilderTest
Running org.eclipse.scout.rt.platform.util.TypeCastUtilityTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.util.TypeCastUtilityTest
Running org.eclipse.scout.rt.platform.util.TriStateTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.util.TriStateTest
Running org.eclipse.scout.rt.platform.util.ToStringBuilderTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.util.ToStringBuilderTest
Running org.eclipse.scout.rt.platform.util.ThreadLocalProcessorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.util.ThreadLocalProcessorTest
Running org.eclipse.scout.rt.platform.util.StringUtilityTest
Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec - in org.eclipse.scout.rt.platform.util.StringUtilityTest
Running org.eclipse.scout.rt.platform.util.ReflectionUtilityTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.util.ReflectionUtilityTest
Running org.eclipse.scout.rt.platform.util.PreferredValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.util.PreferredValueTest
Running org.eclipse.scout.rt.platform.util.PathValidatorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.util.PathValidatorTest
Running org.eclipse.scout.rt.platform.util.PairTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.util.PairTest
Running org.eclipse.scout.rt.platform.util.NumberUtilityTest
2021-07-31 21:33:17,150 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: 'NaN' - MDC[]
2021-07-31 21:33:17,150 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: '-Infinity' - MDC[]
2021-07-31 21:33:17,151 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: 'Infinity' - MDC[]
2021-07-31 21:33:17,151 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: 'NaN' - MDC[]
2021-07-31 21:33:17,151 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: '-Infinity' - MDC[]
2021-07-31 21:33:17,151 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: 'Infinity' - MDC[]
2021-07-31 21:33:17,153 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: '-Infinity' - MDC[]
2021-07-31 21:33:17,153 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: 'Infinity' - MDC[]
2021-07-31 21:33:17,153 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: 'NaN' - MDC[]
2021-07-31 21:33:17,153 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: '-Infinity' - MDC[]
2021-07-31 21:33:17,153 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: 'Infinity' - MDC[]
2021-07-31 21:33:17,153 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: 'NaN' - MDC[]
2021-07-31 21:33:17,154 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: 'NaN' - MDC[]
2021-07-31 21:33:17,154 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: '-Infinity' - MDC[]
2021-07-31 21:33:17,154 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: 'Infinity' - MDC[]
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.platform.util.NumberUtilityTest
Running org.eclipse.scout.rt.platform.util.MimeTypeDetectorTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.eclipse.scout.rt.platform.util.MimeTypeDetectorTest
Running org.eclipse.scout.rt.platform.util.MatrixUtilityTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.platform.util.MatrixUtilityTest
Running org.eclipse.scout.rt.platform.util.IOUtilityTest
Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.platform.util.IOUtilityTest
Running org.eclipse.scout.rt.platform.util.HexUtilityTest
#TUNING: decode[1000] sum=22.011768ms min=0.001591ms avg=0.022011ms median=0.021764ms max=0.068299ms  [without 10 smallest and 10 largest:  sum=21.515329 min=0.001946ms avg=0.021976ms median=0.021764ms max=0.042889ms]
#TUNING: encode[1000] sum=14.154532ms min=0.001680ms avg=0.014154ms median=0.013790ms max=0.031400ms  [without 10 smallest and 10 largest:  sum=13.859644 min=0.002112ms avg=0.014156ms median=0.013790ms max=0.026704ms]
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec - in org.eclipse.scout.rt.platform.util.HexUtilityTest
Running org.eclipse.scout.rt.platform.util.HTMLUtilityTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.273 sec - in org.eclipse.scout.rt.platform.util.HTMLUtilityTest
Running org.eclipse.scout.rt.platform.util.FormattingUtilityTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.platform.util.FormattingUtilityTest
Running org.eclipse.scout.rt.platform.util.FinalValueTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.util.FinalValueTest
Running org.eclipse.scout.rt.platform.util.FileUtilityTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.platform.util.FileUtilityTest
Running org.eclipse.scout.rt.platform.util.EventListenerListTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.util.EventListenerListTest
Running org.eclipse.scout.rt.platform.util.ConfigurationUtilityTest
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.platform.util.ConfigurationUtilityTest
Running org.eclipse.scout.rt.platform.util.ConcurrentExpiringMapTest
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec - in org.eclipse.scout.rt.platform.util.ConcurrentExpiringMapTest
Running org.eclipse.scout.rt.platform.util.CompositeObjectTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.util.CompositeObjectTest
Running org.eclipse.scout.rt.platform.util.CompareUtilityTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.util.CompareUtilityTest
Running org.eclipse.scout.rt.platform.util.CollectionUtilityTest
Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.util.CollectionUtilityTest
Running org.eclipse.scout.rt.platform.util.CloneUtilityTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.util.CloneUtilityTest
Running org.eclipse.scout.rt.platform.util.ClassIdentifierTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.util.ClassIdentifierTest
Running org.eclipse.scout.rt.platform.util.BooleanUtilityTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.util.BooleanUtilityTest
Running org.eclipse.scout.rt.platform.util.BomInputStreamReaderTest
Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec - in org.eclipse.scout.rt.platform.util.BomInputStreamReaderTest
Running org.eclipse.scout.rt.platform.util.BeanUtilityTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.util.BeanUtilityTest
Running org.eclipse.scout.rt.platform.util.Base64UtilityTest
#TUNING: decode[1000] sum=67.972057ms min=0.001124ms avg=0.067972ms median=0.014135ms max=53.896264ms  [without 10 smallest and 10 largest:  sum=13.709644 min=0.001675ms avg=0.014003ms median=0.014135ms max=0.030258ms]
#TUNING: encode[1000] sum=5.481421ms min=0.001071ms avg=0.005481ms median=0.006289ms max=0.025858ms  [without 10 smallest and 10 largest:  sum=5.279151 min=0.001267ms avg=0.005392ms median=0.006289ms max=0.013348ms]
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec - in org.eclipse.scout.rt.platform.util.Base64UtilityTest
Running org.eclipse.scout.rt.platform.util.AssertionsTest
Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.platform.util.AssertionsTest
Running org.eclipse.scout.rt.platform.util.AlphanumericComparatorTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.util.AlphanumericComparatorTest
Running org.eclipse.scout.rt.platform.status.StatusTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.status.StatusTest
Running org.eclipse.scout.rt.platform.status.MultiStatusTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.status.MultiStatusTest
Running org.eclipse.scout.rt.platform.service.ServiceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.service.ServiceTest
Running org.eclipse.scout.rt.platform.security.SubjectProcessorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.platform.security.SubjectProcessorTest
Running org.eclipse.scout.rt.platform.security.SecurityUtilityTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 sec - in org.eclipse.scout.rt.platform.security.SecurityUtilityTest
Running org.eclipse.scout.rt.platform.security.PublicKeyUtilityTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.eclipse.scout.rt.platform.security.PublicKeyUtilityTest
Running org.eclipse.scout.rt.platform.security.MalwareScannerTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.security.MalwareScannerTest
Running org.eclipse.scout.rt.platform.resource.BinaryResourceTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.platform.resource.BinaryResourceTest
Running org.eclipse.scout.rt.platform.reflect.FastBeanUtilityTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.platform.reflect.FastBeanUtilityTest
Running org.eclipse.scout.rt.platform.reflect.BasicPropertySupportTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.platform.reflect.BasicPropertySupportTest
Running org.eclipse.scout.rt.platform.nls.DynamicNlsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.nls.DynamicNlsTest
Running org.eclipse.scout.rt.platform.nls.CollatorProviderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.nls.CollatorProviderTest
Running org.eclipse.scout.rt.platform.logger.NullLoggerSupportTest
2021-07-31 21:33:18,085 INFO  [main] org.eclipse.scout.rt.platform.logger.NullLoggerSupport - getting or setting log level is not supported by current slf4j logging implementation [logger=org.eclipse.scout.rt.platform.logger.NullLoggerSupportTest, slf4jLoggerFactoryClassStr=testCase] - MDC[]
2021-07-31 21:33:18,085 INFO  [main] org.eclipse.scout.rt.platform.logger.NullLoggerSupport - getting or setting log level is not supported by current slf4j logging implementation [logger=org.eclipse.scout.rt.platform.logger.NullLoggerSupportTest, slf4jLoggerFactoryClassStr=testCase] - MDC[]
2021-07-31 21:33:18,085 INFO  [main] org.eclipse.scout.rt.platform.logger.NullLoggerSupport - getting or setting log level is not supported by current slf4j logging implementation [logger=org.eclipse.scout.rt.platform.logger.NullLoggerSupportTest, slf4jLoggerFactoryClassStr=testCase] - MDC[]
2021-07-31 21:33:18,085 INFO  [main] org.eclipse.scout.rt.platform.logger.NullLoggerSupport - getting or setting log level is not supported by current slf4j logging implementation [logger=org.eclipse.scout.rt.platform.logger.NullLoggerSupportTest, slf4jLoggerFactoryClassStr=testCase] - MDC[]
2021-07-31 21:33:18,085 INFO  [main] org.eclipse.scout.rt.platform.logger.NullLoggerSupport - getting or setting log level is not supported by current slf4j logging implementation [logger=org.eclipse.scout.rt.platform.logger.NullLoggerSupportTest, slf4jLoggerFactoryClassStr=testCase] - MDC[]
2021-07-31 21:33:18,086 INFO  [main] org.eclipse.scout.rt.platform.logger.NullLoggerSupport - getting or setting log level is not supported by current slf4j logging implementation [logger=org.eclipse.scout.rt.platform.logger.NullLoggerSupportTest, slf4jLoggerFactoryClassStr=testCase] - MDC[]
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.logger.NullLoggerSupportTest
Running org.eclipse.scout.rt.platform.logger.LogbackLoggerSupportTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.logger.LogbackLoggerSupportTest
Running org.eclipse.scout.rt.platform.logger.Log4jLoggerSupportTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in org.eclipse.scout.rt.platform.logger.Log4jLoggerSupportTest
Running org.eclipse.scout.rt.platform.logger.JulLoggerSupportTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.platform.logger.JulLoggerSupportTest
Running org.eclipse.scout.rt.platform.job.internal.ThreadNameDecoratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.job.internal.ThreadNameDecoratorTest
Running org.eclipse.scout.rt.platform.job.internal.TemporalValueComputationTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.035 sec - in org.eclipse.scout.rt.platform.job.internal.TemporalValueComputationTest
Running org.eclipse.scout.rt.platform.job.internal.SerialFutureExecutionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.238 sec - in org.eclipse.scout.rt.platform.job.internal.SerialFutureExecutionTest
Running org.eclipse.scout.rt.platform.job.internal.PermitAcquisitionOrderTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.258 sec - in org.eclipse.scout.rt.platform.job.internal.PermitAcquisitionOrderTest
Running org.eclipse.scout.rt.platform.job.internal.NamedThreadFactoryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.job.internal.NamedThreadFactoryTest
Running org.eclipse.scout.rt.platform.job.internal.MutualExclusionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.034 sec - in org.eclipse.scout.rt.platform.job.internal.MutualExclusionTest
Running org.eclipse.scout.rt.platform.job.internal.MisfireTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.712 sec - in org.eclipse.scout.rt.platform.job.internal.MisfireTest
Running org.eclipse.scout.rt.platform.job.internal.JobManagerTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 sec - in org.eclipse.scout.rt.platform.job.internal.JobManagerTest
Running org.eclipse.scout.rt.platform.job.internal.JobManagerChainTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.eclipse.scout.rt.platform.job.internal.JobManagerChainTest
Running org.eclipse.scout.rt.platform.job.internal.FutureFinishedTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.005 sec - in org.eclipse.scout.rt.platform.job.internal.FutureFinishedTest
Running org.eclipse.scout.rt.platform.job.internal.ExecutionTriggerWithCalendarTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.002 sec - in org.eclipse.scout.rt.platform.job.internal.ExecutionTriggerWithCalendarTest
Running org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphoreTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.246 sec - in org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphoreTest
Running org.eclipse.scout.rt.platform.job.internal.ExceptionProcessorTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.platform.job.internal.ExceptionProcessorTest
Running org.eclipse.scout.rt.platform.job.internal.DevelopmentThreadNameDecoratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.eclipse.scout.rt.platform.job.internal.DevelopmentThreadNameDecoratorTest
Running org.eclipse.scout.rt.platform.job.internal.CompletionPromiseTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.349 sec - in org.eclipse.scout.rt.platform.job.internal.CompletionPromiseTest
Running org.eclipse.scout.rt.platform.job.filter.future.SingleExecutionFutureFilterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.job.filter.future.SingleExecutionFutureFilterTest
Running org.eclipse.scout.rt.platform.job.filter.future.RunContextFutureFilterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.job.filter.future.RunContextFutureFilterTest
Running org.eclipse.scout.rt.platform.job.filter.future.MutexFutureFilterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.job.filter.future.MutexFutureFilterTest
Running org.eclipse.scout.rt.platform.job.filter.future.JobNameRegexFutureFilterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.job.filter.future.JobNameRegexFutureFilterTest
Running org.eclipse.scout.rt.platform.job.filter.future.JobNameFutureFilterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.job.filter.future.JobNameFutureFilterTest
Running org.eclipse.scout.rt.platform.job.filter.future.FutureFilterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.job.filter.future.FutureFilterTest
Running org.eclipse.scout.rt.platform.job.filter.future.FutureFilterBuilderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.job.filter.future.FutureFilterBuilderTest
Running org.eclipse.scout.rt.platform.job.filter.future.ExecutionHintFutureFilterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.job.filter.future.ExecutionHintFutureFilterTest
Running org.eclipse.scout.rt.platform.job.filter.event.JobEventFilterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.platform.job.filter.event.JobEventFilterTest
Running org.eclipse.scout.rt.platform.job.filter.event.JobEventFilterBuilderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.job.filter.event.JobEventFilterBuilderTest
Running org.eclipse.scout.rt.platform.job.WhenDoneTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.009 sec - in org.eclipse.scout.rt.platform.job.WhenDoneTest
Running org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.291 sec - in org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest
Running org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest
2021-07-31 21:33:59,660 ERROR [scout-thread-21] org.eclipse.scout.rt.platform.exception.ExceptionHandler - Exception:expected JUnit test exception - MDC[jobName=org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest$7]
java.lang.Exception: expected JUnit test exception
	at org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest$7.run(ScheduleWithFixedDelayTest.java:282)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:163)
	at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:48)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.819 sec - in org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest
Running org.eclipse.scout.rt.platform.job.ScheduleDelayedTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.001 sec - in org.eclipse.scout.rt.platform.job.ScheduleDelayedTest
Running org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest
2021-07-31 21:34:10,479 ERROR [scout-thread-21] org.eclipse.scout.rt.platform.exception.ExceptionHandler - Exception:expected JUnit test exception - MDC[jobName=org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest$7]
java.lang.Exception: expected JUnit test exception
	at org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest$7.run(ScheduleAtFixedRateTest.java:295)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:163)
	at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:48)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.211 sec - in org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest
Running org.eclipse.scout.rt.platform.job.RunMonitorJobTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.job.RunMonitorJobTest
Running org.eclipse.scout.rt.platform.job.PeriodicJobMutexTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.604 sec - in org.eclipse.scout.rt.platform.job.PeriodicJobMutexTest
Running org.eclipse.scout.rt.platform.job.JobsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.platform.job.JobsTest
Running org.eclipse.scout.rt.platform.job.JobStateTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.219 sec - in org.eclipse.scout.rt.platform.job.JobStateTest
Running org.eclipse.scout.rt.platform.job.JobScheduleTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.517 sec - in org.eclipse.scout.rt.platform.job.JobScheduleTest
Running org.eclipse.scout.rt.platform.job.JobManagerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.platform.job.JobManagerTest
Running org.eclipse.scout.rt.platform.job.JobManagerLoadTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.015 sec - in org.eclipse.scout.rt.platform.job.JobManagerLoadTest
Running org.eclipse.scout.rt.platform.job.JobListenerTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.eclipse.scout.rt.platform.job.JobListenerTest
Running org.eclipse.scout.rt.platform.job.JobInputTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.job.JobInputTest
Running org.eclipse.scout.rt.platform.job.JobFutureVisitTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in org.eclipse.scout.rt.platform.job.JobFutureVisitTest
Running org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest
2021-07-31 21:34:36,133 ERROR [scout-thread-442] org.eclipse.scout.rt.platform.exception.ExceptionHandler - Exception:expected JUnit test exception - MDC[jobName=org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest$2]
java.lang.Exception: expected JUnit test exception
	at org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest.testWithExplicitExceptionTranslator(JobExceptionTranslationTest.java:64)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:312)
	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:97)
	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
2021-07-31 21:34:36,138 ERROR [scout-thread-442] org.eclipse.scout.rt.platform.exception.ExceptionHandler - Exception:expected JUnit test exception - MDC[jobName=org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest$1]
java.lang.Exception: expected JUnit test exception
	at org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest.testWithImplicitExceptionTranslator(JobExceptionTranslationTest.java:43)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:312)
	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:97)
	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest
Running org.eclipse.scout.rt.platform.job.JobCancelTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.039 sec - in org.eclipse.scout.rt.platform.job.JobCancelTest
Running org.eclipse.scout.rt.platform.job.FutureAwaitTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 sec - in org.eclipse.scout.rt.platform.job.FutureAwaitTest
Running org.eclipse.scout.rt.platform.job.ExecutionTriggerTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.job.ExecutionTriggerTest
Running org.eclipse.scout.rt.platform.job.ExecutionHintTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.platform.job.ExecutionHintTest
Running org.eclipse.scout.rt.platform.job.BlockingConditionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.job.BlockingConditionTest
Running org.eclipse.scout.rt.platform.job.BlockingConditionInterruptionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec - in org.eclipse.scout.rt.platform.job.BlockingConditionInterruptionTest
Running org.eclipse.scout.rt.platform.job.AwaitDoneTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.607 sec - in org.eclipse.scout.rt.platform.job.AwaitDoneTest
Running org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilderTest
2021-07-31 21:34:40,021 INFO  [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder - found no pre-built 'file:/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/inventory/internal/test%20repository/META-INF/jandex.idx'. scanning location... - MDC[]
2021-07-31 21:34:40,030 INFO  [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder - found no pre-built 'jar:file:/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/inventory/internal/test%20repository/test.jar_!/META-INF/jandex.idx'. scanning location... - MDC[]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilderTest
Running org.eclipse.scout.rt.platform.inventory.internal.JandexClassInventoryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.inventory.internal.JandexClassInventoryTest
Running org.eclipse.scout.rt.platform.inventory.internal.JandexClassInfoTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.inventory.internal.JandexClassInfoTest
Running org.eclipse.scout.rt.platform.internal.PlatformImplementorTest
2021-07-31 21:34:40,037 INFO  [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
2021-07-31 21:34:40,040 ERROR [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Error during event listener notification. - MDC[]
org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$TestingPlatformStartupException: null
	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$1.stateChanged(PlatformImplementorTest.java:67)
	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:343)
	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.changeState(PlatformImplementor.java:317)
	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:138)
	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:119)
	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$4.run(PlatformImplementorTest.java:165)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
2021-07-31 21:34:40,040 ERROR [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Error during platform startup - MDC[]
org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$TestingPlatformStartupException: null
	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$1.stateChanged(PlatformImplementorTest.java:67)
	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:343)
	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.changeState(PlatformImplementor.java:317)
	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:138)
	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:119)
	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$4.run(PlatformImplementorTest.java:165)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
2021-07-31 21:34:40,040 INFO  [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
2021-07-31 21:34:40,041 WARN  [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Using org.eclipse.scout.rt.platform.SimpleBeanDecorationFactory. Please verify that this application really has no client or server side IBeanDecorationFactory - MDC[]
2021-07-31 21:34:40,041 ERROR [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Error during event listener notification. - MDC[]
org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$TestingPlatformStartupException: null
	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$1.stateChanged(PlatformImplementorTest.java:67)
	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:343)
	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.changeState(PlatformImplementor.java:317)
	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:158)
	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:119)
	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$4.run(PlatformImplementorTest.java:165)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
2021-07-31 21:34:40,041 INFO  [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
2021-07-31 21:34:40,041 WARN  [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Using org.eclipse.scout.rt.platform.SimpleBeanDecorationFactory. Please verify that this application really has no client or server side IBeanDecorationFactory - MDC[]
2021-07-31 21:34:40,042 ERROR [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Error during event listener notification. - MDC[]
org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$TestingPlatformStartupException: null
	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$1.stateChanged(PlatformImplementorTest.java:67)
	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:343)
	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.changeState(PlatformImplementor.java:317)
	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:144)
	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:119)
	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$4.run(PlatformImplementorTest.java:165)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
2021-07-31 21:34:40,042 ERROR [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Error during platform startup - MDC[]
org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$TestingPlatformStartupException: null
	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$1.stateChanged(PlatformImplementorTest.java:67)
	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:343)
	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.changeState(PlatformImplementor.java:317)
	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:144)
	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:119)
	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$4.run(PlatformImplementorTest.java:165)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
2021-07-31 21:34:40,042 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
2021-07-31 21:34:40,043 WARN  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Using org.eclipse.scout.rt.platform.SimpleBeanDecorationFactory. Please verify that this application really has no client or server side IBeanDecorationFactory - MDC[]
2021-07-31 21:34:40,043 INFO  [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
2021-07-31 21:34:40,043 WARN  [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Using org.eclipse.scout.rt.platform.SimpleBeanDecorationFactory. Please verify that this application really has no client or server side IBeanDecorationFactory - MDC[]
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.platform.internal.PlatformImplementorTest
Running org.eclipse.scout.rt.platform.internal.BeanInstanceUtilTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.platform.internal.BeanInstanceUtilTest
Running org.eclipse.scout.rt.platform.internal.BeanFilterTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.internal.BeanFilterTest
Running org.eclipse.scout.rt.platform.interceptor.DecoratingProxyTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.platform.interceptor.DecoratingProxyTest
Running org.eclipse.scout.rt.platform.index.IndexedStoreTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.index.IndexedStoreTest
Running org.eclipse.scout.rt.platform.html.HtmlHelperTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.html.HtmlHelperTest
Running org.eclipse.scout.rt.platform.html.HtmlContentBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.html.HtmlContentBuilderTest
Running org.eclipse.scout.rt.platform.html.HTMLTest
Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.eclipse.scout.rt.platform.html.HTMLTest
Running org.eclipse.scout.rt.platform.filter.OrFilterTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.filter.OrFilterTest
Running org.eclipse.scout.rt.platform.filter.NotFilterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.filter.NotFilterTest
Running org.eclipse.scout.rt.platform.filter.AndFilterTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.eclipse.scout.rt.platform.filter.AndFilterTest
Running org.eclipse.scout.rt.platform.exception.VetoExceptionTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.exception.VetoExceptionTest
Running org.eclipse.scout.rt.platform.exception.ProcessingStatusTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.exception.ProcessingStatusTest
Running org.eclipse.scout.rt.platform.exception.ProcessingExceptionTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.exception.ProcessingExceptionTest
Running org.eclipse.scout.rt.platform.exception.PlatformExceptionTranslatorTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.exception.PlatformExceptionTranslatorTest
Running org.eclipse.scout.rt.platform.exception.PlatformExceptionTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.exception.PlatformExceptionTest
Running org.eclipse.scout.rt.platform.exception.PlaceholderExceptionTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.exception.PlaceholderExceptionTest
Running org.eclipse.scout.rt.platform.exception.NullExceptionTranslatorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.exception.NullExceptionTranslatorTest
Running org.eclipse.scout.rt.platform.exception.ExceptionHandlerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.exception.ExceptionHandlerTest
Running org.eclipse.scout.rt.platform.exception.DefaultRuntimeExceptionTranslatorTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.exception.DefaultRuntimeExceptionTranslatorTest
Running org.eclipse.scout.rt.platform.exception.DefaultExceptionTranslatorTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.exception.DefaultExceptionTranslatorTest
Running org.eclipse.scout.rt.platform.context.RunMonitorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.context.RunMonitorTest
Running org.eclipse.scout.rt.platform.context.RunContextTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.context.RunContextTest
Running org.eclipse.scout.rt.platform.context.RunContextExceptionTranslationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.context.RunContextExceptionTranslationTest
Running org.eclipse.scout.rt.platform.context.RunContextChainTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.context.RunContextChainTest
Running org.eclipse.scout.rt.platform.config.PropertiesHelperTest
2021-07-31 21:34:40,167 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper - Invalid boolean-value for property 'stringKey' configured: stringValue - MDC[]
2021-07-31 21:34:40,167 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper - Invalid boolean-value for property 'stringKey' configured: stringValue - MDC[]
2021-07-31 21:34:40,167 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper - Invalid long-value for property 'invalidNumberKey' configured: invalid - MDC[]
2021-07-31 21:34:40,167 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper - Invalid int-value for property 'invalidNumberKey' configured: invalid - MDC[]
2021-07-31 21:34:40,168 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper - Invalid double-value for property 'invalidNumberKey' configured: invalid - MDC[]
2021-07-31 21:34:40,168 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper - Invalid float-value for property 'invalidNumberKey' configured: invalid - MDC[]
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.config.PropertiesHelperTest
Running org.eclipse.scout.rt.platform.config.LongConfigPropertyTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.config.LongConfigPropertyTest
Running org.eclipse.scout.rt.platform.chain.callable.CallableChainTest
2021-07-31 21:34:40,178 ERROR [main] org.eclipse.scout.rt.platform.chain.callable.CallableChain - Unexpected error during the undecoration of a command's execution. [undecorator=org.eclipse.scout.rt.platform.chain.callable.CallableChainTest$6$1, command=org.eclipse.scout.rt.platform.chain.callable.CallableChainTest$9@6e65fc8b] - MDC[]
java.lang.RuntimeException: expected JUnit test exception
	at org.eclipse.scout.rt.platform.chain.callable.CallableChainTest$6$1.undecorate(CallableChainTest.java:123)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.undecorateSafe(CallableChain.java:197)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:190)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChainTest.testDecoratorChainWithException(CallableChainTest.java:147)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.platform.chain.callable.CallableChainTest
Running org.eclipse.scout.rt.platform.SimpleInstanceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.SimpleInstanceTest
Running org.eclipse.scout.rt.platform.SameBeanOrderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.SameBeanOrderTest
Running org.eclipse.scout.rt.platform.ReUseVsReplaceTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.ReUseVsReplaceTest
Running org.eclipse.scout.rt.platform.PostConstructTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.PostConstructTest
Running org.eclipse.scout.rt.platform.InterfaceBeanTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.InterfaceBeanTest
Running org.eclipse.scout.rt.platform.InjectInstancesTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.InjectInstancesTest
Running org.eclipse.scout.rt.platform.InheritOrderTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in org.eclipse.scout.rt.platform.InheritOrderTest
Running org.eclipse.scout.rt.platform.DynamicAnnotationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.DynamicAnnotationTest
Running org.eclipse.scout.rt.platform.DoubleReplaceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.DoubleReplaceTest
Running org.eclipse.scout.rt.platform.BeansWithCircularDependenciesTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.eclipse.scout.rt.platform.BeansWithCircularDependenciesTest
Running org.eclipse.scout.rt.platform.BeanRegisterUnregisterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.BeanRegisterUnregisterTest
Running org.eclipse.scout.rt.platform.BeanOrderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.BeanOrderTest
Running org.eclipse.scout.rt.platform.BeanDoubleRegistrationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.BeanDoubleRegistrationTest
Running org.eclipse.scout.rt.platform.BeanContextTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.BeanContextTest
Running org.eclipse.scout.rt.platform.BEANSTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.BEANSTest
Running org.eclipse.scout.rt.platform.ApplicationsScopedTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.ApplicationsScopedTest
Running org.eclipse.scout.rt.platform.ApplicationTest
2021-07-31 21:34:40,257 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
2021-07-31 21:34:40,259 INFO  [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
2021-07-31 21:34:40,259 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.platform.ApplicationTest

Results :

Tests run: 1398, Failures: 0, Errors: 0, Skipped: 4

[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.platform.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.platform.test ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.platform.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.platform.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.platform.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.platform.test ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.platform.test ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.platform.test ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.shared >----------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.shared 6.0.300-SNAPSHOT [5/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.shared ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.shared ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.shared ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.shared ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.shared/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.shared ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 29 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.shared ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 294 source files to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.shared/target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.shared ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.shared ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.shared/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.shared ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.shared ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.shared ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.shared/target/org.eclipse.scout.rt.shared-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.shared ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.shared ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.shared ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.shared/target/org.eclipse.scout.rt.shared-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.shared ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.shared ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.shared ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.shared ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.shared/target/org.eclipse.scout.rt.shared-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/6.0.300-SNAPSHOT/org.eclipse.scout.rt.shared-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.shared/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/6.0.300-SNAPSHOT/org.eclipse.scout.rt.shared-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.shared/target/org.eclipse.scout.rt.shared-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/6.0.300-SNAPSHOT/org.eclipse.scout.rt.shared-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test >--------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test 6.0.300-SNAPSHOT [6/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.shared.test ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.shared.test ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.shared.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.shared.test ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.shared.test/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.shared.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.shared.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.shared.test/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.shared.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.shared.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 65 source files to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.shared.test/target/test-classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.shared.test ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.shared.test ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.shared.test/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.scout.rt.shared.ui.UserAgentTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 sec - in org.eclipse.scout.rt.shared.ui.UserAgentTest
Running org.eclipse.scout.rt.shared.ui.DefaultUserAgentParserTest
2021-07-31 21:34:44,010 ERROR [main] org.eclipse.scout.rt.shared.ui.UserAgents - UserAgentIdentifier could not be parsed. Exception occured while parsing. UserAgent:  - MDC[]
org.eclipse.scout.rt.platform.exception.PlatformException: Invalid number of tokens
	at org.eclipse.scout.rt.shared.ui.DefaultUserAgentParser.parseIdentifier(DefaultUserAgentParser.java:45)
	at org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:94)
	at org.eclipse.scout.rt.shared.ui.DefaultUserAgentParserTest.testEmptyId(DefaultUserAgentParserTest.java:27)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
2021-07-31 21:34:44,013 ERROR [main] org.eclipse.scout.rt.shared.ui.UserAgents - UserAgentIdentifier could not be parsed. Exception occured while parsing. UserAgent: XY|DESKTOP|UNKNOWN|Windows7 - MDC[]
org.eclipse.scout.rt.platform.exception.PlatformException: Invalid number of tokens
	at org.eclipse.scout.rt.shared.ui.DefaultUserAgentParser.parseIdentifier(DefaultUserAgentParser.java:45)
	at org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:94)
	at org.eclipse.scout.rt.shared.ui.DefaultUserAgentParserTest.testInvalidId(DefaultUserAgentParserTest.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
2021-07-31 21:34:44,014 WARN  [main] org.eclipse.scout.rt.shared.ui.DefaultUserAgentParser - Character which is used as delimiter has been found in uiDeviceId. Replaced with '_'. Old uiDeviceId: xxx|yyy. New uiDeviceId: xxx_yyy - MDC[]
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.eclipse.scout.rt.shared.ui.DefaultUserAgentParserTest
Running org.eclipse.scout.rt.shared.text.TextsTest
2021-07-31 21:34:44,066 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
2021-07-31 21:34:44,085 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 17.652231 ms - MDC[]
2021-07-31 21:34:44,194 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
2021-07-31 21:34:44,200 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 9 code type classes registered. - MDC[]
2021-07-31 21:34:44,201 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 sec - in org.eclipse.scout.rt.shared.text.TextsTest
Running org.eclipse.scout.rt.shared.text.HTMLTextTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.shared.text.HTMLTextTest
Running org.eclipse.scout.rt.shared.session.SessionDataTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec - in org.eclipse.scout.rt.shared.session.SessionDataTest
Running org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstallerTest
2021-07-31 21:34:44,336 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller - Successfully installed java.net.CookieManager@7a682d35 (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@ee8e7ff) - MDC[]
2021-07-31 21:34:44,437 WARN  [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller - Overriding pre-installed cookie handler: Mock for CookieHandler, hashCode: 106787773 - MDC[]
2021-07-31 21:34:44,438 WARN  [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller - Overriding pre-installed cookie handler: Mock for CookieManager, hashCode: 663317819 (Cookie store: null) - MDC[]
2021-07-31 21:34:44,442 WARN  [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller - Overriding pre-installed cookie handler: Mock for CookieManager, hashCode: 663317819 (Cookie store: Mock for CookieStore, hashCode: 1163871363) - MDC[]
2021-07-31 21:34:44,442 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller - Don't overriding already installed MultiSessionCookieStore cookie handler from same deployment: java.net.CookieManager@7a682d35 (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@ee8e7ff) - MDC[]
2021-07-31 21:34:44,442 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller - Successfully uninstalled java.net.CookieManager@7a682d35 (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@ee8e7ff) - MDC[]
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 sec - in org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstallerTest
Running org.eclipse.scout.rt.shared.servicetunnel.http.HttpServiceTunnelTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.eclipse.scout.rt.shared.servicetunnel.http.HttpServiceTunnelTest
Running org.eclipse.scout.rt.shared.servicetunnel.http.DefaultAuthTokenTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.eclipse.scout.rt.shared.servicetunnel.http.DefaultAuthTokenTest
Running org.eclipse.scout.rt.shared.servicetunnel.SoapServiceTunnelContentHandlerTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in org.eclipse.scout.rt.shared.servicetunnel.SoapServiceTunnelContentHandlerTest
Running org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListenerTest
2021-07-31 21:34:44,550 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener - Tunnel to server proxies registered. - MDC[]
2021-07-31 21:34:44,554 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener - Tunnel to server proxies registered. - MDC[]
2021-07-31 21:34:44,555 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener - Tunnel to server proxies registered. - MDC[]
2021-07-31 21:34:44,556 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener - Tunnel to server proxies registered. - MDC[]
2021-07-31 21:34:44,556 ERROR [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener - The annotation @TunnelToServer can only be used on public interfaces, not on org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListenerTest$FixtureTunnelToServerEx3Impl - MDC[]
2021-07-31 21:34:44,556 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener - Tunnel to server proxies registered. - MDC[]
2021-07-31 21:34:44,557 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener - Tunnel to server proxies registered. - MDC[]
2021-07-31 21:34:44,559 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener - Tunnel to server proxies registered. - MDC[]
2021-07-31 21:34:44,559 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener - Tunnel to server proxies registered. - MDC[]
2021-07-31 21:34:44,560 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener - Tunnel to server proxies registered. - MDC[]
2021-07-31 21:34:44,561 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener - Tunnel to server proxies registered. - MDC[]
2021-07-31 21:34:44,561 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener - Tunnel to server proxies registered. - MDC[]
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListenerTest
Running org.eclipse.scout.rt.shared.servicetunnel.LenientPermissionWrapperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.shared.servicetunnel.LenientPermissionWrapperTest
Running org.eclipse.scout.rt.shared.servicetunnel.BinaryServiceTunnelContentHandlerTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.shared.servicetunnel.BinaryServiceTunnelContentHandlerTest
Running org.eclipse.scout.rt.shared.services.lookup.LookupRowTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.shared.services.lookup.LookupRowTest
Running org.eclipse.scout.rt.shared.services.lookup.LocalLookupCallTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.shared.services.lookup.LocalLookupCallTest
Running org.eclipse.scout.rt.shared.services.lookup.CodeLookupCallTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec - in org.eclipse.scout.rt.shared.services.lookup.CodeLookupCallTest
Running org.eclipse.scout.rt.shared.services.common.security.SharedAccessControlServiceTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.shared.services.common.security.SharedAccessControlServiceTest
Running org.eclipse.scout.rt.shared.services.common.prefs.PreferencesTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.shared.services.common.prefs.PreferencesTest
Running org.eclipse.scout.rt.shared.services.common.jdbc.SearchFilterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.shared.services.common.jdbc.SearchFilterTest
Running org.eclipse.scout.rt.shared.services.common.code.CodeTypeWithAddRemoveCodeTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.shared.services.common.code.CodeTypeWithAddRemoveCodeTest
Running org.eclipse.scout.rt.shared.services.common.code.CodeTypeTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.shared.services.common.code.CodeTypeTest
Running org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrationTest
Running org.eclipse.scout.rt.shared.services.common.code.CodeTypeClassInventoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.shared.services.common.code.CodeTypeClassInventoryTest
Running org.eclipse.scout.rt.shared.services.common.code.CodeServiceTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.shared.services.common.code.CodeServiceTest
Running org.eclipse.scout.rt.shared.services.common.code.CodeRowTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.shared.services.common.code.CodeRowTest
Running org.eclipse.scout.rt.shared.services.common.calendar.CalendarItemTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.shared.services.common.calendar.CalendarItemTest
Running org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest
Running org.eclipse.scout.rt.shared.notification.NotificationHandlerRegistryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.shared.notification.NotificationHandlerRegistryTest
Running org.eclipse.scout.rt.shared.mail.MailUtilityTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 sec - in org.eclipse.scout.rt.shared.mail.MailUtilityTest
Running org.eclipse.scout.rt.shared.extension.service.common.code.CodeTypeAopTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.shared.extension.service.common.code.CodeTypeAopTest
Running org.eclipse.scout.rt.shared.extension.ExtensionChainTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.shared.extension.ExtensionChainTest
Running org.eclipse.scout.rt.shared.data.model.DataModelUtilityTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.236 sec - in org.eclipse.scout.rt.shared.data.model.DataModelUtilityTest
Running org.eclipse.scout.rt.shared.data.model.DataModelAttributeTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.eclipse.scout.rt.shared.data.model.DataModelAttributeTest
Running org.eclipse.scout.rt.shared.data.form.properties.FormDataPropertyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.shared.data.form.properties.FormDataPropertyTest
Running org.eclipse.scout.rt.shared.data.form.fields.tablefield.TableFieldBeanDataTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.shared.data.form.fields.tablefield.TableFieldBeanDataTest
Running org.eclipse.scout.rt.shared.data.form.FormFieldDataTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.shared.data.form.FormFieldDataTest
Running org.eclipse.scout.rt.shared.data.form.FormDataUtilityTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.shared.data.form.FormDataUtilityTest
Running org.eclipse.scout.rt.shared.data.form.FormDataTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.shared.data.form.FormDataTest
Running org.eclipse.scout.rt.shared.data.form.FormDataInjectionTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.shared.data.form.FormDataInjectionTest
Running org.eclipse.scout.rt.shared.data.basic.table.AbstractTableRowDataTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.eclipse.scout.rt.shared.data.basic.table.AbstractTableRowDataTest
Running org.eclipse.scout.rt.shared.csv.CsvHelperTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.eclipse.scout.rt.shared.csv.CsvHelperTest
Running org.eclipse.scout.rt.shared.calendar.CalendarTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.shared.calendar.CalendarTest
Running org.eclipse.scout.rt.shared.cache.CacheRegistryServiceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.shared.cache.CacheRegistryServiceTest
Running org.eclipse.scout.rt.shared.cache.CacheBuilderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.shared.cache.CacheBuilderTest
Running org.eclipse.scout.rt.shared.cache.BasicCacheTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.shared.cache.BasicCacheTest

Results :

Tests run: 220, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.shared.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.shared.test ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.shared.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.shared.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.shared.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.shared.test ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.shared.test ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.shared.test ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.shared.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] ------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons >------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons 6.0.300-SNAPSHOT [7/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.commons ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.commons ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.commons ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.commons ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.commons/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.commons ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.commons ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 44 source files to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.commons/target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server.commons ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.commons ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.commons/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.commons ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.commons ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.commons ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.commons/target/org.eclipse.scout.rt.server.commons-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.commons ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.commons ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.commons ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.commons/target/org.eclipse.scout.rt.server.commons-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.commons ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.commons ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.commons ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.commons ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.commons/target/org.eclipse.scout.rt.server.commons-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.commons/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.commons/target/org.eclipse.scout.rt.server.commons-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---< org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test >----
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test 6.0.300-SNAPSHOT [8/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.commons.test ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.commons.test ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.commons.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.commons.test ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.commons.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.commons.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.commons.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.commons.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.commons.test ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.scout.rt.server.commons.servlet.ServletExceptionTranslatorTest
2021-07-31 21:34:48,246 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
2021-07-31 21:34:48,269 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 17.032769 ms - MDC[]
2021-07-31 21:34:48,388 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
2021-07-31 21:34:48,391 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. - MDC[]
2021-07-31 21:34:48,391 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.485 sec - in org.eclipse.scout.rt.server.commons.servlet.ServletExceptionTranslatorTest
Running org.eclipse.scout.rt.server.commons.context.ServletRunContextTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec - in org.eclipse.scout.rt.server.commons.context.ServletRunContextTest
Running org.eclipse.scout.rt.server.commons.context.ServletRunContextChainTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.server.commons.context.ServletRunContextChainTest
Running org.eclipse.scout.rt.server.commons.cache.StickySessionCacheStoreServiceTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in org.eclipse.scout.rt.server.commons.cache.StickySessionCacheStoreServiceTest
Running org.eclipse.scout.rt.server.commons.cache.CacheElementTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.server.commons.cache.CacheElementTest
Running org.eclipse.scout.rt.server.commons.FileUtilityMimeTypeTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.eclipse.scout.rt.server.commons.FileUtilityMimeTypeTest

Results :

Tests run: 23, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.commons.test ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.commons.test ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.commons.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-6.0.300-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.commons.test ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.commons.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.commons.test ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.commons.test ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.commons.test ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-6.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-6.0.300-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-6.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.server >----------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server 6.0.300-SNAPSHOT [9/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 150 source files to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server/target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server/target/org.eclipse.scout.rt.server-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server/target/org.eclipse.scout.rt.server-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server/target/org.eclipse.scout.rt.server-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server/target/org.eclipse.scout.rt.server-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.test >--------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.test 6.0.300-SNAPSHOT [10/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.test ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.test ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.test ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.test/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.test/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 50 source files to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.test/target/test-classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server.test ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.test ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.test/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.scout.rt.testing.server.runner.parameterized.SampleParameterizedServerTest
2021-07-31 21:34:51,766 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
2021-07-31 21:34:51,792 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 20.409278 ms - MDC[]
2021-07-31 21:34:51,966 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
2021-07-31 21:34:51,972 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 2 code type classes registered. - MDC[]
2021-07-31 21:34:51,973 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.498 sec - in org.eclipse.scout.rt.testing.server.runner.parameterized.SampleParameterizedServerTest
Running org.eclipse.scout.rt.testing.server.runner.parameterized.ParameterizedServerTestRunnerTimeoutTransactionTest
2021-07-31 21:34:52,074 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerSameSessionTest$JUnitServerSession@ae2db25[id = 1ad44f8c-ae00-47e9-9dd6-5c24a0f9f0b1], user=anna] - MDC[principal=anna]
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec - in org.eclipse.scout.rt.testing.server.runner.parameterized.ParameterizedServerTestRunnerTimeoutTransactionTest
Running org.eclipse.scout.rt.testing.server.runner.parameterized.ParameterizedServerTestRunnerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.testing.server.runner.parameterized.ParameterizedServerTestRunnerTest
Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerTransactionTest
2021-07-31 21:34:52,110 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@32b0876c[id = de64c105-b543-4170-9358-a1cd72168358], user=anna] - MDC[principal=anna]
2021-07-31 21:34:52,238 INFO  [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will be re-thrown for JUnit assertion. [exception=unexpected exception] - MDC[principal=anna]
2021-07-31 21:34:52,249 INFO  [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will be re-thrown for JUnit assertion. [exception=expected exception] - MDC[principal=anna]
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 sec - in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerTransactionTest
Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerTimeoutTransactionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerTimeoutTransactionTest
Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerTimeoutTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec - in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerTimeoutTest
Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerSameSessionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerSameSessionTest
Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSubjectTest
2021-07-31 21:34:52,385 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSubjectTest$JUnitServerSession@785ed99c[id = 61dbd1ab-eb1c-4c97-822f-0dbb6813dfb1], user=anna] - MDC[principal=anna]
2021-07-31 21:34:52,388 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSubjectTest$JUnitServerSession@272778ae[id = 769d7e61-fadd-4428-9302-cfaa80ff1e75], user=john] - MDC[principal=john]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSubjectTest
Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest
2021-07-31 21:34:52,390 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest$JUnitServerSession1@2c48cede[id = 0e6e4a26-52a1-4b49-8887-3c438247c660], user=anna] - MDC[principal=anna]
2021-07-31 21:34:52,391 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest$JUnitServerSession1@236c098[id = 3f414173-c7d7-4fa1-8535-73fdec791145], user=anna] - MDC[principal=anna]
2021-07-31 21:34:52,392 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest$JUnitServerSession1@32ab408e[id = ac73c75b-c3d0-4665-a8d1-ab15c38fb2ae], user=anna] - MDC[principal=anna]
2021-07-31 21:34:52,394 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest$JUnitServerSession2@571a663c[id = 30eea8b6-48e1-4893-a1cf-43c73c5e244e], user=anna] - MDC[principal=anna]
2021-07-31 21:34:52,395 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest$JUnitServerSession1@1373e3ee[id = ce9fcd52-1af1-41d5-b1c4-4800e45833d2], user=anna] - MDC[principal=anna]
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest
Running org.eclipse.scout.rt.server.session.ServerSessionCacheTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in org.eclipse.scout.rt.server.session.ServerSessionCacheTest
Running org.eclipse.scout.rt.server.services.lookup.BatchNormalizerTest
2021-07-31 21:34:52,449 WARN  [main] org.eclipse.scout.rt.shared.services.lookup.BatchLookupResultCache - class org.eclipse.scout.rt.server.services.lookup.BatchNormalizerTest$FruitLookupCallNonCacheable subclasses LookupCall with an additional member field 'FruitLookupCallNonCacheable.m_meta' and should therefore override the 'boolean equals(Object obj)' and 'int hashCode()' methods - MDC[]
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in org.eclipse.scout.rt.server.services.lookup.BatchNormalizerTest
Running org.eclipse.scout.rt.server.services.lookup.BatchLookupTest
2021-07-31 21:34:52,486 WARN  [main] org.eclipse.scout.rt.shared.services.lookup.BatchLookupResultCache - class org.eclipse.scout.rt.server.services.lookup.BatchLookupTest$FlowerLookupCallWithMembersNoEqualsOverride subclasses LookupCall with an additional member field 'FlowerLookupCallWithMembersNoEqualsOverride.m_latinId' and should therefore override the 'boolean equals(Object obj)' and 'int hashCode()' methods - MDC[]
2021-07-31 21:34:52,505 WARN  [main] org.eclipse.scout.rt.shared.services.lookup.BatchLookupResultCache - class org.eclipse.scout.rt.server.services.lookup.BatchLookupTest$LocalFlowerLookupCallWithMembersNoEqualsOverride subclasses LookupCall with an additional member field 'LocalFlowerLookupCallWithMembersNoEqualsOverride.m_latinId' and should therefore override the 'boolean equals(Object obj)' and 'int hashCode()' methods - MDC[]
2021-07-31 21:34:52,541 WARN  [main] org.eclipse.scout.rt.shared.services.lookup.BatchLookupResultCache - class org.eclipse.scout.rt.server.services.lookup.BatchLookupTest$SubclassedLocalFlowerLookupCallWithMembersNoEqualsOverride subclasses LookupCall with an additional member field 'LocalFlowerLookupCallWithMembersNoEqualsOverride.m_latinId' and should therefore override the 'boolean equals(Object obj)' and 'int hashCode()' methods - MDC[]
2021-07-31 21:34:52,552 WARN  [main] org.eclipse.scout.rt.shared.services.lookup.BatchLookupResultCache - class org.eclipse.scout.rt.server.services.lookup.BatchLookupTest$SubclassedFlowerLookupCallWithMembersNoEqualsOverride subclasses LookupCall with an additional member field 'FlowerLookupCallWithMembersNoEqualsOverride.m_latinId' and should therefore override the 'boolean equals(Object obj)' and 'int hashCode()' methods - MDC[]
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec - in org.eclipse.scout.rt.server.services.lookup.BatchLookupTest
Running org.eclipse.scout.rt.server.services.common.security.PermissionServiceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.server.services.common.security.PermissionServiceTest
Running org.eclipse.scout.rt.server.services.common.security.AccessControlServiceTest
2021-07-31 21:34:52,569 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@48dff674[id = 56f38b89-13ac-4d44-8ed6-f1ccfc224803], user=john] - MDC[principal=john]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.479 sec - in org.eclipse.scout.rt.server.services.common.security.AccessControlServiceTest
Running org.eclipse.scout.rt.server.services.common.code.CodeTypeNotificationCoalescerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.server.services.common.code.CodeTypeNotificationCoalescerTest
Running org.eclipse.scout.rt.server.services.common.code.CodeServiceTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.eclipse.scout.rt.server.services.common.code.CodeServiceTest
Running org.eclipse.scout.rt.server.services.common.clustersync.ClusterSynchronizationServiceTest
2021-07-31 21:34:53,077 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@71dd4624[id = ffbbd925-3e88-402d-905f-e39b20740b41], user=default] - MDC[principal=default]
2021-07-31 21:34:53,085 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@22fb9a2c[id = d07f0cd7-4e2b-4f36-b7f4-918e729692c8], user=system] - MDC[principal=system]
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.eclipse.scout.rt.server.services.common.clustersync.ClusterSynchronizationServiceTest
Running org.eclipse.scout.rt.server.services.common.clustersync.ClusterNodeStatusInfoTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.server.services.common.clustersync.ClusterNodeStatusInfoTest
Running org.eclipse.scout.rt.server.services.common.clustersync.ClientNotificationClusterNotificationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.236 sec - in org.eclipse.scout.rt.server.services.common.clustersync.ClientNotificationClusterNotificationTest
Running org.eclipse.scout.rt.server.services.ServiceWithSessionInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.server.services.ServiceWithSessionInterceptorTest
Running org.eclipse.scout.rt.server.services.RemoteServiceAccessTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.server.services.RemoteServiceAccessTest
Running org.eclipse.scout.rt.server.scheduler.SchedulerTest
2021-07-31 21:34:53,337 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@286866cb[id = 736fd25b-1e2d-48fd-a290-6629357b02cb], user=john] - MDC[principal=john]
2021-07-31 21:34:53,343 INFO  [main] org.eclipse.scout.rt.server.scheduler.AbstractScheduler - job [groupId.job-1] triggered at TickSignal[31.07.2021 21:34:53 dayOfWeek=6 dayOfMonthReverse=0 week=31 dayOfYear=212] - MDC[principal=john]
2021-07-31 21:34:53,357 INFO  [Scheduler.Dispatcher] org.eclipse.scout.rt.server.scheduler.AbstractScheduler - scheduler started - MDC[principal=john]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.eclipse.scout.rt.server.scheduler.SchedulerTest
Running org.eclipse.scout.rt.server.notification.NotificationCoalescerTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.server.notification.NotificationCoalescerTest
Running org.eclipse.scout.rt.server.job.filter.future.SessionFutureFilterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.server.job.filter.future.SessionFutureFilterTest
Running org.eclipse.scout.rt.server.job.filter.future.ServerRunContextFutureFilterTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.eclipse.scout.rt.server.job.filter.future.ServerRunContextFutureFilterTest
Running org.eclipse.scout.rt.server.job.filter.event.SessionJobEventFilterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in org.eclipse.scout.rt.server.job.filter.event.SessionJobEventFilterTest
Running org.eclipse.scout.rt.server.context.TransactionProcessorTest
java.lang.RuntimeException: Expected JUnit exception
	at org.eclipse.scout.rt.server.context.TransactionProcessorTest.testRequiresNewWithExistingTransactionAndError(TransactionProcessorTest.java:283)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:312)
	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:333)
	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:97)
	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
2021-07-31 21:34:53,468 ERROR [main] org.eclipse.scout.rt.server.context.TwoPhaseTransactionCommitProtocol - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.server.transaction.BasicTransaction$$EnhancerByMockitoWithCGLIB$$f7cb535f@1d637673] - MDC[]
java.lang.RuntimeException: Expected JUnit exception
	at org.eclipse.scout.rt.server.context.TransactionProcessorTest.testRequiresNewWithoutExistingTransactionAndErrorOnCommit(TransactionProcessorTest.java:217)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:312)
	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:333)
	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:97)
	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
2021-07-31 21:34:53,473 ERROR [main] org.eclipse.scout.rt.server.context.TwoPhaseTransactionCommitProtocol - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.server.transaction.BasicTransaction$$EnhancerByMockitoWithCGLIB$$f7cb535f@7dd3981e] - MDC[]
java.lang.RuntimeException: Expected JUnit exception
	at org.eclipse.scout.rt.server.context.TransactionProcessorTest.testRequiredWithoutExistingTransactionAndErrorOnCommit(TransactionProcessorTest.java:381)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:312)
	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:333)
	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:97)
	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in org.eclipse.scout.rt.server.context.TransactionProcessorTest
Running org.eclipse.scout.rt.server.context.ServerRunContextTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.server.context.ServerRunContextTest
Running org.eclipse.scout.rt.server.context.ServerRunContextProducerTest
2021-07-31 21:34:53,482 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@6ace919c[id = 608707f7-4a27-4d70-8d0d-96f6032ed898], user=alpha] - MDC[principal=alpha]
2021-07-31 21:34:53,484 INFO  [scout-thread-23] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@5bd29e80[id = 93e9f54d-a533-4d12-9b9a-83374ccb18d5], user=beta] - MDC[principal=beta, jobName=org.eclipse.scout.rt.server.context.ServerRunContextProducerTest$1]
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.server.context.ServerRunContextProducerTest
Running org.eclipse.scout.rt.server.context.ServerRunContextChainTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.server.context.ServerRunContextChainTest
Running org.eclipse.scout.rt.server.context.RunMonitorCancelRegistryTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.server.context.RunMonitorCancelRegistryTest
Running org.eclipse.scout.rt.server.clientnotification.TransactionalClientNotificationCollectorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.server.clientnotification.TransactionalClientNotificationCollectorTest
Running org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistryTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.488 sec - in org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistryTest
Running org.eclipse.scout.rt.server.clientnotification.ClientNotificationNodeQueueTest
2021-07-31 21:34:55,227 WARN  [main] org.eclipse.scout.rt.server.clientnotification.ClientNotificationNodeQueue - Notification queue capacity reached. Remove oldest 1 notification messages. - MDC[]
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.481 sec - in org.eclipse.scout.rt.server.clientnotification.ClientNotificationNodeQueueTest
Running org.eclipse.scout.rt.server.cache.InvalidateCacheNofificationCoalescerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.server.cache.InvalidateCacheNofificationCoalescerTest
Running org.eclipse.scout.rt.server.cache.CopyOnWriteTransactionalMapTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.server.cache.CopyOnWriteTransactionalMapTest
Running org.eclipse.scout.rt.server.cache.ConcurrentTransactionalMapTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.server.cache.ConcurrentTransactionalMapTest
Running org.eclipse.scout.rt.server.admin.inspector.SessionInspectorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.eclipse.scout.rt.server.admin.inspector.SessionInspectorTest
Running org.eclipse.scout.rt.server.ServiceTunnelServletTest
2021-07-31 21:34:55,492 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@7f2c995b[id = testSessionId], user=default] - MDC[principal=default]
2021-07-31 21:34:57,506 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@1dca62c2[id = testid], user=default] - MDC[principal=default]
2021-07-31 21:34:57,510 ERROR [main] org.eclipse.scout.rt.shared.ui.UserAgents - UserAgentIdentifier could not be parsed. Exception occured while parsing. UserAgent: null - MDC[principal=default]
org.eclipse.scout.rt.platform.exception.PlatformException: Invalid number of tokens
	at org.eclipse.scout.rt.shared.ui.DefaultUserAgentParser.parseIdentifier(DefaultUserAgentParser.java:45)
	at org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:94)
	at org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:103)
	at org.eclipse.scout.rt.server.ServiceTunnelServlet.doPost(ServiceTunnelServlet.java:148)
	at org.eclipse.scout.rt.server.ServiceTunnelServletTest.testPostSuccessful(ServiceTunnelServletTest.java:191)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
	at org.eclipse.scout.rt.testing.server.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:312)
	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:333)
	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
	at org.eclipse.scout.rt.testing.server.runner.ServerSafeStatementInvoker.run(ServerSafeStatementInvoker.java:31)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.server.context.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:80)
	at org.eclipse.scout.rt.server.context.TransactionProcessor.intercept(TransactionProcessor.java:55)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:101)
	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:72)
	at org.eclipse.scout.rt.testing.server.runner.statement.ServerRunContextStatement.evaluateWithServerRunContext(ServerRunContextStatement.java:79)
	at org.eclipse.scout.rt.testing.server.runner.statement.ServerRunContextStatement.evaluate(ServerRunContextStatement.java:52)
	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.server.context.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:80)
	at org.eclipse.scout.rt.server.context.TransactionProcessor.intercept(TransactionProcessor.java:55)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:101)
	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:72)
	at org.eclipse.scout.rt.testing.server.runner.statement.ClientNotificationsStatement.evaluate(ClientNotificationsStatement.java:46)
	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.security.auth.Subject.doAs(Subject.java:422)
	at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:101)
	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:72)
	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:62)
	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.server.context.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:80)
	at org.eclipse.scout.rt.server.context.TransactionProcessor.intercept(TransactionProcessor.java:55)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:101)
	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:72)
	at org.eclipse.scout.rt.testing.server.runner.statement.ClearServerRunContextStatement.evaluate(ClearServerRunContextStatement.java:34)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:97)
	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.031 sec - in org.eclipse.scout.rt.server.ServiceTunnelServletTest
Running org.eclipse.scout.rt.server.ServiceOperationInvokerTest
2021-07-31 21:34:57,520 INFO  [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will be re-thrown for JUnit assertion. [exception=xxx [severity=ERROR, service.name=org.eclipse.scout.rt.shared.services.common.ping.IPingService, service.operation=ping]] - MDC[]
2021-07-31 21:34:57,528 INFO  [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will be re-thrown for JUnit assertion. [exception=xxx [severity=ERROR, service.name=org.eclipse.scout.rt.shared.services.common.ping.IPingService, service.operation=ping]] - MDC[]
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.eclipse.scout.rt.server.ServiceOperationInvokerTest
Running org.eclipse.scout.rt.server.ServerSessionListenerTest
2021-07-31 21:34:57,531 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@38fb151a[id = ], user=null] - MDC[]
2021-07-31 21:34:57,531 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@1b60d324[id = ], user=null] - MDC[]
2021-07-31 21:34:57,532 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session stopped [session=org.eclipse.scout.rt.server.TestServerSession@1b60d324[id = ], user=null] - MDC[]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.server.ServerSessionListenerTest
Running org.eclipse.scout.rt.server.PiggyBackClientNotificationTest
2021-07-31 21:34:57,534 ERROR [main] org.eclipse.scout.rt.shared.ui.UserAgents - UserAgentIdentifier could not be parsed. Exception occured while parsing. UserAgent: null - MDC[]
org.eclipse.scout.rt.platform.exception.PlatformException: Invalid number of tokens
	at org.eclipse.scout.rt.shared.ui.DefaultUserAgentParser.parseIdentifier(DefaultUserAgentParser.java:45)
	at org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:94)
	at org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:103)
	at org.eclipse.scout.rt.server.ServiceTunnelServlet.doPost(ServiceTunnelServlet.java:148)
	at org.eclipse.scout.rt.server.PiggyBackClientNotificationTest.testPiggyBack(PiggyBackClientNotificationTest.java:68)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:312)
	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:333)
	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:97)
	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.server.PiggyBackClientNotificationTest
Running org.eclipse.scout.rt.server.AbstractServerSessionTest
2021-07-31 21:34:57,549 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@2c668c2a[id = 9240cb30-d3ea-412b-9a5d-73984d8fb1e6], user=john] - MDC[principal=john]
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.eclipse.scout.rt.server.AbstractServerSessionTest

Results :

Tests run: 185, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.test ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.test ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.test ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.test ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms >--------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms 6.0.300-SNAPSHOT [11/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.jms ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jms ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.jms ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.jms ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jms/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jms ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.jms ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jms/target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server.jms ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.jms ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jms/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jms ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.jms ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.jms ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jms/target/org.eclipse.scout.rt.server.jms-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jms ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jms ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jms ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jms/target/org.eclipse.scout.rt.server.jms-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jms ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jms ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jms ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jms ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jms/target/org.eclipse.scout.rt.server.jms-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jms/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jms-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jms/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jms/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jms-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jms/target/org.eclipse.scout.rt.server.jms-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jms/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jms-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws >-------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws 6.0.300-SNAPSHOT [12/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.jaxws ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jaxws ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.jaxws ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.jaxws ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jaxws ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.jaxws ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 53 source files to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws/target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server.jaxws ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.jaxws ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jaxws ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.jaxws ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.jaxws ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws/target/org.eclipse.scout.rt.server.jaxws-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jaxws ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jaxws ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jaxws ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws/target/org.eclipse.scout.rt.server.jaxws-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jaxws ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jaxws ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jaxws ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jaxws ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws/target/org.eclipse.scout.rt.server.jaxws-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws/target/org.eclipse.scout.rt.server.jaxws-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt >----------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt 6.0.300-SNAPSHOT [13/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.jaxws.apt ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.jaxws.apt ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.jaxws.apt ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.jaxws.apt ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.jaxws.apt/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.jaxws.apt ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.jaxws.apt ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.jaxws.apt/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.jaxws.apt ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.jaxws.apt/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.jaxws.apt ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.jaxws.apt ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.jaxws.apt ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.jaxws.apt ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.jaxws.apt ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.jaxws.apt ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.jaxws.apt ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.jaxws.apt ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.jaxws.apt ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.jaxws.apt ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/6.0.300-SNAPSHOT/org.eclipse.scout.jaxws.apt-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.jaxws.apt/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/6.0.300-SNAPSHOT/org.eclipse.scout.jaxws.apt-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/6.0.300-SNAPSHOT/org.eclipse.scout.jaxws.apt-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test >-----
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test 6.0.300-SNAPSHOT [14/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- jaxws-maven-plugin:2.4:wsimport (wsimport-1) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] Processing: file:/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/wsdl/JaxWsConsumerTestService.wsdl
[INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/wsimport', -d, '/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/wsimport', -verbose, -encoding, UTF-8, -Xnocompile, -wsdllocation, WEB-INF/wsdl/JaxWsConsumerTestService.wsdl, -target, 2.1, -Xdebug, -XdisableSSLHostnameVerification, -XdisableAuthenticator, -b, '/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/binding/global-binding.xml', "file:/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/wsdl/JaxWsConsumerTestService.wsdl"]
parsing WSDL...



Generating code...

org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/EchoRequest.java
org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/EchoResponse.java
org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/GetHeaderRequest.java
org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/GetHeaderResponse.java
org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/JaxWsConsumerTestService.java
org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/JaxWsConsumerTestServicePortType.java
org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/ObjectFactory.java
org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/SetHeaderRequest.java
org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/SetHeaderResponse.java
org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/SleepRequest.java
org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/SleepResponse.java
org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/package-info.java
[INFO] 
[INFO] --- jaxws-maven-plugin:2.4:wsimport (wsimport-2) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] Processing: file:/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/wsdl/JaxWsPingTestService.wsdl
[INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/wsimport', -d, '/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/wsimport', -verbose, -encoding, UTF-8, -Xnocompile, -wsdllocation, WEB-INF/wsdl/JaxWsPingTestService.wsdl, -target, 2.1, -Xdebug, -XdisableSSLHostnameVerification, -XdisableAuthenticator, -b, '/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/binding/global-binding.xml', "file:/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/wsdl/JaxWsPingTestService.wsdl"]
parsing WSDL...



Generating code...

org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/JaxWsPingTestService.java
org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/JaxWsPingTestServicePortType.java
org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/ObjectFactory.java
org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/PingRequest.java
org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/PingResponse.java
org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/package-info.java
[INFO] 
[INFO] --- build-helper-maven-plugin:1.9.1:add-source (add-wsimport-source) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] Source directory: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/wsimport added.
[INFO] 
[INFO] --- build-helper-maven-plugin:1.9.1:add-source (add-apt-source) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] Source directory: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/annotations added.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wsimport-artifacts) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-jaxws-artifacts-to-meta-inf) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 25 source files to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/classes
[INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
[INFO] Annotation processing: Skipped entry point generation for endpoint interface 'org.eclipse.scout.jaxws.consumer.jaxwsconsumertestservice.JaxWsConsumerTestServicePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
[INFO] Annotation processing: Skipped entry point generation for endpoint interface 'org.eclipse.scout.jaxws.consumer.jaxwspingtestservice.JaxWsPingTestServicePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
[INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-apt-artifacts) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/test-classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.scout.rt.server.jaxws.provider.context.JaxWsServletRunContextChainTest
2021-07-31 21:35:16,793 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
2021-07-31 21:35:16,836 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 37.131398 ms - MDC[]
2021-07-31 21:35:17,001 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
2021-07-31 21:35:17,003 INFO  [Thread-1] org.eclipse.scout.rt.server.jaxws.JaxWsPlatformListener - JAX-WS implementor specific class installed: org.eclipse.scout.rt.server.jaxws.implementor.JaxWsRISpecifics - MDC[]
2021-07-31 21:35:17,005 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. - MDC[]
2021-07-31 21:35:17,005 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
2021-07-31 21:35:17,071 INFO  [Thread-1] org.eclipse.scout.rt.server.jaxws.JaxWsPlatformListener - JAX-WS implementor: JAX-WS RI 2.2.9-b130926.1035 svn-revision#5f6196f2b90e9460065a4c2f4e30e065b245e51e (http://jax-ws.java.net, AdoptOpenJDK, bundled with JRE) - MDC[]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.6 sec - in org.eclipse.scout.rt.server.jaxws.provider.context.JaxWsServletRunContextChainTest
Running org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandlerTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 sec - in org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandlerTest
Running org.eclipse.scout.rt.server.jaxws.handler.WsConsumerCorrelationIdHandlerTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.server.jaxws.handler.WsConsumerCorrelationIdHandlerTest
Running org.eclipse.scout.rt.server.jaxws.consumer.PortCacheTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec - in org.eclipse.scout.rt.server.jaxws.consumer.PortCacheTest
Running org.eclipse.scout.rt.server.jaxws.consumer.JaxWsRiClientTest
2021-07-31 21:35:17,365 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServerSession@3332c7a5[id = 9c7292b2-93b1-431f-8ca7-2100a8073cb7], user=default] - MDC[principal=default]
2021-07-31 21:35:17,828 INFO  [main] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsTestProviderInstaller - Published JaxWsConsumerTestServiceProvider on endpoint http://localhost:40085/WS/JaxWsConsumerTestService - MDC[principal=default]
2021-07-31 21:35:17,842 INFO  [main] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsTestProviderInstaller - Published JaxWsPingTestServiceProvider on endpoint http://localhost:40085/WS/JaxWsPingTestService - MDC[principal=default]
2021-07-31 21:35:17,908 INFO  [pool-1-thread-1] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message' - MDC[principal=default]
2021-07-31 21:35:17,918 INFO  [pool-1-thread-1] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'test message' - MDC[principal=default]
2021-07-31 21:35:18,437 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'test message' - MDC[principal=default]
2021-07-31 21:35:18,443 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - get header ['X-Scout-JaxWsTestHeader'='test header value', headerSet=true] - MDC[principal=default]
2021-07-31 21:35:18,446 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - get header ['X-Scout-JaxWsTestHeader'='null', headerSet=false] - MDC[principal=default]
2021-07-31 21:35:18,451 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'test message' - MDC[principal=default]
2021-07-31 21:35:18,495 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - set header ['X-Scout-JaxWsTestHeader'='test header value'] - MDC[principal=default]
2021-07-31 21:35:18,498 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'test message' - MDC[principal=default]
2021-07-31 21:35:18,507 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - get header ['X-Scout-JaxWsTestHeader'='null', headerSet=false] - MDC[principal=default]
2021-07-31 21:35:18,551 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - get header ['X-Scout-JaxWsTestHeader'='test header value', headerSet=true] - MDC[principal=default]
2021-07-31 21:35:18,553 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - get header ['X-Scout-JaxWsTestHeader'='test header value', headerSet=true] - MDC[principal=default]
2021-07-31 21:35:18,556 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - get header ['X-Scout-JaxWsTestHeader'='null', headerSet=false] - MDC[principal=default]
2021-07-31 21:35:18,601 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 0' - MDC[principal=default]
2021-07-31 21:35:18,604 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 1' - MDC[principal=default]
2021-07-31 21:35:18,607 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 2' - MDC[principal=default]
2021-07-31 21:35:18,651 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 3' - MDC[principal=default]
2021-07-31 21:35:18,656 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 4' - MDC[principal=default]
2021-07-31 21:35:18,658 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 5' - MDC[principal=default]
2021-07-31 21:35:18,702 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 6' - MDC[principal=default]
2021-07-31 21:35:18,705 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 7' - MDC[principal=default]
2021-07-31 21:35:18,708 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 8' - MDC[principal=default]
2021-07-31 21:35:18,752 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 9' - MDC[principal=default]
2021-07-31 21:35:18,756 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - get header ['X-Scout-JaxWsTestHeader'='null', headerSet=false] - MDC[principal=default]
2021-07-31 21:35:18,775 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 0' - MDC[principal=default]
2021-07-31 21:35:18,820 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 0' - MDC[principal=default]
2021-07-31 21:35:18,824 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 0' - MDC[principal=default]
2021-07-31 21:35:18,836 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsPingTestServiceProvider - echo 'ping' - MDC[principal=default]
2021-07-31 21:35:18,881 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 0' - MDC[principal=default]
2021-07-31 21:35:18,884 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 1' - MDC[principal=default]
2021-07-31 21:35:19,435 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - set header ['X-Scout-JaxWsTestHeader'='test header value'] - MDC[principal=default]
2021-07-31 21:35:19,940 INFO  [pool-1-thread-3] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'test message' - MDC[principal=default]
2021-07-31 21:35:19,944 INFO  [pool-1-thread-3] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - set header ['X-Scout-JaxWsTestHeader'='test header value'] - MDC[principal=default]
2021-07-31 21:35:19,948 INFO  [pool-1-thread-3] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - get header ['X-Scout-JaxWsTestHeader'='test header value', headerSet=true] - MDC[principal=default]
2021-07-31 21:35:20,024 INFO  [pool-1-thread-4] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 0' - MDC[principal=default]
2021-07-31 21:35:20,028 INFO  [pool-1-thread-4] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - set header ['X-Scout-JaxWsTestHeader'='test header value'] - MDC[principal=default]
2021-07-31 21:35:20,533 INFO  [pool-1-thread-5] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'test message' - MDC[principal=default]
2021-07-31 21:35:20,539 INFO  [pool-1-thread-5] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 0' - MDC[principal=default]
2021-07-31 21:35:20,548 INFO  [pool-1-thread-5] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 0' - MDC[principal=default]
2021-07-31 21:35:20,552 INFO  [pool-1-thread-5] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 1' - MDC[principal=default]
2021-07-31 21:35:20,552 INFO  [pool-1-thread-6] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 1' - MDC[principal=default]
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.261 sec - in org.eclipse.scout.rt.server.jaxws.consumer.JaxWsRiClientTest
Running org.eclipse.scout.rt.server.jaxws.consumer.InvocationContextTest
2021-07-31 21:35:21,602 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.jaxws.JaxWsTestServerSession@4d98e41b[id = 945a6e88-95a6-48a6-bca0-6750e97795bd], user=jaxws-user] - MDC[principal=jaxws-user]
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec - in org.eclipse.scout.rt.server.jaxws.consumer.InvocationContextTest
Running org.eclipse.scout.rt.server.jaxws.adapter.UtcDateTimeAdapterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.eclipse.scout.rt.server.jaxws.adapter.UtcDateTimeAdapterTest
Running org.eclipse.scout.rt.server.jaxws.adapter.DefaultTimezoneDateTimeAdapterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.server.jaxws.adapter.DefaultTimezoneDateTimeAdapterTest
Running org.eclipse.scout.rt.server.jaxws.adapter.CalendarDateTimeAdapterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.server.jaxws.adapter.CalendarDateTimeAdapterTest

Results :

Tests run: 40, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc >--------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc 6.0.300-SNAPSHOT [15/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.jdbc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jdbc ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.jdbc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.jdbc ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jdbc/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jdbc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.jdbc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 75 source files to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jdbc/target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server.jdbc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.jdbc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jdbc/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jdbc ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.jdbc ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.jdbc ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jdbc/target/org.eclipse.scout.rt.server.jdbc-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jdbc ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jdbc ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jdbc ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jdbc/target/org.eclipse.scout.rt.server.jdbc-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jdbc ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jdbc ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jdbc ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jdbc ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jdbc/target/org.eclipse.scout.rt.server.jdbc-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jdbc/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jdbc/target/org.eclipse.scout.rt.server.jdbc-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test >-----
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test 6.0.300-SNAPSHOT [16/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.jdbc.test ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jdbc.test ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.jdbc.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.jdbc.test ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jdbc.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.jdbc.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.jdbc.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 13 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jdbc.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 26 source files to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/target/test-classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server.jdbc.test ---
[ERROR] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/target/classes. Directory does not exist!
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.jdbc.test ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyleTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.383 sec - in org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyleTest
Running org.eclipse.scout.rt.server.jdbc.parsers.sql.SqlFormatterTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 sec - in org.eclipse.scout.rt.server.jdbc.parsers.sql.SqlFormatterTest
Running org.eclipse.scout.rt.server.jdbc.parsers.SqlFunctionReplaceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.server.jdbc.parsers.SqlFunctionReplaceTest
Running org.eclipse.scout.rt.server.jdbc.parsers.BindParserTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.server.jdbc.parsers.BindParserTest
Running org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorTest
2021-07-31 21:35:24,839 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
2021-07-31 21:35:24,862 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 17.273022 ms - MDC[]
2021-07-31 21:35:25,003 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
2021-07-31 21:35:25,005 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. - MDC[]
2021-07-31 21:35:25,006 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
2021-07-31 21:35:25,074 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.TestJdbcServerSession@7604198a[id = 9f02f039-f9b8-4f73-8b3a-d4ccd92a353b], user=default] - MDC[principal=default]
2021-07-31 21:35:25,095 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - SQL Log 'INFO': statements are logged with bind details, but not as plaintext. Use level 'FINE' to also log SQL as plain text (suitable for direct use in executable form) - MDC[principal=default]
2021-07-31 21:35:25,100 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
SELECT    :bind1,
          :bind2
FROM      DUAL
IN  :bind1 => ? [NULL null]
IN  :bind2 => ? [NULL null] - MDC[principal=default]
2021-07-31 21:35:25,102 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
SELECT    :bind1,
          :bind2
FROM      DUAL
IN  :bind1 => ? [NULL null]
IN  :bind2 => ? [NULL null] - MDC[principal=default]
2021-07-31 21:35:25,105 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
SELECT    1,
          2
FROM      DUAL
INTO      :bind1,
          :bind2
OUT :bind1 => ? [Integer]
OUT :bind2 => ? [Integer] - MDC[principal=default]
2021-07-31 21:35:25,106 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
SELECT    1,
          2
FROM      DUAL
INTO      :bind1,
          :bind2
OUT :bind1 => ? [Integer]
OUT :bind2 => ? [Integer] - MDC[principal=default]
2021-07-31 21:35:25,107 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
SELECT    :userId,
          :bind1
FROM      DUAL
IN  :userId => ? [NULL null]
IN  :bind1 => ? [NULL null] - MDC[principal=default]
2021-07-31 21:35:25,108 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
SELECT    :bind1,
          :bind2
FROM      DUAL
IN  :bind1 => ? [NULL null]
IN  :bind2 => ? [NULL null] - MDC[principal=default]
2021-07-31 21:35:25,109 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
SELECT    1,
          2
FROM      DUAL
INTO      :bind1,
          :bind2
OUT :bind1 => ? [Integer]
OUT :bind2 => ? [Integer] - MDC[principal=default]
2021-07-31 21:35:25,135 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
SELECT    P.PERSON_NR,
          P.NAME
FROM      PERSON P
WHERE     P.PERSON_NR = :key
          AND P.NAME LIKE '%' || :text || '%'
IN  :key => ? [VARCHAR null]
IN  :text => ? [VARCHAR null] - MDC[principal=default]
2021-07-31 21:35:25,146 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
SELECT    COUNT(*)
FROM      PERSON P
WHERE     NVL(:birthdate, TO_DATE('1.1.3000', 'dd.mm.yyyy')) >= SYSDATE
          AND :name LIKE '%Me%'
          AND :{addressTable.street} LIKE '%Park%'
INTO      :countConcurrent
IN  :birthdate => ? [TIMESTAMP null]
IN  :name => ? [VARCHAR null]
IN  :{addressTable.street} => ? [VARCHAR null]
OUT :countConcurrent => ? [Integer] - MDC[principal=default]
2021-07-31 21:35:25,148 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
SELECT    COUNT(*)
FROM      PERSON P
WHERE     NVL(:birthdate, TO_DATE('1.1.3000', 'dd.mm.yyyy')) >= SYSDATE
          AND :name LIKE '%Me%'
          AND :{addressTable.street} LIKE '%Park%'
INTO      :countConcurrent
IN  :birthdate => ? [TIMESTAMP null]
IN  :name => ? [VARCHAR null]
IN  :{addressTable.street} => ? [VARCHAR null]
OUT :countConcurrent => ? [Integer] - MDC[principal=default]
2021-07-31 21:35:25,152 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
SELECT    BP_NR
FROM      FLM_BP
WHERE     BP_NO LIKE :bpNo
INTO      :bpNr
IN  :bpNo => ? [VARCHAR 12]
OUT :bpNr => ? [Long] - MDC[principal=default]
2021-07-31 21:35:25,156 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
SELECT    1
FROM      DUAL
INTO      :active
OUT :active => ? [Integer] - MDC[principal=default]
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.383 sec - in org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorTest
Running org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorFindNextBindTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorFindNextBindTest
Running org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorCreateSqlDumpTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorCreateSqlDumpTest
Running org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderWithComposerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec - in org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderWithComposerTest
Running org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderTest
Running org.eclipse.scout.rt.server.jdbc.builder.EntityContributionUtilityTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.server.jdbc.builder.EntityContributionUtilityTest
Running org.eclipse.scout.rt.server.jdbc.SelectIntoTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.server.jdbc.SelectIntoTest
Running org.eclipse.scout.rt.server.jdbc.SelectIntoArrayTest
2021-07-31 21:35:25,287 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
SELECT    A,
          B,
          C
FROM      T
WHERE     D = 0 - MDC[principal=default]
2021-07-31 21:35:25,287 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
2021-07-31 21:35:25,293 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
SELECT    A,
          B,
          C
FROM      T
WHERE     D = 0
INTO      :{h.active},
          :{h.state},
          :{h.name}
OUT :{h.active} => ? [Active]
OUT :{h.state} => ? [State]
OUT :{h.name} => ? [Name] - MDC[principal=default]
2021-07-31 21:35:25,349 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
SELECT    A,
          B,
          C
FROM      T
WHERE     A = :{h.active}
          AND B = :{h.state}
          AND C = :{h.name}
IN  :{h.active} => ? [INTEGER 1]
IN  :{h.state} => ? [INTEGER 1]
IN  :{h.name} => ? [VARCHAR abc] - MDC[principal=default]
2021-07-31 21:35:25,350 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
SELECT    A,
          B,
          C
FROM      T
WHERE     A = :{h.active}
          AND B = :{h.state}
          AND C = :{h.name}
IN  :{h.active} => ? [INTEGER null]
IN  :{h.state} => ? [INTEGER null]
IN  :{h.name} => ? [VARCHAR null] - MDC[principal=default]
2021-07-31 21:35:25,355 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
SELECT    ROLE_NR
FROM      USER_ROLE
WHERE     USER_NR = 42 - MDC[principal=default]
2021-07-31 21:35:25,355 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
2021-07-31 21:35:25,356 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
SELECT    ROLE_NR
FROM      USER_ROLE
WHERE     USER_NR = :personNr
INTO      :{roles}
IN  :personNr => ? [BIGINT 42]
OUT :{roles} => ? - MDC[principal=default]
2021-07-31 21:35:25,359 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
SELECT    A,
          B,
          C
FROM      T
WHERE     D = 0 - MDC[principal=default]
2021-07-31 21:35:25,359 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
2021-07-31 21:35:25,360 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
SELECT    A,
          B,
          C
FROM      T
WHERE     D = 0
INTO      :{table.active},
          :{table.state},
          :{table.name}
OUT :{table.active} => ? [Boolean]
OUT :{table.state} => ? [Integer]
OUT :{table.name} => ? [String] - MDC[principal=default]
2021-07-31 21:35:25,363 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
SELECT    ROLE_NR
FROM      USER_ROLE
WHERE     USER_NR = 63 - MDC[principal=default]
2021-07-31 21:35:25,363 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
2021-07-31 21:35:25,364 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
SELECT    ROLE_NR
FROM      USER_ROLE
WHERE     USER_NR = :personNr
INTO      :{roles}
IN  :personNr => ? [BIGINT 63]
OUT :{roles} => ? - MDC[principal=default]
2021-07-31 21:35:25,367 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
SELECT    A,
          B,
          C
FROM      T
WHERE     D = 0 - MDC[principal=default]
2021-07-31 21:35:25,367 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
2021-07-31 21:35:25,368 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
SELECT    A,
          B,
          C
FROM      T
WHERE     D = 0
INTO      :{table.active},
          :{table.state},
          :{table.name}
OUT :{table.active} => ? [Boolean]
OUT :{table.state} => ? [Integer]
OUT :{table.name} => ? [String] - MDC[principal=default]
2021-07-31 21:35:25,370 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
SELECT    A,
          B,
          C
FROM      T
WHERE     D = 0 - MDC[principal=default]
2021-07-31 21:35:25,371 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
2021-07-31 21:35:25,371 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
SELECT    A,
          B,
          C
FROM      T
WHERE     D = 0
INTO      :{table.active},
          :{table.state},
          :{table.name}
OUT :{table.active} => ? [Boolean]
OUT :{table.state} => ? [Integer]
OUT :{table.name} => ? [String] - MDC[principal=default]
2021-07-31 21:35:25,374 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
SELECT    A,
          B,
          C
FROM      T
WHERE     D = 0 - MDC[principal=default]
2021-07-31 21:35:25,374 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
2021-07-31 21:35:25,375 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
SELECT    A,
          B,
          C
FROM      T
WHERE     D = 0
INTO      :{tableFieldData.active},
          :{tableFieldData.state},
          :{tableFieldData.name}
OUT :{tableFieldData.active} => ? [Boolean]
OUT :{tableFieldData.state} => ? [Integer]
OUT :{tableFieldData.name} => ? [String] - MDC[principal=default]
2021-07-31 21:35:25,377 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
SELECT    A,
          B,
          C
FROM      T
WHERE     D = 0 - MDC[principal=default]
2021-07-31 21:35:25,377 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
2021-07-31 21:35:25,378 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
SELECT    A,
          B,
          C
FROM      T
WHERE     D = 0
INTO      :{table.active},
          :{table.state},
          :{table.name}
OUT :{table.active} => ? [Boolean]
OUT :{table.state} => ? [Integer]
OUT :{table.name} => ? [String] - MDC[principal=default]
2021-07-31 21:35:25,382 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
SELECT    ROLE_NR
FROM      USER_ROLE
WHERE     USER_NR = 42 - MDC[principal=default]
2021-07-31 21:35:25,382 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
2021-07-31 21:35:25,383 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
SELECT    ROLE_NR
FROM      USER_ROLE
WHERE     USER_NR = :personNr
INTO      :{roles}
IN  :personNr => ? [BIGINT 42]
OUT :{roles} => ? [Long] - MDC[principal=default]
2021-07-31 21:35:25,386 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
SELECT    A,
          B,
          C
FROM      T
WHERE     D = 0 - MDC[principal=default]
2021-07-31 21:35:25,386 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
2021-07-31 21:35:25,386 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
SELECT    A,
          B,
          C
FROM      T
WHERE     D = 0
INTO      :{tableFieldBeanData.active},
          :{tableFieldBeanData.state},
          :{tableFieldBeanData.name}
OUT :{tableFieldBeanData.active} => ? [Boolean]
OUT :{tableFieldBeanData.state} => ? [Integer]
OUT :{tableFieldBeanData.name} => ? [String] - MDC[principal=default]
2021-07-31 21:35:25,388 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
SELECT    A,
          B,
          C
FROM      T
WHERE     D = 0 - MDC[principal=default]
2021-07-31 21:35:25,389 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
2021-07-31 21:35:25,389 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
SELECT    A,
          B,
          C
FROM      T
WHERE     D = 0
INTO      :active,
          :state,
          :name
OUT :active => ? [Boolean]
OUT :state => ? [Integer]
OUT :name => ? [String] - MDC[principal=default]
2021-07-31 21:35:25,392 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
SELECT    ROLE_NR
FROM      USER_ROLE
WHERE     USER_NR = 42 - MDC[principal=default]
2021-07-31 21:35:25,392 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
2021-07-31 21:35:25,393 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
SELECT    ROLE_NR
FROM      USER_ROLE
WHERE     USER_NR = :personNr
INTO      :{roles}
IN  :personNr => ? [BIGINT 42]
OUT :{roles} => ? - MDC[principal=default]
2021-07-31 21:35:25,395 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
SELECT    A,
          B,
          C
FROM      T
WHERE     D = 0 - MDC[principal=default]
2021-07-31 21:35:25,397 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
2021-07-31 21:35:25,430 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
SELECT    A,
          B,
          C
FROM      T
WHERE     D = 0
INTO      :{h.active},
          :{h.state},
          :{h.name}
OUT :{h.active} => ? [boolean]
OUT :{h.state} => ? [int]
OUT :{h.name} => ? [String] - MDC[principal=default]
2021-07-31 21:35:25,433 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
SELECT    A,
          B,
          C
FROM      T
WHERE     D = 0 - MDC[principal=default]
2021-07-31 21:35:25,436 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
SELECT    A,
          B,
          C
FROM      T
WHERE     D = 0 - MDC[principal=default]
2021-07-31 21:35:25,436 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
2021-07-31 21:35:25,437 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
SELECT    A,
          B,
          C
FROM      T
WHERE     D = 0
INTO      :active,
          :state,
          :name
OUT :active => ? [Boolean]
OUT :state => ? [Integer]
OUT :name => ? [String] - MDC[principal=default]
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 sec - in org.eclipse.scout.rt.server.jdbc.SelectIntoArrayTest
Running org.eclipse.scout.rt.server.jdbc.SelectInputBindTest
2021-07-31 21:35:25,444 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
*** UNPARSED ***
UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
2021-07-31 21:35:25,444 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
2021-07-31 21:35:25,445 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE MY_TABLE SET A = :{table.active} , S = :{table.state} WHERE N = :{table.name}
IN  :{table.active} => ? [INTEGER 1]
IN  :{table.state} => ? [INTEGER 3]
IN  :{table.name} => ? [VARCHAR lorem] - MDC[principal=default]
2021-07-31 21:35:25,446 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE MY_TABLE SET A = :{table.active} , S = :{table.state} WHERE N = :{table.name}
IN  :{table.active} => ? [INTEGER 0]
IN  :{table.state} => ? [INTEGER 6]
IN  :{table.name} => ? [VARCHAR ipsum] - MDC[principal=default]
2021-07-31 21:35:25,449 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
*** UNPARSED ***
UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
2021-07-31 21:35:25,449 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
2021-07-31 21:35:25,450 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE MY_TABLE SET A = :{filter.active} , S = :{filter.state} WHERE N = :{filter.name}
IN  :{filter.active} => ? [INTEGER 1]
IN  :{filter.state} => ? [INTEGER 3]
IN  :{filter.name} => ? [VARCHAR lorem] - MDC[principal=default]
2021-07-31 21:35:25,451 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE MY_TABLE SET A = :{filter.active} , S = :{filter.state} WHERE N = :{filter.name}
IN  :{filter.active} => ? [INTEGER 0]
IN  :{filter.state} => ? [INTEGER 6]
IN  :{filter.name} => ? [VARCHAR ipsum] - MDC[principal=default]
2021-07-31 21:35:25,453 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
*** UNPARSED ***
UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
2021-07-31 21:35:25,453 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
2021-07-31 21:35:25,454 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE MY_TABLE SET A = :{table.active} , S = :{table.state} WHERE N = :{table.name}
IN  :{table.active} => ? [INTEGER 1]
IN  :{table.state} => ? [INTEGER 3]
IN  :{table.name} => ? [VARCHAR lorem] - MDC[principal=default]
2021-07-31 21:35:25,455 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE MY_TABLE SET A = :{table.active} , S = :{table.state} WHERE N = :{table.name}
IN  :{table.active} => ? [INTEGER 0]
IN  :{table.state} => ? [INTEGER 6]
IN  :{table.name} => ? [VARCHAR ipsum] - MDC[principal=default]
2021-07-31 21:35:25,457 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
*** UNPARSED ***
UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[principal=default]
2021-07-31 21:35:25,457 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
2021-07-31 21:35:25,458 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
IN  :value => ? [VARCHAR lorem]
IN  :{roles} => ? [BIGINT 5]
IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
2021-07-31 21:35:25,459 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
IN  :value => ? [VARCHAR lorem]
IN  :{roles} => ? [BIGINT 6]
IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
2021-07-31 21:35:25,461 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
*** UNPARSED ***
UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
2021-07-31 21:35:25,461 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
2021-07-31 21:35:25,462 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE MY_TABLE SET A = :{active} , S = :{state} WHERE N = :{name}
IN  :{active} => ? [INTEGER 1]
IN  :{state} => ? [INTEGER 3]
IN  :{name} => ? [VARCHAR lorem] - MDC[principal=default]
2021-07-31 21:35:25,463 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE MY_TABLE SET A = :{active} , S = :{state} WHERE N = :{name}
IN  :{active} => ? [INTEGER 0]
IN  :{state} => ? [INTEGER 6]
IN  :{name} => ? [VARCHAR ipsum] - MDC[principal=default]
2021-07-31 21:35:25,466 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
*** UNPARSED ***
UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
2021-07-31 21:35:25,466 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
2021-07-31 21:35:25,467 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE MY_TABLE SET A = :{TableHolderFilter.active} , S = :{TableHolderFilter.state} WHERE N = :{TableHolderFilter.name}
IN  :{TableHolderFilter.active} => ? [INTEGER 1]
IN  :{TableHolderFilter.state} => ? [INTEGER 3]
IN  :{TableHolderFilter.name} => ? [VARCHAR lorem] - MDC[principal=default]
2021-07-31 21:35:25,467 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE MY_TABLE SET A = :{TableHolderFilter.active} , S = :{TableHolderFilter.state} WHERE N = :{TableHolderFilter.name}
IN  :{TableHolderFilter.active} => ? [INTEGER 0]
IN  :{TableHolderFilter.state} => ? [INTEGER 6]
IN  :{TableHolderFilter.name} => ? [VARCHAR ipsum] - MDC[principal=default]
2021-07-31 21:35:25,469 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
*** UNPARSED ***
UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
2021-07-31 21:35:25,470 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
2021-07-31 21:35:25,470 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE MY_TABLE SET A = :{table.active} , S = :{table.state} WHERE N = :{table.name}
IN  :{table.active} => ? [INTEGER 1]
IN  :{table.state} => ? [INTEGER 3]
IN  :{table.name} => ? [VARCHAR lorem] - MDC[principal=default]
2021-07-31 21:35:25,471 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE MY_TABLE SET A = :{table.active} , S = :{table.state} WHERE N = :{table.name}
IN  :{table.active} => ? [INTEGER 0]
IN  :{table.state} => ? [INTEGER 6]
IN  :{table.name} => ? [VARCHAR ipsum] - MDC[principal=default]
2021-07-31 21:35:25,473 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
*** UNPARSED ***
UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[principal=default]
2021-07-31 21:35:25,473 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
2021-07-31 21:35:25,474 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
IN  :value => ? [VARCHAR lorem]
IN  :{roles} => ? [BIGINT 5]
IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
2021-07-31 21:35:25,475 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
IN  :value => ? [VARCHAR lorem]
IN  :{roles} => ? [BIGINT 6]
IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
2021-07-31 21:35:25,478 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
*** UNPARSED ***
UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
2021-07-31 21:35:25,478 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
2021-07-31 21:35:25,479 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE MY_TABLE SET A = :{active} , S = :{state} WHERE N = :{name}
IN  :{active} => ? [INTEGER 1]
IN  :{state} => ? [INTEGER 3]
IN  :{name} => ? [VARCHAR lorem] - MDC[principal=default]
2021-07-31 21:35:25,480 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE MY_TABLE SET A = :{active} , S = :{state} WHERE N = :{name}
IN  :{active} => ? [INTEGER 0]
IN  :{state} => ? [INTEGER 6]
IN  :{name} => ? [VARCHAR ipsum] - MDC[principal=default]
2021-07-31 21:35:25,482 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
*** UNPARSED ***
UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
2021-07-31 21:35:25,482 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
2021-07-31 21:35:25,483 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE MY_TABLE SET A = :{filter.active} , S = :{filter.state} WHERE N = :{filter.name}
IN  :{filter.active} => ? [INTEGER 1]
IN  :{filter.state} => ? [INTEGER 3]
IN  :{filter.name} => ? [VARCHAR lorem] - MDC[principal=default]
2021-07-31 21:35:25,483 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE MY_TABLE SET A = :{filter.active} , S = :{filter.state} WHERE N = :{filter.name}
IN  :{filter.active} => ? [INTEGER 0]
IN  :{filter.state} => ? [INTEGER 6]
IN  :{filter.name} => ? [VARCHAR ipsum] - MDC[principal=default]
2021-07-31 21:35:25,486 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
*** UNPARSED ***
UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
2021-07-31 21:35:25,486 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
2021-07-31 21:35:25,487 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE MY_TABLE SET A = :{TableBeanHolderFilter.active} , S = :{TableBeanHolderFilter.state} WHERE N = :{TableBeanHolderFilter.name}
IN  :{TableBeanHolderFilter.active} => ? [INTEGER 1]
IN  :{TableBeanHolderFilter.state} => ? [INTEGER 3]
IN  :{TableBeanHolderFilter.name} => ? [VARCHAR lorem] - MDC[principal=default]
2021-07-31 21:35:25,488 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE MY_TABLE SET A = :{TableBeanHolderFilter.active} , S = :{TableBeanHolderFilter.state} WHERE N = :{TableBeanHolderFilter.name}
IN  :{TableBeanHolderFilter.active} => ? [INTEGER 0]
IN  :{TableBeanHolderFilter.state} => ? [INTEGER 6]
IN  :{TableBeanHolderFilter.name} => ? [VARCHAR ipsum] - MDC[principal=default]
2021-07-31 21:35:25,490 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
*** UNPARSED ***
UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
2021-07-31 21:35:25,490 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
2021-07-31 21:35:25,491 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE MY_TABLE SET A = :{tableFieldData.active} , S = :{tableFieldData.state} WHERE N = :{tableFieldData.name}
IN  :{tableFieldData.active} => ? [INTEGER 1]
IN  :{tableFieldData.state} => ? [INTEGER 3]
IN  :{tableFieldData.name} => ? [VARCHAR lorem] - MDC[principal=default]
2021-07-31 21:35:25,492 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE MY_TABLE SET A = :{tableFieldData.active} , S = :{tableFieldData.state} WHERE N = :{tableFieldData.name}
IN  :{tableFieldData.active} => ? [INTEGER 0]
IN  :{tableFieldData.state} => ? [INTEGER 6]
IN  :{tableFieldData.name} => ? [VARCHAR ipsum] - MDC[principal=default]
2021-07-31 21:35:25,494 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
*** UNPARSED ***
UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
2021-07-31 21:35:25,494 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
2021-07-31 21:35:25,495 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE MY_TABLE SET A = :{tableFieldBeanData.active} , S = :{tableFieldBeanData.state} WHERE N = :{tableFieldBeanData.name}
IN  :{tableFieldBeanData.active} => ? [INTEGER 1]
IN  :{tableFieldBeanData.state} => ? [INTEGER 3]
IN  :{tableFieldBeanData.name} => ? [VARCHAR lorem] - MDC[principal=default]
2021-07-31 21:35:25,495 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE MY_TABLE SET A = :{tableFieldBeanData.active} , S = :{tableFieldBeanData.state} WHERE N = :{tableFieldBeanData.name}
IN  :{tableFieldBeanData.active} => ? [INTEGER 0]
IN  :{tableFieldBeanData.state} => ? [INTEGER 6]
IN  :{tableFieldBeanData.name} => ? [VARCHAR ipsum] - MDC[principal=default]
2021-07-31 21:35:25,497 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
*** UNPARSED ***
UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[principal=default]
2021-07-31 21:35:25,497 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
2021-07-31 21:35:25,498 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
IN  :value => ? [VARCHAR lorem]
IN  :{roles} => ? [BIGINT 5]
IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
2021-07-31 21:35:25,531 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
IN  :value => ? [VARCHAR lorem]
IN  :{roles} => ? [BIGINT 6]
IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
2021-07-31 21:35:25,534 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
*** UNPARSED ***
UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[principal=default]
2021-07-31 21:35:25,534 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
2021-07-31 21:35:25,535 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
IN  :value => ? [VARCHAR lorem]
IN  :{roles} => ? [BIGINT 5]
IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
2021-07-31 21:35:25,535 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
IN  :value => ? [VARCHAR lorem]
IN  :{roles} => ? [BIGINT 6]
IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
2021-07-31 21:35:25,538 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
*** UNPARSED ***
UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
2021-07-31 21:35:25,538 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
2021-07-31 21:35:25,539 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE MY_TABLE SET A = :{table.active} , S = :{table.state} WHERE N = :{table.name}
IN  :{table.active} => ? [INTEGER 1]
IN  :{table.state} => ? [INTEGER 3]
IN  :{table.name} => ? [VARCHAR lorem] - MDC[principal=default]
2021-07-31 21:35:25,540 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE MY_TABLE SET A = :{table.active} , S = :{table.state} WHERE N = :{table.name}
IN  :{table.active} => ? [INTEGER 0]
IN  :{table.state} => ? [INTEGER 6]
IN  :{table.name} => ? [VARCHAR ipsum] - MDC[principal=default]
2021-07-31 21:35:25,542 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
*** UNPARSED ***
UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[principal=default]
2021-07-31 21:35:25,542 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
2021-07-31 21:35:25,543 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
IN  :value => ? [VARCHAR lorem]
IN  :{roles} => ? [BIGINT 5]
IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
2021-07-31 21:35:25,544 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
IN  :value => ? [VARCHAR lorem]
IN  :{roles} => ? [BIGINT 6]
IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
2021-07-31 21:35:25,546 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
*** UNPARSED ***
UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
2021-07-31 21:35:25,546 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
2021-07-31 21:35:25,547 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE MY_TABLE SET A = :{filter.active} , S = :{filter.state} WHERE N = :{filter.name}
IN  :{filter.active} => ? [INTEGER 1]
IN  :{filter.state} => ? [INTEGER 3]
IN  :{filter.name} => ? [VARCHAR lorem] - MDC[principal=default]
2021-07-31 21:35:25,548 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE MY_TABLE SET A = :{filter.active} , S = :{filter.state} WHERE N = :{filter.name}
IN  :{filter.active} => ? [INTEGER 0]
IN  :{filter.state} => ? [INTEGER 6]
IN  :{filter.name} => ? [VARCHAR ipsum] - MDC[principal=default]
2021-07-31 21:35:25,550 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
*** UNPARSED ***
UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[principal=default]
2021-07-31 21:35:25,550 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
2021-07-31 21:35:25,551 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
IN  :value => ? [VARCHAR lorem]
IN  :{roles} => ? [BIGINT 5]
IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
2021-07-31 21:35:25,552 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
IN  :value => ? [VARCHAR lorem]
IN  :{roles} => ? [BIGINT 6]
IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
2021-07-31 21:35:25,555 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
*** UNPARSED ***
UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
2021-07-31 21:35:25,555 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
2021-07-31 21:35:25,556 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE MY_TABLE SET A = :{active} , S = :{state} WHERE N = :{name}
IN  :{active} => ? [INTEGER 1]
IN  :{state} => ? [INTEGER 3]
IN  :{name} => ? [VARCHAR lorem] - MDC[principal=default]
2021-07-31 21:35:25,556 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE MY_TABLE SET A = :{active} , S = :{state} WHERE N = :{name}
IN  :{active} => ? [INTEGER 0]
IN  :{state} => ? [INTEGER 6]
IN  :{name} => ? [VARCHAR ipsum] - MDC[principal=default]
2021-07-31 21:35:25,559 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
*** UNPARSED ***
UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
2021-07-31 21:35:25,559 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
2021-07-31 21:35:25,559 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE MY_TABLE SET A = :{filter.active} , S = :{filter.state} WHERE N = :{filter.name}
IN  :{filter.active} => ? [INTEGER 1]
IN  :{filter.state} => ? [INTEGER 3]
IN  :{filter.name} => ? [VARCHAR lorem] - MDC[principal=default]
2021-07-31 21:35:25,560 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE MY_TABLE SET A = :{filter.active} , S = :{filter.state} WHERE N = :{filter.name}
IN  :{filter.active} => ? [INTEGER 0]
IN  :{filter.state} => ? [INTEGER 6]
IN  :{filter.name} => ? [VARCHAR ipsum] - MDC[principal=default]
2021-07-31 21:35:25,562 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
*** UNPARSED ***
UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
2021-07-31 21:35:25,563 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
2021-07-31 21:35:25,563 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE MY_TABLE SET A = :{active} , S = :{state} WHERE N = :{name}
IN  :{active} => ? [INTEGER 1]
IN  :{state} => ? [INTEGER 3]
IN  :{name} => ? [VARCHAR lorem] - MDC[principal=default]
2021-07-31 21:35:25,564 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE MY_TABLE SET A = :{active} , S = :{state} WHERE N = :{name}
IN  :{active} => ? [INTEGER 0]
IN  :{state} => ? [INTEGER 6]
IN  :{name} => ? [VARCHAR ipsum] - MDC[principal=default]
2021-07-31 21:35:25,566 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
*** UNPARSED ***
UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 6 AND P = 9 - MDC[principal=default]
2021-07-31 21:35:25,566 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
2021-07-31 21:35:25,567 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
IN  :value => ? [VARCHAR lorem]
IN  :{roles} => ? [BIGINT 6]
IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
2021-07-31 21:35:25,568 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
*** UNPARSED ***
UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
IN  :value => ? [VARCHAR lorem]
IN  :{roles} => ? [BIGINT 5]
IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 sec - in org.eclipse.scout.rt.server.jdbc.SelectInputBindTest
Running org.eclipse.scout.rt.server.jdbc.BindValueTest
2021-07-31 21:35:25,570 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
SELECT    A
FROM      T
WHERE     A = :a
IN  :a => ? [BIGINT null] - MDC[principal=default]
2021-07-31 21:35:25,572 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
SELECT    A
FROM      T
WHERE     A = :a
IN  :a => ? [BIGINT null] - MDC[principal=default]
2021-07-31 21:35:25,574 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
SQL with binds:
SELECT    A
FROM      T
WHERE     A = :a
IN  :a => ? [NULL null] - MDC[principal=default]
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.server.jdbc.BindValueTest

Results :

Tests run: 107, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.jdbc.test ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jdbc.test ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jdbc.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-6.0.300-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jdbc.test ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jdbc.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jdbc.test ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jdbc.test ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jdbc.test ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-6.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-6.0.300-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-6.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.client >----------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.client 6.0.300-SNAPSHOT [17/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.client ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.client ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.client ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.client/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 884 source files to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.client/target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.client/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.client ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.client ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.client/target/org.eclipse.scout.rt.client-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.client ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.client ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.client/target/org.eclipse.scout.rt.client-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.client ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.client ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.client ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.client ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.client/target/org.eclipse.scout.rt.client-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client/6.0.300-SNAPSHOT/org.eclipse.scout.rt.client-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client/6.0.300-SNAPSHOT/org.eclipse.scout.rt.client-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.client/target/org.eclipse.scout.rt.client-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client/6.0.300-SNAPSHOT/org.eclipse.scout.rt.client-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.client.test >--------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.client.test 6.0.300-SNAPSHOT [18/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.client.test ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.client.test ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.client.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.client.test ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.client.test/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.client.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.client.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.client.test/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.client.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.client.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 325 source files to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.client.test/target/test-classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.client.test ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.client.test ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.client.test/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.scout.testing.client.runner.ScoutClientTestRunnerLoginTest
2021-07-31 21:35:32,717 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
2021-07-31 21:35:32,763 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 28.326283 ms - MDC[]
2021-07-31 21:35:32,877 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
2021-07-31 21:35:32,879 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 4 code type classes registered. - MDC[]
2021-07-31 21:35:32,879 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
2021-07-31 21:35:32,955 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache - Failed to register session for notifications. - MDC[principal=ScoutClientTestRunnerLoginTest]
2021-07-31 21:35:32,957 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=ScoutClientTestRunnerLoginTest]
2021-07-31 21:35:33,047 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.testing.client.runner.fixture.LoginTestClientSessionProvider$LoginTestClientSession@3e0463e1[id = 7342457b-3251-4f54-bec3-6db39e20f0a5], user=jenkins] - MDC[principal=ScoutClientTestRunnerLoginTest, jobName=Starting ClientSession [sessionId=7342457b-3251-4f54-bec3-6db39e20f0a5]]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.54 sec - in org.eclipse.scout.testing.client.runner.ScoutClientTestRunnerLoginTest
Running org.eclipse.scout.testing.client.runner.ScoutClientTestRunnerAdditionalLoginTest
2021-07-31 21:35:33,074 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache - Failed to register session for notifications. - MDC[principal=ScoutClientTestRunnerAdditionalLoginTest]
2021-07-31 21:35:33,074 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=ScoutClientTestRunnerAdditionalLoginTest]
2021-07-31 21:35:33,076 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.testing.client.runner.fixture.LoginTestClientSessionProvider$LoginTestClientSession@239e479c[id = 502cc6d8-a8b5-4bd5-b132-371bb67182d7], user=jenkins] - MDC[principal=ScoutClientTestRunnerAdditionalLoginTest, jobName=Starting ClientSession [sessionId=502cc6d8-a8b5-4bd5-b132-371bb67182d7]]
2021-07-31 21:35:33,079 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache - Failed to register session for notifications. - MDC[principal=otherUser]
2021-07-31 21:35:33,080 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=otherUser]
2021-07-31 21:35:33,082 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.testing.client.runner.fixture.LoginTestClientSessionProvider$LoginTestClientSession@2b9d528e[id = a8e960b3-5b95-484e-be1f-5c7a3abc3ca4], user=jenkins] - MDC[principal=otherUser, jobName=Starting ClientSession [sessionId=a8e960b3-5b95-484e-be1f-5c7a3abc3ca4]]
2021-07-31 21:35:33,085 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache - Failed to register session for notifications. - MDC[principal=thirdUser]
2021-07-31 21:35:33,085 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=thirdUser]
2021-07-31 21:35:33,087 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.testing.client.runner.fixture.LoginTestClientSessionProvider$LoginTestClientSession@72764379[id = 70ec3186-4559-41c9-bf50-4c2929cf2bf7], user=jenkins] - MDC[principal=thirdUser, jobName=Starting ClientSession [sessionId=70ec3186-4559-41c9-bf50-4c2929cf2bf7]]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.eclipse.scout.testing.client.runner.ScoutClientTestRunnerAdditionalLoginTest
Running org.eclipse.scout.rt.testing.client.runner.parameterized.SampleParameterizedClientTest
2021-07-31 21:35:33,091 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache - Failed to register session for notifications. - MDC[principal=default]
2021-07-31 21:35:33,091 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=default]
2021-07-31 21:35:33,093 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@5743547d[id = cc9fe384-1a13-4128-b6b7-9dedcb413894], user=jenkins] - MDC[principal=default, jobName=Starting ClientSession [sessionId=cc9fe384-1a13-4128-b6b7-9dedcb413894]]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.testing.client.runner.parameterized.SampleParameterizedClientTest
Running org.eclipse.scout.rt.testing.client.runner.parameterized.ParameterizedServerTestRunnerTimeoutTransactionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in org.eclipse.scout.rt.testing.client.runner.parameterized.ParameterizedServerTestRunnerTimeoutTransactionTest
Running org.eclipse.scout.rt.testing.client.runner.parameterized.ParameterizedClientTestRunnerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.testing.client.runner.parameterized.ParameterizedClientTestRunnerTest
Running org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerTimeoutTest
2021-07-31 21:35:33,150 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache - Failed to register session for notifications. - MDC[principal=anna]
2021-07-31 21:35:33,150 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=anna]
2021-07-31 21:35:33,150 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSubjectTest$JUnitClientSession@792dad4[id = 0d2412cd-e2c4-4c72-a645-1bb864aa48bc], user=null] - MDC[principal=anna, jobName=Starting ClientSession [sessionId=0d2412cd-e2c4-4c72-a645-1bb864aa48bc]]
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 sec - in org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerTimeoutTest
Running org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerTimeoutPropertyMapTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerTimeoutPropertyMapTest
Running org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerSameSessionTest
2021-07-31 21:35:33,268 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache - Failed to register session for notifications. - MDC[principal=anna]
2021-07-31 21:35:33,268 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=anna]
2021-07-31 21:35:33,269 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerSameSessionTest$JUnitClientSession@510846f2[id = a56399bd-693e-4b5d-8140-028a91e8b01b], user=null] - MDC[principal=anna, jobName=Starting ClientSession [sessionId=a56399bd-693e-4b5d-8140-028a91e8b01b]]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerSameSessionTest
Running org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSubjectTest
2021-07-31 21:35:33,278 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache - Failed to register session for notifications. - MDC[principal=john]
2021-07-31 21:35:33,278 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=john]
2021-07-31 21:35:33,279 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSubjectTest$JUnitClientSession@6a5dabf4[id = 8c7ecd86-bf82-4ebb-8519-3e20b4c379e7], user=null] - MDC[principal=john, jobName=Starting ClientSession [sessionId=8c7ecd86-bf82-4ebb-8519-3e20b4c379e7]]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSubjectTest
Running org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSessionTest
2021-07-31 21:35:33,282 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=anna]
2021-07-31 21:35:33,283 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSessionTest$JUnitClientSession1@24e58245[id = 59a3ea19-8560-4c5d-8f6d-8e9d625f0ef9], user=null] - MDC[principal=anna, jobName=Starting ClientSession [sessionId=59a3ea19-8560-4c5d-8f6d-8e9d625f0ef9]]
2021-07-31 21:35:33,284 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=anna]
2021-07-31 21:35:33,285 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSessionTest$JUnitClientSession1@5b5d8e07[id = 195a5fba-7d06-4f6a-9256-206ae5d217f3], user=null] - MDC[principal=anna, jobName=Starting ClientSession [sessionId=195a5fba-7d06-4f6a-9256-206ae5d217f3]]
2021-07-31 21:35:33,287 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=anna]
2021-07-31 21:35:33,288 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSessionTest$JUnitClientSession1@2f7bd446[id = 48e08c58-6e93-4059-b7f6-2858b9db782a], user=null] - MDC[principal=anna, jobName=Starting ClientSession [sessionId=48e08c58-6e93-4059-b7f6-2858b9db782a]]
2021-07-31 21:35:33,289 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache - Failed to register session for notifications. - MDC[principal=anna]
2021-07-31 21:35:33,289 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=anna]
2021-07-31 21:35:33,290 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSessionTest$JUnitClientSession2@427304[id = 268785a1-5ae5-477e-b7de-676a9f3124ce], user=null] - MDC[principal=anna, jobName=Starting ClientSession [sessionId=268785a1-5ae5-477e-b7de-676a9f3124ce]]
2021-07-31 21:35:33,291 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=anna]
2021-07-31 21:35:33,292 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSessionTest$JUnitClientSession1@720765d7[id = d612da1a-320b-4fc4-9ef8-29b8fed51738], user=null] - MDC[principal=anna, jobName=Starting ClientSession [sessionId=d612da1a-320b-4fc4-9ef8-29b8fed51738]]
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSessionTest
Running org.eclipse.scout.rt.shared.extension.services.common.code.MoveCodesTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec - in org.eclipse.scout.rt.shared.extension.services.common.code.MoveCodesTest
Running org.eclipse.scout.rt.shared.extension.dto.WrappedFormExtensionTest
2021-07-31 21:35:33,344 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache - Failed to register session for notifications. - MDC[principal=anna]
2021-07-31 21:35:33,344 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=anna]
2021-07-31 21:35:33,345 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@21e28abb[id = c0a2e062-3500-4941-8a42-60784f3cb701], user=jenkins] - MDC[principal=anna, jobName=Starting ClientSession [sessionId=c0a2e062-3500-4941-8a42-60784f3cb701]]
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 sec - in org.eclipse.scout.rt.shared.extension.dto.WrappedFormExtensionTest
Running org.eclipse.scout.rt.shared.extension.dto.TableFieldExtensionTest
2021-07-31 21:35:33,502 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.services.common.prefs.FileSystemUserPreferencesStorageService - No user area property found. Using '/home/jenkins/user' as fallback. Consider specifying a user area using property 'user.area'. - MDC[principal=anna, jobName=Running JUnit test in model job]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec - in org.eclipse.scout.rt.shared.extension.dto.TableFieldExtensionTest
Running org.eclipse.scout.rt.shared.extension.dto.PageDataExtensionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 sec - in org.eclipse.scout.rt.shared.extension.dto.PageDataExtensionTest
Running org.eclipse.scout.rt.shared.extension.dto.FormDataTemplateExtensionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec - in org.eclipse.scout.rt.shared.extension.dto.FormDataTemplateExtensionTest
Running org.eclipse.scout.rt.shared.extension.dto.FormDataSingleExtensionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.eclipse.scout.rt.shared.extension.dto.FormDataSingleExtensionTest
Running org.eclipse.scout.rt.shared.extension.dto.FormDataPropertyExtensionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec - in org.eclipse.scout.rt.shared.extension.dto.FormDataPropertyExtensionTest
Running org.eclipse.scout.rt.shared.extension.dto.FormDataMultipleExtensionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.eclipse.scout.rt.shared.extension.dto.FormDataMultipleExtensionTest
Running org.eclipse.scout.rt.shared.extension.dto.ContributionOnlyOneTemplateTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.shared.extension.dto.ContributionOnlyOneTemplateTest
Running org.eclipse.scout.rt.shared.extension.data.model.MoveDataModelEntitiyAndAttributeTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.eclipse.scout.rt.shared.extension.data.model.MoveDataModelEntitiyAndAttributeTest
Running org.eclipse.scout.rt.shared.extension.ExtensionRegistryInstantiationTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec - in org.eclipse.scout.rt.shared.extension.ExtensionRegistryInstantiationTest
Running org.eclipse.scout.rt.shared.extension.ExtensionRegistryExtensionRegistrationTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.shared.extension.ExtensionRegistryExtensionRegistrationTest
Running org.eclipse.scout.rt.shared.data.form.FormDataValidationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec - in org.eclipse.scout.rt.shared.data.form.FormDataValidationTest
Running org.eclipse.scout.rt.shared.data.form.FormDataImportWithTemplatesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec - in org.eclipse.scout.rt.shared.data.form.FormDataImportWithTemplatesTest
Running org.eclipse.scout.rt.shared.data.form.FormDataImportWithPropertiesTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.eclipse.scout.rt.shared.data.form.FormDataImportWithPropertiesTest
Running org.eclipse.scout.rt.shared.data.form.FormDataCloneTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.shared.data.form.FormDataCloneTest
Running org.eclipse.scout.rt.platform.TypeCastUtilityClientTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.TypeCastUtilityClientTest
Running org.eclipse.scout.rt.client.ui.wizard.AbstractWizardTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.eclipse.scout.rt.client.ui.wizard.AbstractWizardTest
Running org.eclipse.scout.rt.client.ui.messagebox.MessageBoxTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 sec - in org.eclipse.scout.rt.client.ui.messagebox.MessageBoxTest
Running org.eclipse.scout.rt.client.ui.form.menu.AbstractMenuTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.form.menu.AbstractMenuTest
Running org.eclipse.scout.rt.client.ui.form.internal.FindFieldByFormDataIdVisitorTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 sec - in org.eclipse.scout.rt.client.ui.form.internal.FindFieldByFormDataIdVisitorTest
Running org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest
2021-07-31 21:35:34,456 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$SimpleTreeBox'. - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:35:34,461 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$AutoSelectTreeBox'. - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:35:34,466 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$AutoSelectTreeBox'. - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:35:34,471 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$SimpleTreeBox'. - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:35:34,475 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$ValidatingTreeBox'. - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:35:34,479 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$AutoSelectTreeBox'. - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:35:34,482 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$SimpleTreeBox'. - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:35:34,486 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$ValidatingTreeBox'. - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:35:34,489 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$SimpleTreeBox'. - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:35:34,493 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$SimpleTreeBox'. - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:35:34,497 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$SimpleTreeBox'. - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:35:34,500 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$AutoSelectTreeBox'. - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:35:34,503 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$1'. - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:35:34,504 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$1'. - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:35:34,534 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$SimpleTreeBox'. - MDC[principal=default, jobName=Running JUnit test in model job]
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec - in org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest
Running org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxInFormTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxInFormTest
Running org.eclipse.scout.rt.client.ui.form.fields.tablefield.TableFieldTest
2021-07-31 21:35:34,563 WARN  [main] org.eclipse.scout.rt.client.ui.form.fields.tablefield.AbstractTableField - Validation Error on Column without header text, using className for error message. - MDC[]
2021-07-31 21:35:34,576 WARN  [main] org.eclipse.scout.rt.client.ui.form.fields.tablefield.AbstractTableField - Validation Error on Column without header text, using className for error message. - MDC[]
2021-07-31 21:35:34,633 WARN  [main] org.eclipse.scout.rt.client.ui.form.fields.tablefield.AbstractTableField - Validation Error on Column without header text, using className for error message. - MDC[]
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec - in org.eclipse.scout.rt.client.ui.form.fields.tablefield.TableFieldTest
Running org.eclipse.scout.rt.client.ui.form.fields.tablefield.AbstractTableFieldTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.client.ui.form.fields.tablefield.AbstractTableFieldTest
Running org.eclipse.scout.rt.client.ui.form.fields.tablefield.AbstractTableFieldMoveRowTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.ui.form.fields.tablefield.AbstractTableFieldMoveRowTest
Running org.eclipse.scout.rt.client.ui.form.fields.stringfield.StringFieldSetMultilineTextTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.ui.form.fields.stringfield.StringFieldSetMultilineTextTest
Running org.eclipse.scout.rt.client.ui.form.fields.stringfield.AbstractStringFieldTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.client.ui.form.fields.stringfield.AbstractStringFieldTest
Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldTest
2021-07-31 21:35:34,749 ERROR [scout-model-thread-22] org.eclipse.scout.rt.client.ui.form.fields.smartfield.HierarchicalContentAssistDataFetcher -  - MDC[principal=default, jobName=org.eclipse.scout.rt.platform.job.internal.JobFutureTask$3]
java.lang.AssertionError: No lookup should be performed for that test-case
	at org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldTest$StyleLookupService.checkLookupAllowed(SmartFieldTest.java:223)
	at org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldTest$StyleLookupService.getDataByText(SmartFieldTest.java:241)
	at org.eclipse.scout.rt.shared.services.lookup.LookupCall.getDataByText(LookupCall.java:322)
	at org.eclipse.scout.rt.client.ui.form.fields.smartfield.AbstractContentAssistField$4.provide(AbstractContentAssistField.java:1516)
	at org.eclipse.scout.rt.client.ui.form.fields.smartfield.LookupRowHelper$1.call(LookupRowHelper.java:61)
	at org.eclipse.scout.rt.client.ui.form.fields.smartfield.LookupRowHelper$1.call(LookupRowHelper.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.security.auth.Subject.doAs(Subject.java:422)
	at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 sec - in org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldTest
Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldSingleResultTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldSingleResultTest
Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldParseValueTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldParseValueTest
Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldMultilineTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldMultilineTest
Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldLookupTest
2021-07-31 21:35:34,952 WARN  [scout-thread-20] org.eclipse.scout.rt.client.ui.form.fields.smartfield.LookupRowHelper - Fetching data for empty lookup call - MDC[principal=default, jobName=Lookup [lookupCall=null, provider=ILookupRowProvider@56aa18d3[Rec Lookup, parentKey=1, activeState=TRUE]]]
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec - in org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldLookupTest
Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.ProposalFieldTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.072 sec - in org.eclipse.scout.rt.client.ui.form.fields.smartfield.ProposalFieldTest
Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.IncrementalTreeBuilderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.form.fields.smartfield.IncrementalTreeBuilderTest
Running org.eclipse.scout.rt.client.ui.form.fields.sequencebox.SequenceBoxTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.eclipse.scout.rt.client.ui.form.fields.sequencebox.SequenceBoxTest
Running org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest
2021-07-31 21:35:35,138 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroup - The key of a lookup row may not be null. Row has been removed for radio button group 'org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest$P_RadioButtonGroupWithLookupCall'. - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:35:35,139 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroup - The key of a lookup row may not be null. Row has been removed for radio button group 'org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest$P_RadioButtonGroupWithLookupCall'. - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:35:35,175 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroup - The key of a lookup row may not be null. Row has been removed for radio button group 'org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest$P_RadioButtonGroupWithLookupCall'. - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:35:35,175 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroup - The key of a lookup row may not be null. Row has been removed for radio button group 'org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest$P_RadioButtonGroupWithLookupCall'. - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:35:35,180 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroup - The key of a lookup row may not be null. Row has been removed for radio button group 'org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest$P_RadioButtonGroupWithLookupCall'. - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:35:35,181 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroup - The key of a lookup row may not be null. Row has been removed for radio button group 'org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest$P_RadioButtonGroupWithLookupCall'. - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:35:35,233 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroup - The key of a lookup row may not be null. Row has been removed for radio button group 'org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest$P_RadioButtonGroupWithLookupCall'. - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:35:35,234 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroup - The key of a lookup row may not be null. Row has been removed for radio button group 'org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest$P_RadioButtonGroupWithLookupCall'. - MDC[principal=default, jobName=Running JUnit test in model job]
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 sec - in org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest
Running org.eclipse.scout.rt.client.ui.form.fields.numberfield.AbstractNumberFieldTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 sec - in org.eclipse.scout.rt.client.ui.form.fields.numberfield.AbstractNumberFieldTest
Running org.eclipse.scout.rt.client.ui.form.fields.longfield.AbstractLongFieldTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.client.ui.form.fields.longfield.AbstractLongFieldTest
Running org.eclipse.scout.rt.client.ui.form.fields.listbox.ListBoxTest
2021-07-31 21:35:35,472 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox - The key of a lookup row may not be null. Row has been removed for list box 'org.eclipse.scout.rt.client.ui.form.fields.listbox.ListBoxTest'. - MDC[principal=default, jobName=Running JUnit test in model job]
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec - in org.eclipse.scout.rt.client.ui.form.fields.listbox.ListBoxTest
Running org.eclipse.scout.rt.client.ui.form.fields.listbox.ListBoxInFormTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec - in org.eclipse.scout.rt.client.ui.form.fields.listbox.ListBoxInFormTest
Running org.eclipse.scout.rt.client.ui.form.fields.integerfield.AbstractIntegerFieldTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.eclipse.scout.rt.client.ui.form.fields.integerfield.AbstractIntegerFieldTest
Running org.eclipse.scout.rt.client.ui.form.fields.imagebox.ImageFieldTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.form.fields.imagebox.ImageFieldTest
Running org.eclipse.scout.rt.client.ui.form.fields.htmlfield.AbstractHtmlFieldTest
2021-07-31 21:35:35,575 ERROR [main] org.eclipse.scout.rt.client.ui.form.fields.htmlfield.AbstractHtmlField - Malformed URL 'data' - MDC[]
java.net.MalformedURLException: no protocol: data
	at java.net.URL.<init>(URL.java:611)
	at java.net.URL.<init>(URL.java:508)
	at java.net.URL.<init>(URL.java:457)
	at org.eclipse.scout.rt.client.ui.form.fields.htmlfield.AbstractHtmlField.execAppLinkAction(AbstractHtmlField.java:94)
	at org.eclipse.scout.rt.client.ui.form.fields.htmlfield.AbstractHtmlFieldTest$P_HtmlField.execAppLinkAction(AbstractHtmlFieldTest.java:45)
	at org.eclipse.scout.rt.client.ui.form.fields.htmlfield.AbstractHtmlField$LocalHtmlFieldExtension.execAppLinkAction(AbstractHtmlField.java:235)
	at org.eclipse.scout.rt.client.extension.ui.form.fields.htmlfield.HtmlFieldChains$HtmlFieldAppLinkActionChain$1.callMethod(HtmlFieldChains.java:42)
	at org.eclipse.scout.rt.client.extension.ui.form.fields.htmlfield.HtmlFieldChains$HtmlFieldAppLinkActionChain$1.callMethod(HtmlFieldChains.java:1)
	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:122)
	at org.eclipse.scout.rt.client.extension.ui.form.fields.htmlfield.HtmlFieldChains$HtmlFieldAppLinkActionChain.execAppLinkAction(HtmlFieldChains.java:45)
	at org.eclipse.scout.rt.client.ui.form.fields.htmlfield.AbstractHtmlField.interceptAppLinkAction(AbstractHtmlField.java:224)
	at org.eclipse.scout.rt.client.ui.form.fields.htmlfield.AbstractHtmlField.doAppLinkAction(AbstractHtmlField.java:114)
	at org.eclipse.scout.rt.client.ui.form.fields.htmlfield.AbstractHtmlField$P_UIFacade.fireAppLinkActionFromUI(AbstractHtmlField.java:192)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56)
	at com.sun.proxy.$Proxy53.fireAppLinkActionFromUI(Unknown Source)
	at org.eclipse.scout.rt.client.ui.form.fields.htmlfield.AbstractHtmlFieldTest.testExecHyperlinkAction(AbstractHtmlFieldTest.java:33)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:97)
	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
2021-07-31 21:35:35,575 INFO  [main] org.eclipse.scout.rt.client.ui.form.fields.htmlfield.AbstractHtmlField - execHyperlinkAction null (in org.eclipse.scout.rt.client.ui.form.fields.htmlfield.AbstractHtmlFieldTest$P_HtmlField) - MDC[]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.ui.form.fields.htmlfield.AbstractHtmlFieldTest
Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout11Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout11Test
Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout10Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout10Test
Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout09Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout09Test
Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout08Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout08Test
Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout07Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout07Test
Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout06Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout06Test
Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout05Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout05Test
Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout04Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout04Test
Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout02Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout02Test
Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout01Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout01Test
Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout0100Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout0100Test
Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.AbstractGroupBoxTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.AbstractGroupBoxTest
Running org.eclipse.scout.rt.client.ui.form.fields.filechooserfield.FileChooserFieldTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.client.ui.form.fields.filechooserfield.FileChooserFieldTest
Running org.eclipse.scout.rt.client.ui.form.fields.decimalfield.AbstractDecimalFieldTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec - in org.eclipse.scout.rt.client.ui.form.fields.decimalfield.AbstractDecimalFieldTest
Running org.eclipse.scout.rt.client.ui.form.fields.composer.ComposerFieldTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec - in org.eclipse.scout.rt.client.ui.form.fields.composer.ComposerFieldTest
Running org.eclipse.scout.rt.client.ui.form.fields.colorfield.ColorFieldTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.eclipse.scout.rt.client.ui.form.fields.colorfield.ColorFieldTest
Running org.eclipse.scout.rt.client.ui.form.fields.button.ButtonTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.form.fields.button.ButtonTest
Running org.eclipse.scout.rt.client.ui.form.fields.button.AbstractRadioButtonTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.client.ui.form.fields.button.AbstractRadioButtonTest
Running org.eclipse.scout.rt.client.ui.form.fields.browserfield.AbstractBrowserFieldTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.ui.form.fields.browserfield.AbstractBrowserFieldTest
Running org.eclipse.scout.rt.client.ui.form.fields.booleanfield.AbstractBooleanFieldTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.client.ui.form.fields.booleanfield.AbstractBooleanFieldTest
Running org.eclipse.scout.rt.client.ui.form.fields.bigintegerfield.AbstractBigIntegerFieldTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.client.ui.form.fields.bigintegerfield.AbstractBigIntegerFieldTest
Running org.eclipse.scout.rt.client.ui.form.fields.bigdecimalfield.AbstractBigDecimalFieldTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.eclipse.scout.rt.client.ui.form.fields.bigdecimalfield.AbstractBigDecimalFieldTest
Running org.eclipse.scout.rt.client.ui.form.fields.ValueFieldTest
2021-07-31 21:35:35,932 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.AbstractValueField - Unexpected Error:  - MDC[principal=anna, jobName=Running JUnit test in model job]
org.eclipse.scout.rt.platform.exception.ProcessingException: "EXCEPTION!!!" is an invalid value [severity=ERROR]
	at org.eclipse.scout.rt.client.ui.form.fields.AbstractValueField.setValue(AbstractValueField.java:346)
	at org.eclipse.scout.rt.client.ui.form.fields.ValueFieldTest.testValidateException(ValueFieldTest.java:116)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.security.auth.Subject.doAs(Subject.java:422)
	at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
Caused by: java.lang.RuntimeException: EXCEPTION!!!
	at org.eclipse.scout.rt.client.ui.form.fields.ValueFieldTest$ParseErrorField.execValidateValue(ValueFieldTest.java:232)
	at org.eclipse.scout.rt.client.ui.form.fields.ValueFieldTest$ParseErrorField.execValidateValue(ValueFieldTest.java:1)
	at org.eclipse.scout.rt.client.ui.form.fields.AbstractValueField$LocalValueFieldExtension.execValidateValue(AbstractValueField.java:670)
	at org.eclipse.scout.rt.client.extension.ui.form.fields.ValueFieldChains$ValueFieldExecValidateChain$1.callMethod(ValueFieldChains.java:46)
	at org.eclipse.scout.rt.client.extension.ui.form.fields.ValueFieldChains$ValueFieldExecValidateChain$1.callMethod(ValueFieldChains.java:1)
	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:122)
	at org.eclipse.scout.rt.client.extension.ui.form.fields.ValueFieldChains$ValueFieldExecValidateChain.execValidateValue(ValueFieldChains.java:49)
	at org.eclipse.scout.rt.client.ui.form.fields.AbstractValueField.interceptValidateValue(AbstractValueField.java:697)
	at org.eclipse.scout.rt.client.ui.form.fields.AbstractValueField.validateValue(AbstractValueField.java:471)
	at org.eclipse.scout.rt.client.ui.form.fields.AbstractValueField.setValue(AbstractValueField.java:337)
	... 37 common frames omitted
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec - in org.eclipse.scout.rt.client.ui.form.fields.ValueFieldTest
Running org.eclipse.scout.rt.client.ui.form.fields.ValueFieldAutoDisplayTextTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.form.fields.ValueFieldAutoDisplayTextTest
Running org.eclipse.scout.rt.client.ui.form.fields.ReplaceFieldTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.eclipse.scout.rt.client.ui.form.fields.ReplaceFieldTest
Running org.eclipse.scout.rt.client.ui.form.fields.OrderedComparatorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.eclipse.scout.rt.client.ui.form.fields.OrderedComparatorTest
Running org.eclipse.scout.rt.client.ui.form.fields.MasterSlaveRelationWithTemplatesFieldTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec - in org.eclipse.scout.rt.client.ui.form.fields.MasterSlaveRelationWithTemplatesFieldTest
Running org.eclipse.scout.rt.client.ui.form.fields.FormFieldTest
2021-07-31 21:35:36,059 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.AbstractFormField - Found a duplicate classid for SimpleTestFormField_org.eclipse.scout.rt.client.ui.form.fields.FormFieldTest$TestForm, adding field index. Override classId for dynamically injected fields. - MDC[principal=anna, jobName=Running JUnit test in model job]
2021-07-31 21:35:36,059 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.AbstractFormField - Found a duplicate classid for SimpleTestFormField_org.eclipse.scout.rt.client.ui.form.fields.FormFieldTest$TestForm, adding field index. Override classId for dynamically injected fields. - MDC[principal=anna, jobName=Running JUnit test in model job]
2021-07-31 21:35:36,073 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.AbstractFormField - Found a duplicate classid for DUPLICATEDUPLICATE, adding field index. Override classId for dynamically injected fields. - MDC[principal=anna, jobName=Running JUnit test in model job]
2021-07-31 21:35:36,073 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.AbstractFormField - Found a duplicate classid for DUPLICATEDUPLICATE, adding field index. Override classId for dynamically injected fields. - MDC[principal=anna, jobName=Running JUnit test in model job]
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in org.eclipse.scout.rt.client.ui.form.fields.FormFieldTest
Running org.eclipse.scout.rt.client.ui.form.fields.CompositeFieldTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.form.fields.CompositeFieldTest
Running org.eclipse.scout.rt.client.ui.form.fields.CompositeFieldInjectFieldTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.ui.form.fields.CompositeFieldInjectFieldTest
Running org.eclipse.scout.rt.client.ui.form.fields.CompositeFieldAddRemoveMoveFieldTest
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec - in org.eclipse.scout.rt.client.ui.form.fields.CompositeFieldAddRemoveMoveFieldTest
Running org.eclipse.scout.rt.client.ui.form.StoreAndLoadXml3FormTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 sec - in org.eclipse.scout.rt.client.ui.form.StoreAndLoadXml3FormTest
Running org.eclipse.scout.rt.client.ui.form.StoreAndLoadXml2FormTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.client.ui.form.StoreAndLoadXml2FormTest
Running org.eclipse.scout.rt.client.ui.form.StoreAndLoadXml1FormTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.form.StoreAndLoadXml1FormTest
Running org.eclipse.scout.rt.client.ui.form.ImportFormDataWithFiltersTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.client.ui.form.ImportFormDataWithFiltersTest
Running org.eclipse.scout.rt.client.ui.form.FormWithTableFieldTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.client.ui.form.FormWithTableFieldTest
Running org.eclipse.scout.rt.client.ui.form.FormWaitForTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.ui.form.FormWaitForTest
Running org.eclipse.scout.rt.client.ui.form.FormStoredWithVetoTest
2021-07-31 21:35:36,408 INFO  [scout-model-thread-24] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will be re-thrown for JUnit assertion. [exception=Implementation throws a VetoException [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$SaveButton]] - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:35:36,433 INFO  [scout-model-thread-24] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will be re-thrown for JUnit assertion. [exception=Implementation throws a VetoException [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$SaveButton]] - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:35:36,435 INFO  [scout-model-thread-24] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will be re-thrown for JUnit assertion. [exception=Implementation throws a VetoException [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$SaveButton]] - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:35:36,437 INFO  [scout-model-thread-24] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will be re-thrown for JUnit assertion. [exception=Implementation throws a VetoException [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$OkButton]] - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:35:36,439 INFO  [scout-model-thread-24] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will be re-thrown for JUnit assertion. [exception=Implementation throws a VetoException [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$OkButton]] - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:35:36,441 INFO  [scout-model-thread-24] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will be re-thrown for JUnit assertion. [exception=Implementation throws a VetoException [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$OkButton]] - MDC[principal=default, jobName=Running JUnit test in model job]
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in org.eclipse.scout.rt.client.ui.form.FormStoredWithVetoTest
Running org.eclipse.scout.rt.client.ui.form.FormStoredTest
2021-07-31 21:35:36,444 INFO  [scout-model-thread-24] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will not be re-thrown for JUnit assertion because already consumed. [exception=Form was marked as not stored. [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$SaveButton]] - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:35:36,448 INFO  [scout-model-thread-24] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will not be re-thrown for JUnit assertion because already consumed. [exception=Implementation throws a consumed VetoException [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$SaveButton]] - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:35:36,450 INFO  [scout-model-thread-24] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will not be re-thrown for JUnit assertion because already consumed. [exception=Implementation throws a consumed VetoException [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$OkButton]] - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:35:36,460 INFO  [scout-model-thread-24] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will not be re-thrown for JUnit assertion because already consumed. [exception=Form was marked as not stored. [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$OkButton]] - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:35:36,462 INFO  [scout-model-thread-24] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will not be re-thrown for JUnit assertion because already consumed. [exception=Form was marked as not stored. [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$SaveButton]] - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:35:36,466 INFO  [scout-model-thread-24] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will not be re-thrown for JUnit assertion because already consumed. [exception=Form was marked as not stored. [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$OkButton]] - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:35:36,471 INFO  [scout-model-thread-24] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will not be re-thrown for JUnit assertion because already consumed. [exception=Form was marked as not stored. [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$OkButton]] - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:35:36,473 INFO  [scout-model-thread-24] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will not be re-thrown for JUnit assertion because already consumed. [exception=Form was marked as not stored. [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$SaveButton]] - MDC[principal=default, jobName=Running JUnit test in model job]
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.eclipse.scout.rt.client.ui.form.FormStoredTest
Running org.eclipse.scout.rt.client.ui.form.FormFieldInjectionTest
filterFields: null/MainBox (org.eclipse.scout.rt.client.ui.form.FormFieldInjectionTest$TestForm$MainBox)
filterFields: null/TopBox (org.eclipse.scout.rt.client.ui.form.FormFieldInjectionTest$TestForm$MainBox$TopBox)
injectFields: null/TopBox (org.eclipse.scout.rt.client.ui.form.FormFieldInjectionTest$TestForm$MainBox$TopBox)
injectFields: null/MainBox (org.eclipse.scout.rt.client.ui.form.FormFieldInjectionTest$TestForm$MainBox)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.client.ui.form.FormFieldInjectionTest
Running org.eclipse.scout.rt.client.ui.form.FormBasicTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.807 sec - in org.eclipse.scout.rt.client.ui.form.FormBasicTest
Running org.eclipse.scout.rt.client.ui.form.AbstractFormTest
2021-07-31 21:35:37,318 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.AbstractForm - there are fields with errors - MDC[principal=anna, jobName=Running JUnit test in model job]
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.eclipse.scout.rt.client.ui.form.AbstractFormTest
Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableGroupingWithSortingTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableGroupingWithSortingTest
Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableGroupingWithHeaderSortColumnsTest
2021-07-31 21:35:37,394 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.ColumnSet - Invalid column grouping config. Column marked as grouped but there are non-grouped or non-visible sort columns with smaller sort index. Grouping will be set to false. - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:35:37,396 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.ColumnSet - Invalid column grouping config. Column marked as grouped but there are non-grouped or non-visible sort columns with smaller sort index. Grouping will be set to false. - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:35:37,410 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.ColumnSet - Invalid column grouping config. Column marked as grouped but there are non-grouped or non-visible sort columns with smaller sort index. Grouping will be set to false. - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:35:37,421 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.ColumnSet - Invalid column grouping config. Column marked as grouped but there are non-grouped or non-visible sort columns with smaller sort index. Grouping will be set to false. - MDC[principal=default, jobName=Running JUnit test in model job]
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableGroupingWithHeaderSortColumnsTest
Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableGroupingTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableGroupingTest
Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableAndTableCustomizerWhenEditingThenMissingSelectionTest
Edit: change data 'Account'
Edit: change data 'Account'
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableAndTableCustomizerWhenEditingThenMissingSelectionTest
Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableAndPageBeanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableAndPageBeanTest
Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable7Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable7Test
Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable6Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable6Test
Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable3Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable3Test
Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable2Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable2Test
Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable1Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable1Test
Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithNodesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithNodesTest
Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageTest
2021-07-31 21:35:37,631 INFO  [scout-model-thread-24] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will be re-thrown for JUnit assertion. [exception=null] - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:35:37,641 INFO  [scout-model-thread-24] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will be re-thrown for JUnit assertion. [exception=null] - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:35:37,642 INFO  [scout-model-thread-24] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will be re-thrown for JUnit assertion. [exception=undefined [severity=ERROR]] - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:35:37,648 INFO  [scout-model-thread-24] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will be re-thrown for JUnit assertion. [exception=undefined [severity=ERROR]] - MDC[principal=default, jobName=Running JUnit test in model job]
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageTest
Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.OutlineTreeContextMenuTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.OutlineTreeContextMenuTest
Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.OutlineTreeContextMenuNestedPageWithTablesTest
 r- org.eclipse.scout.rt.client.ui.desktop.outline.pages.OutlineTreeContextMenuNestedPageWithTablesTest$PageWithTable$Table$PageWithTableRowMenu@29fe5c14
 r- org.eclipse.scout.rt.client.ui.desktop.outline.pages.OutlineTreeContextMenuNestedPageWithTablesTest$SubPageWithTable$Table$SubPageWithTableEmptySpaceMenu@719049bd
 m- OutlineMenuWrapper[wrappedMenu=SubPageWithTableEmptySpaceMenu text='EmptySpace' enabled=true enabledGranted=true inheritAccessibility=true visible=true visibleGranted=true]
 m- OutlineMenuWrapper[wrappedMenu=PageWithTableRowMenu text='Edit' enabled=true enabledGranted=true inheritAccessibility=true visible=true visibleGranted=true]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.OutlineTreeContextMenuNestedPageWithTablesTest
Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPageWithTableTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPageWithTableTest
Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPageWithNodesTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPageWithNodesTest
Running org.eclipse.scout.rt.client.ui.desktop.outline.OutlineTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.OutlineTest
Running org.eclipse.scout.rt.client.ui.desktop.outline.BookmarkToInvisibleOutlineTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.409 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.BookmarkToInvisibleOutlineTest
Running org.eclipse.scout.rt.client.ui.desktop.navigation.BookmarkUtilityTest
2021-07-31 21:35:38,184 ERROR [main] org.eclipse.scout.rt.client.services.common.bookmark.internal.BookmarkUtility - Bookmark key is not serializable. Falling back to toString() which is not overriden by the given class [class org.eclipse.scout.rt.client.ui.desktop.navigation.BookmarkUtilityTest$UnSerializablePrimaryKey] - MDC[]
2021-07-31 21:35:38,185 ERROR [main] org.eclipse.scout.rt.client.services.common.bookmark.internal.BookmarkUtility - Bookmark key is not serializable. Falling back to toString() which is not overriden by the given class [class org.eclipse.scout.rt.client.ui.desktop.navigation.BookmarkUtilityTest$UnSerializablePrimaryKey] - MDC[]
2021-07-31 21:35:38,186 WARN  [main] org.eclipse.scout.rt.client.services.common.bookmark.internal.BookmarkUtility - Bookmark key is not serializable. Falling back to toString(). Note: keys may not be stable [class=class org.eclipse.scout.rt.client.ui.desktop.navigation.BookmarkUtilityTest$UnSerializablePrimaryKeyWithToString, string representation:UnSerializablePrimaryKeyWithToString [m_id=1234]] - MDC[]
2021-07-31 21:35:38,186 WARN  [main] org.eclipse.scout.rt.client.services.common.bookmark.internal.BookmarkUtility - Bookmark key is not serializable. Falling back to toString(). Note: keys may not be stable [class=class org.eclipse.scout.rt.client.ui.desktop.navigation.BookmarkUtilityTest$UnSerializablePrimaryKeyWithToString, string representation:UnSerializablePrimaryKeyWithToString [m_id=1234]] - MDC[]
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.desktop.navigation.BookmarkUtilityTest
Running org.eclipse.scout.rt.client.ui.desktop.AbstractDesktopTest
2021-07-31 21:35:38,194 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=default]
2021-07-31 21:35:38,195 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@58b45ba0[id = ace94a94-875a-4f98-b394-e2e838f39788], user=jenkins] - MDC[principal=default, jobName=Starting ClientSession [sessionId=ace94a94-875a-4f98-b394-e2e838f39788]]
2021-07-31 21:35:38,225 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.deeplink.DeepLinks - Registered 1 deep-link handlers:
- org.eclipse.scout.rt.client.ui.desktop.AbstractDesktopTest$P_TestDeepLinkHandler@52bb309a - MDC[principal=default, jobName=Running JUnit test in model job]
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec - in org.eclipse.scout.rt.client.ui.desktop.AbstractDesktopTest
Running org.eclipse.scout.rt.client.ui.basic.tree.VirtualTreeNodeTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.eclipse.scout.rt.client.ui.basic.tree.VirtualTreeNodeTest
Running org.eclipse.scout.rt.client.ui.basic.tree.TreeUtilityTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.ui.basic.tree.TreeUtilityTest
Running org.eclipse.scout.rt.client.ui.basic.tree.TreeNodeTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.basic.tree.TreeNodeTest
Running org.eclipse.scout.rt.client.ui.basic.tree.TreeEventTest
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.ui.basic.tree.TreeEventTest
Running org.eclipse.scout.rt.client.ui.basic.tree.TreeEventBufferTest
Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.733 sec - in org.eclipse.scout.rt.client.ui.basic.tree.TreeEventBufferTest
Running org.eclipse.scout.rt.client.ui.basic.tree.OutlineEventBufferTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.client.ui.basic.tree.OutlineEventBufferTest
Running org.eclipse.scout.rt.client.ui.basic.tree.AbstractTreeTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.client.ui.basic.tree.AbstractTreeTest
Running org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManagerTest
2021-07-31 21:35:44,009 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@740818b1 - MDC[principal=anna, jobName=Running JUnit test in model job]
2021-07-31 21:35:44,011 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@16b190d6 - MDC[principal=anna, jobName=Running JUnit test in model job]
2021-07-31 21:35:44,012 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@6c895de3 - MDC[principal=anna, jobName=Running JUnit test in model job]
2021-07-31 21:35:44,012 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter removed org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@16b190d6 - MDC[principal=anna, jobName=Running JUnit test in model job]
2021-07-31 21:35:44,012 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@4f9dced0 - MDC[principal=anna, jobName=Running JUnit test in model job]
2021-07-31 21:35:44,014 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@2b715bdc - MDC[principal=anna, jobName=Running JUnit test in model job]
2021-07-31 21:35:44,015 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@5083cbbb - MDC[principal=anna, jobName=Running JUnit test in model job]
2021-07-31 21:35:44,016 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@520542e5 - MDC[principal=anna, jobName=Running JUnit test in model job]
2021-07-31 21:35:44,017 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@115a35e7 - MDC[principal=anna, jobName=Running JUnit test in model job]
2021-07-31 21:35:44,017 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter removed org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@115a35e7 - MDC[principal=anna, jobName=Running JUnit test in model job]
2021-07-31 21:35:44,019 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@2a9151d1 - MDC[principal=anna, jobName=Running JUnit test in model job]
2021-07-31 21:35:44,019 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@75f38043 - MDC[principal=anna, jobName=Running JUnit test in model job]
2021-07-31 21:35:44,021 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@7e6c2a5c - MDC[principal=anna, jobName=Running JUnit test in model job]
2021-07-31 21:35:44,022 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@b2b9adb - MDC[principal=anna, jobName=Running JUnit test in model job]
2021-07-31 21:35:44,022 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@32c5a273 - MDC[principal=anna, jobName=Running JUnit test in model job]
2021-07-31 21:35:44,022 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter removed org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@b2b9adb - MDC[principal=anna, jobName=Running JUnit test in model job]
2021-07-31 21:35:44,023 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@227a9865 - MDC[principal=anna, jobName=Running JUnit test in model job]
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManagerTest
Running org.eclipse.scout.rt.client.ui.basic.table.organizer.ShowInvisibleColumnsFormTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.eclipse.scout.rt.client.ui.basic.table.organizer.ShowInvisibleColumnsFormTest
Running org.eclipse.scout.rt.client.ui.basic.table.organizer.OrganizeColumnsFormTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.eclipse.scout.rt.client.ui.basic.table.organizer.OrganizeColumnsFormTest
Running org.eclipse.scout.rt.client.ui.basic.table.internal.InternalTableRowTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.basic.table.internal.InternalTableRowTest
Running org.eclipse.scout.rt.client.ui.basic.table.columns.HtmlEnabledTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.HtmlEnabledTest
Running org.eclipse.scout.rt.client.ui.basic.table.columns.ColumnVisibilityTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.ColumnVisibilityTest
Running org.eclipse.scout.rt.client.ui.basic.table.columns.ColumnEditableTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.ColumnEditableTest
Running org.eclipse.scout.rt.client.ui.basic.table.columns.ColumnAutoResizeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.ColumnAutoResizeTest
Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractStringColumnTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractStringColumnTest
Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractSmartColumnTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractSmartColumnTest
Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractRowDataColumnTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractRowDataColumnTest
Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractProposalColumnTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractProposalColumnTest
Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractNumberColumnTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractNumberColumnTest
Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractMixedSmartColumnTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.244 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractMixedSmartColumnTest
Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractLongColumnTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractLongColumnTest
Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractIntegerColumnTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractIntegerColumnTest
Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractDecimalColumnTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractDecimalColumnTest
Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractDateColumnTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractDateColumnTest
Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumnTest
2021-07-31 21:35:44,435 WARN  [main] org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumn - Exception decorating cell - MDC[]
org.eclipse.scout.rt.platform.exception.ProcessingException: decoration on empty column [severity=ERROR]
	at org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumnTest$TestDecorationTable$C2Column.execDecorateCell(AbstractColumnTest.java:378)
	at org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumn$LocalColumnExtension.execDecorateCell(AbstractColumn.java:1981)
	at org.eclipse.scout.rt.client.extension.ui.basic.table.columns.ColumnChains$ColumnDecorateCellChain$1.callMethod(ColumnChains.java:149)
	at org.eclipse.scout.rt.client.extension.ui.basic.table.columns.ColumnChains$ColumnDecorateCellChain$1.callMethod(ColumnChains.java:1)
	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:122)
	at org.eclipse.scout.rt.client.extension.ui.basic.table.columns.ColumnChains$ColumnDecorateCellChain.execDecorateCell(ColumnChains.java:152)
	at org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumn.interceptDecorateCell(AbstractColumn.java:2030)
	at org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumn.decorateCell(AbstractColumn.java:1616)
	at org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumn.decorateCells(AbstractColumn.java:1607)
	at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.applyRowDecorations(AbstractTable.java:3717)
	at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.processDecorationBuffer(AbstractTable.java:3664)
	at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.setTableChanging(AbstractTable.java:1609)
	at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.addRows(AbstractTable.java:2900)
	at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.addRows(AbstractTable.java:2856)
	at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.addRow(AbstractTable.java:2845)
	at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.addRow(AbstractTable.java:2835)
	at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.addRow(AbstractTable.java:2830)
	at org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumnTest.testUpdateDisplayText(AbstractColumnTest.java:275)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:97)
	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumnTest
Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBooleanColumnTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBooleanColumnTest
Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBigIntegerColumnTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBigIntegerColumnTest
Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBigDecimalColumnTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBigDecimalColumnTest
Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBeanColumnTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBeanColumnTest
Running org.eclipse.scout.rt.client.ui.basic.table.TableWithIgnoredColumnsTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableWithIgnoredColumnsTest
Running org.eclipse.scout.rt.client.ui.basic.table.TableValidationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableValidationTest
Running org.eclipse.scout.rt.client.ui.basic.table.TableUtilityTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableUtilityTest
Running org.eclipse.scout.rt.client.ui.basic.table.TableTest
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableTest
Running org.eclipse.scout.rt.client.ui.basic.table.TableRowInsertOrderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableRowInsertOrderTest
Running org.eclipse.scout.rt.client.ui.basic.table.TableRowDataPropertyFilterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableRowDataPropertyFilterTest
Running org.eclipse.scout.rt.client.ui.basic.table.TableLoadingPerfTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.594 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableLoadingPerfTest
Running org.eclipse.scout.rt.client.ui.basic.table.TableImportTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableImportTest
Running org.eclipse.scout.rt.client.ui.basic.table.TableEventTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableEventTest
Running org.eclipse.scout.rt.client.ui.basic.table.TableEventOrderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableEventOrderTest
Running org.eclipse.scout.rt.client.ui.basic.table.TableEventBufferTest
Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.574 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableEventBufferTest
Running org.eclipse.scout.rt.client.ui.basic.table.ReplaceTableTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec - in org.eclipse.scout.rt.client.ui.basic.table.ReplaceTableTest
Running org.eclipse.scout.rt.client.ui.basic.table.ColumnMandatoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.basic.table.ColumnMandatoryTest
Running org.eclipse.scout.rt.client.ui.basic.table.CheckRowsInTableTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec - in org.eclipse.scout.rt.client.ui.basic.table.CheckRowsInTableTest
Running org.eclipse.scout.rt.client.ui.basic.planner.PlannerTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.eclipse.scout.rt.client.ui.basic.planner.PlannerTest
Running org.eclipse.scout.rt.client.ui.basic.planner.PlannerMenuTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.basic.planner.PlannerMenuTest
Running org.eclipse.scout.rt.client.ui.basic.planner.PlannerEventBufferTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.eclipse.scout.rt.client.ui.basic.planner.PlannerEventBufferTest
Running org.eclipse.scout.rt.client.ui.basic.cell.CellTest
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.basic.cell.CellTest
Running org.eclipse.scout.rt.client.ui.basic.calendar.CalendarComponentTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.basic.calendar.CalendarComponentTest
Running org.eclipse.scout.rt.client.ui.action.menu.TreeMenuTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.client.ui.action.menu.TreeMenuTest
Running org.eclipse.scout.rt.client.ui.action.menu.TableMenuTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec - in org.eclipse.scout.rt.client.ui.action.menu.TableMenuTest
Running org.eclipse.scout.rt.client.ui.action.menu.NestedMenusTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.action.menu.NestedMenusTest
Running org.eclipse.scout.rt.client.ui.action.menu.DetailFormMenuTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.client.ui.action.menu.DetailFormMenuTest
Running org.eclipse.scout.rt.client.ui.action.keystroke.KeyStrokeNormalizerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.ui.action.keystroke.KeyStrokeNormalizerTest
Running org.eclipse.scout.rt.client.ui.action.ActionUtilityTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.action.ActionUtilityTest
Running org.eclipse.scout.rt.client.ui.action.ActionTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.eclipse.scout.rt.client.ui.action.ActionTest
Running org.eclipse.scout.rt.client.ui.StyleHelperTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.ui.StyleHelperTest
Running org.eclipse.scout.rt.client.ui.ClientUIPreferencesTest
2021-07-31 21:35:45,977 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=anna]
2021-07-31 21:35:45,978 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@7cb14357[id = a30c7a2f-05a5-4674-a0f7-b93b14593b8c], user=jenkins] - MDC[principal=anna, jobName=Starting ClientSession [sessionId=a30c7a2f-05a5-4674-a0f7-b93b14593b8c]]
2021-07-31 21:35:45,984 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=anna]
2021-07-31 21:35:45,985 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@504fdaa6[id = 503ed2c2-d0c4-4865-9cfe-20438ca292a5], user=jenkins] - MDC[principal=anna, jobName=Starting ClientSession [sessionId=503ed2c2-d0c4-4865-9cfe-20438ca292a5]]
2021-07-31 21:35:45,987 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=anna]
2021-07-31 21:35:45,988 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@3954b8f8[id = 3d71773c-386f-4308-b0d0-7ccaf6ca9431], user=jenkins] - MDC[principal=anna, jobName=Starting ClientSession [sessionId=3d71773c-386f-4308-b0d0-7ccaf6ca9431]]
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.client.ui.ClientUIPreferencesTest
Running org.eclipse.scout.rt.client.services.common.search.DefaultSearchFilterServiceTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in org.eclipse.scout.rt.client.services.common.search.DefaultSearchFilterServiceTest
Running org.eclipse.scout.rt.client.services.common.notifications.NotificationDispatcherTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.client.services.common.notifications.NotificationDispatcherTest
Running org.eclipse.scout.rt.client.services.common.file.FileServiceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.eclipse.scout.rt.client.services.common.file.FileServiceTest
Running org.eclipse.scout.rt.client.services.common.code.CodeServiceClientProxyTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.services.common.code.CodeServiceClientProxyTest
Running org.eclipse.scout.rt.client.services.common.bookmark.BookmarkServiceTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.services.common.bookmark.BookmarkServiceTest
Running org.eclipse.scout.rt.client.services.ServiceWithSessionInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.client.services.ServiceWithSessionInterceptorTest
Running org.eclipse.scout.rt.client.job.filter.future.SessionFutureFilterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.client.job.filter.future.SessionFutureFilterTest
Running org.eclipse.scout.rt.client.job.filter.future.ModelJobFutureFilterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.job.filter.future.ModelJobFutureFilterTest
Running org.eclipse.scout.rt.client.job.filter.future.ClientRunContextFutureFilterTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.client.job.filter.future.ClientRunContextFutureFilterTest
Running org.eclipse.scout.rt.client.job.filter.event.SessionJobEventFilterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.job.filter.event.SessionJobEventFilterTest
Running org.eclipse.scout.rt.client.job.filter.event.ModelJobEventFilterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.job.filter.event.ModelJobEventFilterTest
Running org.eclipse.scout.rt.client.job.MutualExclusionTest
2021-07-31 21:35:46,107 INFO  [scout-thread-21] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will be re-thrown for JUnit assertion. [exception=Assertion error: Potential deadlock detected: Cannot wait for a job which is assigned to the same semaphore as the current job [semaphore=ExecutionSemaphore@28db6e9[permitOwners=[JobFutureTask@14ceceab[job=org.eclipse.scout.rt.client.job.MutualExclusionTest$4, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4b3525fb[job=org.eclipse.scout.rt.client.job.MutualExclusionTest$4$1, state=WAITING_FOR_PERMIT]]]]] - MDC[jobName=org.eclipse.scout.rt.client.job.MutualExclusionTest$4]
2021-07-31 21:35:46,148 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@54bfc137[job=job-1, state=DONE], semaphore=ExecutionSemaphore@72a71458[permitOwners=[JobFutureTask@77731b4f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@54bfc137[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1324fda2[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@72a71458[permitOwners=[JobFutureTask@77731b4f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@54bfc137[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1324fda2[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,150 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@7f927cff[job=job-1, state=DONE], semaphore=ExecutionSemaphore@204f2e02[permitOwners=[JobFutureTask@6ab9b09e[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7f927cff[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5ec49986[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@204f2e02[permitOwners=[JobFutureTask@6ab9b09e[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7f927cff[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5ec49986[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,152 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@71af070[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3055c963[permitOwners=[JobFutureTask@20808d4d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@71af070[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5a723872[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@3055c963[permitOwners=[JobFutureTask@20808d4d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@71af070[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5a723872[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,154 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@7928eb2f[job=job-1, state=DONE], semaphore=ExecutionSemaphore@f51e4f1[permitOwners=[JobFutureTask@5d66fba2[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7928eb2f[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@161ce9d4[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@f51e4f1[permitOwners=[JobFutureTask@5d66fba2[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7928eb2f[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@161ce9d4[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,156 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@9ab495b[job=job-1, state=DONE], semaphore=ExecutionSemaphore@131dd6fd[permitOwners=[JobFutureTask@637a1827[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@9ab495b[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@12590fd5[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@131dd6fd[permitOwners=[JobFutureTask@637a1827[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@9ab495b[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@12590fd5[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,158 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@60fd85cb[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4dec33b6[permitOwners=[JobFutureTask@3a0009a6[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@60fd85cb[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1df9e72[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4dec33b6[permitOwners=[JobFutureTask@3a0009a6[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@60fd85cb[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1df9e72[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,160 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@4cdcb16d[job=job-1, state=DONE], semaphore=ExecutionSemaphore@75196893[permitOwners=[JobFutureTask@310d9a8a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4cdcb16d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6d768966[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@75196893[permitOwners=[JobFutureTask@310d9a8a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4cdcb16d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6d768966[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,162 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@6cd2838d[job=job-1, state=DONE], semaphore=ExecutionSemaphore@7a190d60[permitOwners=[JobFutureTask@31d69d57[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6cd2838d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@68320fb2[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@7a190d60[permitOwners=[JobFutureTask@31d69d57[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6cd2838d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@68320fb2[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,164 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@35214b19[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3fd6b7bc[permitOwners=[JobFutureTask@301854cf[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@35214b19[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@48af82e1[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@3fd6b7bc[permitOwners=[JobFutureTask@301854cf[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@35214b19[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@48af82e1[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,166 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@13640e2[job=job-1, state=DONE], semaphore=ExecutionSemaphore@23ff031f[permitOwners=[JobFutureTask@737ac227[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@13640e2[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4776fe23[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@23ff031f[permitOwners=[JobFutureTask@737ac227[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@13640e2[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4776fe23[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,168 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@4f52985e[job=job-1, state=DONE], semaphore=ExecutionSemaphore@21566ff4[permitOwners=[JobFutureTask@6a9c1069[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4f52985e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1a6b7cff[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@21566ff4[permitOwners=[JobFutureTask@6a9c1069[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4f52985e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1a6b7cff[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,170 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@3ab83e1a[job=job-1, state=DONE], semaphore=ExecutionSemaphore@23890dfd[permitOwners=[JobFutureTask@302d7e7c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3ab83e1a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@71e06002[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@23890dfd[permitOwners=[JobFutureTask@302d7e7c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3ab83e1a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@71e06002[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,171 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@758f20d5[job=job-1, state=DONE], semaphore=ExecutionSemaphore@626259ee[permitOwners=[JobFutureTask@2e8a7e86[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@758f20d5[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5c98eb25[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@626259ee[permitOwners=[JobFutureTask@2e8a7e86[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@758f20d5[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5c98eb25[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,173 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@3a744374[job=job-1, state=DONE], semaphore=ExecutionSemaphore@f54ebb9[permitOwners=[JobFutureTask@477764f2[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3a744374[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5cad7efa[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@f54ebb9[permitOwners=[JobFutureTask@477764f2[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3a744374[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5cad7efa[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,175 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@7830cf6b[job=job-1, state=DONE], semaphore=ExecutionSemaphore@68037949[permitOwners=[JobFutureTask@41c646b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7830cf6b[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@33f190bc[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@68037949[permitOwners=[JobFutureTask@41c646b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7830cf6b[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@33f190bc[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,177 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@70fe91a4[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3d94953e[permitOwners=[JobFutureTask@4fb58b77[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@70fe91a4[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3cdb16c1[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@3d94953e[permitOwners=[JobFutureTask@4fb58b77[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@70fe91a4[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3cdb16c1[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,179 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@1b295e9b[job=job-1, state=DONE], semaphore=ExecutionSemaphore@7ab88272[permitOwners=[JobFutureTask@78a490ba[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1b295e9b[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1cadfc71[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@7ab88272[permitOwners=[JobFutureTask@78a490ba[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1b295e9b[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1cadfc71[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,180 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@26ef28c7[job=job-1, state=DONE], semaphore=ExecutionSemaphore@66289e68[permitOwners=[JobFutureTask@7a124de0[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@26ef28c7[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@9af68a7[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@66289e68[permitOwners=[JobFutureTask@7a124de0[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@26ef28c7[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@9af68a7[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,182 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@3a3f1b87[job=job-1, state=DONE], semaphore=ExecutionSemaphore@2992e32f[permitOwners=[JobFutureTask@522a3c6d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3a3f1b87[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@20b29cdf[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@2992e32f[permitOwners=[JobFutureTask@522a3c6d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3a3f1b87[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@20b29cdf[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,183 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@4a858176[job=job-1, state=DONE], semaphore=ExecutionSemaphore@d2581b5[permitOwners=[JobFutureTask@49cf151f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4a858176[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7daf3c9d[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@d2581b5[permitOwners=[JobFutureTask@49cf151f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4a858176[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7daf3c9d[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,185 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@314f54bd[job=job-1, state=DONE], semaphore=ExecutionSemaphore@59cf62da[permitOwners=[JobFutureTask@99c866[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@314f54bd[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@456573c[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@59cf62da[permitOwners=[JobFutureTask@99c866[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@314f54bd[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@456573c[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,187 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@27b0b2aa[job=job-1, state=DONE], semaphore=ExecutionSemaphore@2584aa8b[permitOwners=[JobFutureTask@69a484c2[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@27b0b2aa[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5f7dd17d[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@2584aa8b[permitOwners=[JobFutureTask@69a484c2[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@27b0b2aa[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5f7dd17d[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,231 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@1e41f34a[job=job-1, state=DONE], semaphore=ExecutionSemaphore@2af5819b[permitOwners=[JobFutureTask@538ef6d4[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1e41f34a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@62c923e1[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@2af5819b[permitOwners=[JobFutureTask@538ef6d4[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1e41f34a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@62c923e1[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,233 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@7e54634b[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3ca0e660[permitOwners=[JobFutureTask@5ac80203[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7e54634b[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7135e490[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@3ca0e660[permitOwners=[JobFutureTask@5ac80203[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7e54634b[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7135e490[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,235 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@3395b049[job=job-1, state=DONE], semaphore=ExecutionSemaphore@14e03da5[permitOwners=[JobFutureTask@29d77422[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3395b049[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@779814ec[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@14e03da5[permitOwners=[JobFutureTask@29d77422[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3395b049[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@779814ec[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,237 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@310831b7[job=job-1, state=DONE], semaphore=ExecutionSemaphore@1ed9f442[permitOwners=[JobFutureTask@236c35d0[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@310831b7[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@14646a25[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@1ed9f442[permitOwners=[JobFutureTask@236c35d0[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@310831b7[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@14646a25[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,239 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@456e57a9[job=job-1, state=DONE], semaphore=ExecutionSemaphore@2ad53f8d[permitOwners=[JobFutureTask@76e2861[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@456e57a9[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@30ec4feb[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@2ad53f8d[permitOwners=[JobFutureTask@76e2861[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@456e57a9[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@30ec4feb[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,240 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@68151167[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3fd0f605[permitOwners=[JobFutureTask@1ece1124[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@68151167[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4c0f8601[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@3fd0f605[permitOwners=[JobFutureTask@1ece1124[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@68151167[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4c0f8601[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,242 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@5dc0c5fc[job=job-1, state=DONE], semaphore=ExecutionSemaphore@8ae51bf[permitOwners=[JobFutureTask@3369a851[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5dc0c5fc[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3e61fb3[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@8ae51bf[permitOwners=[JobFutureTask@3369a851[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5dc0c5fc[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3e61fb3[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,244 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@362aa7cd[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3f80d386[permitOwners=[JobFutureTask@487fba79[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@362aa7cd[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7bd73f42[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@3f80d386[permitOwners=[JobFutureTask@487fba79[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@362aa7cd[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7bd73f42[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,245 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@6a534ff[job=job-1, state=DONE], semaphore=ExecutionSemaphore@ed1e068[permitOwners=[JobFutureTask@333cea20[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6a534ff[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@71d3ee2a[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@ed1e068[permitOwners=[JobFutureTask@333cea20[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6a534ff[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@71d3ee2a[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,247 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@2c44ad52[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4a8b1f0[permitOwners=[JobFutureTask@78fd3f10[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2c44ad52[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@16312c9b[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4a8b1f0[permitOwners=[JobFutureTask@78fd3f10[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2c44ad52[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@16312c9b[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,248 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@57afc4ec[job=job-1, state=DONE], semaphore=ExecutionSemaphore@1b49f902[permitOwners=[JobFutureTask@463b74b6[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@57afc4ec[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@59f1cd1e[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@1b49f902[permitOwners=[JobFutureTask@463b74b6[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@57afc4ec[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@59f1cd1e[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,250 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@68a244d6[job=job-1, state=DONE], semaphore=ExecutionSemaphore@55022ec3[permitOwners=[JobFutureTask@752103b0[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@68a244d6[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@226fb937[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@55022ec3[permitOwners=[JobFutureTask@752103b0[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@68a244d6[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@226fb937[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,252 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@24dd460[job=job-1, state=DONE], semaphore=ExecutionSemaphore@18e394b1[permitOwners=[JobFutureTask@7f8c6b1a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@24dd460[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2075d3dd[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@18e394b1[permitOwners=[JobFutureTask@7f8c6b1a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@24dd460[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2075d3dd[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,253 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@297b9707[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6dda8ab8[permitOwners=[JobFutureTask@3533ed89[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@297b9707[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3bd63bc9[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@6dda8ab8[permitOwners=[JobFutureTask@3533ed89[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@297b9707[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3bd63bc9[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,255 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@4639d2b3[job=job-1, state=DONE], semaphore=ExecutionSemaphore@623a1dbb[permitOwners=[JobFutureTask@6ccc2058[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4639d2b3[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@664e467b[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@623a1dbb[permitOwners=[JobFutureTask@6ccc2058[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4639d2b3[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@664e467b[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,256 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@20680dc0[job=job-1, state=DONE], semaphore=ExecutionSemaphore@547f7866[permitOwners=[JobFutureTask@2d2b3775[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@20680dc0[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3942d135[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@547f7866[permitOwners=[JobFutureTask@2d2b3775[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@20680dc0[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3942d135[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,257 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@16d68048[job=job-1, state=DONE], semaphore=ExecutionSemaphore@63697334[permitOwners=[JobFutureTask@62329d78[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@16d68048[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4dd63372[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@63697334[permitOwners=[JobFutureTask@62329d78[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@16d68048[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4dd63372[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,259 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@1dc8be79[job=job-1, state=DONE], semaphore=ExecutionSemaphore@15197428[permitOwners=[JobFutureTask@6b6739e5[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1dc8be79[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1756da58[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@15197428[permitOwners=[JobFutureTask@6b6739e5[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1dc8be79[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1756da58[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,260 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@5a9c50f[job=job-1, state=DONE], semaphore=ExecutionSemaphore@373c17b2[permitOwners=[JobFutureTask@57536c4e[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5a9c50f[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7676e8e6[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@373c17b2[permitOwners=[JobFutureTask@57536c4e[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5a9c50f[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7676e8e6[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,261 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@34e2c98d[job=job-1, state=DONE], semaphore=ExecutionSemaphore@51a9247e[permitOwners=[JobFutureTask@789fe243[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@34e2c98d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@396f046e[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@51a9247e[permitOwners=[JobFutureTask@789fe243[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@34e2c98d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@396f046e[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,262 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@23a5583a[job=job-1, state=DONE], semaphore=ExecutionSemaphore@337e5bf8[permitOwners=[JobFutureTask@24af2bf7[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@23a5583a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@65220778[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@337e5bf8[permitOwners=[JobFutureTask@24af2bf7[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@23a5583a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@65220778[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,263 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@2794bd4d[job=job-1, state=DONE], semaphore=ExecutionSemaphore@689febb9[permitOwners=[JobFutureTask@7ab9dadb[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2794bd4d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@fd51b33[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@689febb9[permitOwners=[JobFutureTask@7ab9dadb[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2794bd4d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@fd51b33[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,265 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@6995a048[job=job-1, state=DONE], semaphore=ExecutionSemaphore@19b5fe9[permitOwners=[JobFutureTask@5dced0a3[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6995a048[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7ae544aa[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@19b5fe9[permitOwners=[JobFutureTask@5dced0a3[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6995a048[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7ae544aa[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,266 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@1d49853e[job=job-1, state=DONE], semaphore=ExecutionSemaphore@470c0284[permitOwners=[JobFutureTask@36a915fc[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1d49853e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@66b9c797[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@470c0284[permitOwners=[JobFutureTask@36a915fc[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1d49853e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@66b9c797[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,268 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@39d1c563[job=job-1, state=DONE], semaphore=ExecutionSemaphore@29436c3d[permitOwners=[JobFutureTask@47a93150[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@39d1c563[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6f04c34d[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@29436c3d[permitOwners=[JobFutureTask@47a93150[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@39d1c563[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6f04c34d[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,269 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@36ae1de6[job=job-1, state=DONE], semaphore=ExecutionSemaphore@19ea9679[permitOwners=[JobFutureTask@388389d2[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@36ae1de6[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@71d43b24[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@19ea9679[permitOwners=[JobFutureTask@388389d2[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@36ae1de6[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@71d43b24[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,271 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@2ffbfe84[job=job-1, state=DONE], semaphore=ExecutionSemaphore@7e957f20[permitOwners=[JobFutureTask@b123fb0[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2ffbfe84[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5bcf38ed[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@7e957f20[permitOwners=[JobFutureTask@b123fb0[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2ffbfe84[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5bcf38ed[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,272 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@263a6079[job=job-1, state=DONE], semaphore=ExecutionSemaphore@178dbee[permitOwners=[JobFutureTask@3ccf34b1[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@263a6079[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1ee56b95[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@178dbee[permitOwners=[JobFutureTask@3ccf34b1[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@263a6079[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1ee56b95[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,274 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@10c88c30[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3f755a91[permitOwners=[JobFutureTask@55e74824[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@10c88c30[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@606b28ce[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@3f755a91[permitOwners=[JobFutureTask@55e74824[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@10c88c30[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@606b28ce[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,275 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@71dd1213[job=job-1, state=DONE], semaphore=ExecutionSemaphore@16ad2a5b[permitOwners=[JobFutureTask@1e94d264[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@71dd1213[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2700b420[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@16ad2a5b[permitOwners=[JobFutureTask@1e94d264[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@71dd1213[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2700b420[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,276 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@1ec8a05a[job=job-1, state=DONE], semaphore=ExecutionSemaphore@644a3e81[permitOwners=[JobFutureTask@26f75615[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1ec8a05a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@474475f[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@644a3e81[permitOwners=[JobFutureTask@26f75615[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1ec8a05a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@474475f[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,277 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@3b2423ba[job=job-1, state=DONE], semaphore=ExecutionSemaphore@31120228[permitOwners=[JobFutureTask@27ff9d35[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3b2423ba[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@117782a[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@31120228[permitOwners=[JobFutureTask@27ff9d35[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3b2423ba[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@117782a[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,278 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@57e117da[job=job-1, state=DONE], semaphore=ExecutionSemaphore@56da84b1[permitOwners=[JobFutureTask@cac2e26[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@57e117da[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@36c0c1b1[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@56da84b1[permitOwners=[JobFutureTask@cac2e26[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@57e117da[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@36c0c1b1[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,279 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@32783d7c[job=job-1, state=DONE], semaphore=ExecutionSemaphore@7c86032d[permitOwners=[JobFutureTask@5f48f80b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@32783d7c[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6fb5671a[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@7c86032d[permitOwners=[JobFutureTask@5f48f80b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@32783d7c[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6fb5671a[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,281 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@34c35a2f[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3e39d35[permitOwners=[JobFutureTask@2cd3741c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@34c35a2f[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@681a5b2b[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@3e39d35[permitOwners=[JobFutureTask@2cd3741c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@34c35a2f[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@681a5b2b[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,282 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@19396c63[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3b6610f8[permitOwners=[JobFutureTask@2e7d88cc[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@19396c63[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@14844d2b[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@3b6610f8[permitOwners=[JobFutureTask@2e7d88cc[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@19396c63[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@14844d2b[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,332 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@5bc09b21[job=job-1, state=DONE], semaphore=ExecutionSemaphore@1657ee0a[permitOwners=[JobFutureTask@1939537d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5bc09b21[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2fe2a864[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@1657ee0a[permitOwners=[JobFutureTask@1939537d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5bc09b21[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2fe2a864[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,333 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@3c808f11[job=job-1, state=DONE], semaphore=ExecutionSemaphore@44660a3d[permitOwners=[JobFutureTask@6ff18147[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3c808f11[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@556aa555[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@44660a3d[permitOwners=[JobFutureTask@6ff18147[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3c808f11[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@556aa555[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,334 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@3e7109b2[job=job-1, state=DONE], semaphore=ExecutionSemaphore@235c6477[permitOwners=[JobFutureTask@5d695c82[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3e7109b2[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5d291a77[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@235c6477[permitOwners=[JobFutureTask@5d695c82[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3e7109b2[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5d291a77[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,336 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@6228caf9[job=job-1, state=DONE], semaphore=ExecutionSemaphore@65c443db[permitOwners=[JobFutureTask@75b21772[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6228caf9[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@605d5111[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@65c443db[permitOwners=[JobFutureTask@75b21772[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6228caf9[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@605d5111[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,337 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@3c97990[job=job-1, state=DONE], semaphore=ExecutionSemaphore@212183a1[permitOwners=[JobFutureTask@66a5e71c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3c97990[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6c7af700[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@212183a1[permitOwners=[JobFutureTask@66a5e71c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3c97990[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6c7af700[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,338 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@1316435c[job=job-1, state=DONE], semaphore=ExecutionSemaphore@2997ab25[permitOwners=[JobFutureTask@5a42cb25[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1316435c[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@61bbf59a[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@2997ab25[permitOwners=[JobFutureTask@5a42cb25[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1316435c[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@61bbf59a[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,340 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@4669f730[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3e34b885[permitOwners=[JobFutureTask@a3e173b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4669f730[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@349734c3[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@3e34b885[permitOwners=[JobFutureTask@a3e173b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4669f730[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@349734c3[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,341 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@786e926b[job=job-1, state=DONE], semaphore=ExecutionSemaphore@22fd9f3f[permitOwners=[JobFutureTask@293d592[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@786e926b[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@f2fc82f[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@22fd9f3f[permitOwners=[JobFutureTask@293d592[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@786e926b[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@f2fc82f[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,343 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@4bf9e2fb[job=job-1, state=DONE], semaphore=ExecutionSemaphore@17ba26f7[permitOwners=[JobFutureTask@575a8153[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4bf9e2fb[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@26c55527[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@17ba26f7[permitOwners=[JobFutureTask@575a8153[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4bf9e2fb[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@26c55527[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,344 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@23cbe174[job=job-1, state=DONE], semaphore=ExecutionSemaphore@56be5ebf[permitOwners=[JobFutureTask@2018ac47[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@23cbe174[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2cf8b90e[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@56be5ebf[permitOwners=[JobFutureTask@2018ac47[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@23cbe174[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2cf8b90e[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,345 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@7ec12f03[job=job-1, state=DONE], semaphore=ExecutionSemaphore@578597ab[permitOwners=[JobFutureTask@1bdece08[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7ec12f03[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@720734b4[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@578597ab[permitOwners=[JobFutureTask@1bdece08[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7ec12f03[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@720734b4[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,346 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@6a28cf63[job=job-1, state=DONE], semaphore=ExecutionSemaphore@11a30528[permitOwners=[JobFutureTask@76be2a0[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6a28cf63[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4c02c46d[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@11a30528[permitOwners=[JobFutureTask@76be2a0[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6a28cf63[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4c02c46d[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,348 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@4fa3aed3[job=job-1, state=DONE], semaphore=ExecutionSemaphore@7a943a71[permitOwners=[JobFutureTask@17053b65[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4fa3aed3[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4d7ea444[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@7a943a71[permitOwners=[JobFutureTask@17053b65[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4fa3aed3[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4d7ea444[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,349 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@1d977d36[job=job-1, state=DONE], semaphore=ExecutionSemaphore@5f94aba[permitOwners=[JobFutureTask@23f7b3f2[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1d977d36[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1b937f4c[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@5f94aba[permitOwners=[JobFutureTask@23f7b3f2[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1d977d36[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1b937f4c[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,350 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@762963f5[job=job-1, state=DONE], semaphore=ExecutionSemaphore@61ff4536[permitOwners=[JobFutureTask@685f36e1[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@762963f5[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@68365db9[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@61ff4536[permitOwners=[JobFutureTask@685f36e1[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@762963f5[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@68365db9[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,352 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@b42c012[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4bb3395d[permitOwners=[JobFutureTask@1abb07a5[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@b42c012[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@403a5ade[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4bb3395d[permitOwners=[JobFutureTask@1abb07a5[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@b42c012[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@403a5ade[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,353 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@228cc217[job=job-1, state=DONE], semaphore=ExecutionSemaphore@27345a60[permitOwners=[JobFutureTask@60486fcc[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@228cc217[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@72b625b1[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@27345a60[permitOwners=[JobFutureTask@60486fcc[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@228cc217[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@72b625b1[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,354 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@17219675[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6fdccd32[permitOwners=[JobFutureTask@3434ad52[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@17219675[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@776c9dc8[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@6fdccd32[permitOwners=[JobFutureTask@3434ad52[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@17219675[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@776c9dc8[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,355 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@74574ab0[job=job-1, state=DONE], semaphore=ExecutionSemaphore@5cf7a9e2[permitOwners=[JobFutureTask@65982755[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@74574ab0[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@768964f3[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@5cf7a9e2[permitOwners=[JobFutureTask@65982755[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@74574ab0[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@768964f3[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,356 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@205bd261[job=job-1, state=DONE], semaphore=ExecutionSemaphore@665f1fa4[permitOwners=[JobFutureTask@4ddfbb0[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@205bd261[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@394ea924[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@665f1fa4[permitOwners=[JobFutureTask@4ddfbb0[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@205bd261[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@394ea924[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,357 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@118757c6[job=job-1, state=DONE], semaphore=ExecutionSemaphore@7eb47bf[permitOwners=[JobFutureTask@7a6c3e3d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@118757c6[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3627bfdd[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@7eb47bf[permitOwners=[JobFutureTask@7a6c3e3d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@118757c6[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3627bfdd[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,359 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@78a51845[job=job-1, state=DONE], semaphore=ExecutionSemaphore@29bc354f[permitOwners=[JobFutureTask@63235cba[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@78a51845[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@68f1de54[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@29bc354f[permitOwners=[JobFutureTask@63235cba[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@78a51845[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@68f1de54[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,360 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@517c1bd8[job=job-1, state=DONE], semaphore=ExecutionSemaphore@1ca67481[permitOwners=[JobFutureTask@28c35bc1[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@517c1bd8[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4e2623f3[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@1ca67481[permitOwners=[JobFutureTask@28c35bc1[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@517c1bd8[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4e2623f3[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,361 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@24411276[job=job-1, state=DONE], semaphore=ExecutionSemaphore@7b9788f4[permitOwners=[JobFutureTask@166e586c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@24411276[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@69a8d8e9[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@7b9788f4[permitOwners=[JobFutureTask@166e586c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@24411276[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@69a8d8e9[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,363 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@43ccb5b0[job=job-1, state=DONE], semaphore=ExecutionSemaphore@19c4ca2f[permitOwners=[JobFutureTask@2705389d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@43ccb5b0[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@8c5d304[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@19c4ca2f[permitOwners=[JobFutureTask@2705389d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@43ccb5b0[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@8c5d304[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,364 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@578db6fa[job=job-1, state=DONE], semaphore=ExecutionSemaphore@722b7fe9[permitOwners=[JobFutureTask@59c2bd46[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@578db6fa[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7fb91889[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@722b7fe9[permitOwners=[JobFutureTask@59c2bd46[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@578db6fa[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7fb91889[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,365 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@633734de[job=job-1, state=DONE], semaphore=ExecutionSemaphore@781dd84c[permitOwners=[JobFutureTask@2f538d73[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@633734de[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1899b540[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@781dd84c[permitOwners=[JobFutureTask@2f538d73[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@633734de[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1899b540[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,366 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@201c93a4[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6c97fc37[permitOwners=[JobFutureTask@1317aac1[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@201c93a4[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@46f13e56[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@6c97fc37[permitOwners=[JobFutureTask@1317aac1[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@201c93a4[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@46f13e56[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,367 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@4668e5d7[job=job-1, state=DONE], semaphore=ExecutionSemaphore@2516ae4f[permitOwners=[JobFutureTask@68070e79[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4668e5d7[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@27cb8ea1[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@2516ae4f[permitOwners=[JobFutureTask@68070e79[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4668e5d7[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@27cb8ea1[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,369 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@4af1f64e[job=job-1, state=DONE], semaphore=ExecutionSemaphore@24c9baa7[permitOwners=[JobFutureTask@1ad55daf[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4af1f64e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@619076d2[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@24c9baa7[permitOwners=[JobFutureTask@1ad55daf[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4af1f64e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@619076d2[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,370 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@58f9cb41[job=job-1, state=DONE], semaphore=ExecutionSemaphore@a3bd410[permitOwners=[JobFutureTask@68f1ddd4[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@58f9cb41[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@a3510fe[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@a3bd410[permitOwners=[JobFutureTask@68f1ddd4[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@58f9cb41[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@a3510fe[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,371 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@79734759[job=job-1, state=DONE], semaphore=ExecutionSemaphore@635e56e2[permitOwners=[JobFutureTask@1f8a3ade[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@79734759[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3d1a6b31[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@635e56e2[permitOwners=[JobFutureTask@1f8a3ade[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@79734759[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3d1a6b31[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,372 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@7903af[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3511f2ca[permitOwners=[JobFutureTask@4e6b95b4[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7903af[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@20c63cab[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@3511f2ca[permitOwners=[JobFutureTask@4e6b95b4[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7903af[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@20c63cab[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,374 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@158c7681[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4a23a957[permitOwners=[JobFutureTask@75897b1[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@158c7681[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@16eac095[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4a23a957[permitOwners=[JobFutureTask@75897b1[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@158c7681[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@16eac095[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,375 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@3e4d50bc[job=job-1, state=DONE], semaphore=ExecutionSemaphore@23d8839c[permitOwners=[JobFutureTask@7debbddb[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3e4d50bc[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3d45249b[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@23d8839c[permitOwners=[JobFutureTask@7debbddb[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3e4d50bc[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3d45249b[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,376 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@3970a846[job=job-1, state=DONE], semaphore=ExecutionSemaphore@19069260[permitOwners=[JobFutureTask@19d5cfd6[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3970a846[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@d20418b[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@19069260[permitOwners=[JobFutureTask@19d5cfd6[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3970a846[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@d20418b[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,377 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@3a260c36[job=job-1, state=DONE], semaphore=ExecutionSemaphore@332c257e[permitOwners=[JobFutureTask@dbadfdb[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3a260c36[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@299ebfe[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@332c257e[permitOwners=[JobFutureTask@dbadfdb[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3a260c36[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@299ebfe[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,378 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@4b0e4f6c[job=job-1, state=DONE], semaphore=ExecutionSemaphore@70f30f65[permitOwners=[JobFutureTask@109115d1[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4b0e4f6c[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5d9aca26[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@70f30f65[permitOwners=[JobFutureTask@109115d1[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4b0e4f6c[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5d9aca26[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,379 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@38af72e8[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6763ec5f[permitOwners=[JobFutureTask@2008c7b1[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@38af72e8[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2bc8f26c[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@6763ec5f[permitOwners=[JobFutureTask@2008c7b1[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@38af72e8[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2bc8f26c[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,380 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@700ccc26[job=job-1, state=DONE], semaphore=ExecutionSemaphore@610bbedf[permitOwners=[JobFutureTask@165fa8d9[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@700ccc26[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7a6873ec[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@610bbedf[permitOwners=[JobFutureTask@165fa8d9[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@700ccc26[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7a6873ec[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,382 INFO  [scout-model-thread-21] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@61edd0cb[job=job-1, state=DONE], semaphore=ExecutionSemaphore@5dded5db[permitOwners=[JobFutureTask@a9fb54f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@61edd0cb[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@33d140e3[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@5dded5db[permitOwners=[JobFutureTask@a9fb54f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@61edd0cb[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@33d140e3[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:35:46,431 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@79990531[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3635dab8[permitOwners=[JobFutureTask@edbf280[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@79990531[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@37b47de0[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@3635dab8[permitOwners=[JobFutureTask@edbf280[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@79990531[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@37b47de0[job=job-3, state=WAITING_FOR_PERMIT]]]]
	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.444 sec - in org.eclipse.scout.rt.client.job.MutualExclusionTest
Running org.eclipse.scout.rt.client.job.MultipleSessionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.job.MultipleSessionTest
Running org.eclipse.scout.rt.client.job.ModelJobsTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.job.ModelJobsTest
Running org.eclipse.scout.rt.client.job.ModelJobValidatorTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.job.ModelJobValidatorTest
Running org.eclipse.scout.rt.client.job.ModelJobTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.job.ModelJobTest
Running org.eclipse.scout.rt.client.job.JobListenerBlockedFutureTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.062 sec - in org.eclipse.scout.rt.client.job.JobListenerBlockedFutureTest
Running org.eclipse.scout.rt.client.extension.ui.wizard.MoveWizardStepTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.client.extension.ui.wizard.MoveWizardStepTest
Running org.eclipse.scout.rt.client.extension.ui.outline.pages.TablePageExtensionTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.eclipse.scout.rt.client.extension.ui.outline.pages.TablePageExtensionTest
Running org.eclipse.scout.rt.client.extension.ui.outline.desktop.DesktopMoveOutlinesTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.extension.ui.outline.desktop.DesktopMoveOutlinesTest
Running org.eclipse.scout.rt.client.extension.ui.form.fields.SubScopeExtensionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.extension.ui.form.fields.SubScopeExtensionTest
Running org.eclipse.scout.rt.client.extension.ui.form.fields.MultipeChainCallsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.extension.ui.form.fields.MultipeChainCallsTest
Running org.eclipse.scout.rt.client.extension.ui.form.fields.FieldExtensionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.extension.ui.form.fields.FieldExtensionTest
Running org.eclipse.scout.rt.client.extension.ui.form.fields.ExtendAbstractStringFieldTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.extension.ui.form.fields.ExtendAbstractStringFieldTest
Running org.eclipse.scout.rt.client.extension.ui.form.fields.ExecMethodExtensionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.extension.ui.form.fields.ExecMethodExtensionTest
Running org.eclipse.scout.rt.client.extension.ui.form.MoveFormFieldTest
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec - in org.eclipse.scout.rt.client.extension.ui.form.MoveFormFieldTest
Running org.eclipse.scout.rt.client.extension.ui.form.InjectAndReplaceFormExtensionTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.eclipse.scout.rt.client.extension.ui.form.InjectAndReplaceFormExtensionTest
Running org.eclipse.scout.rt.client.extension.ui.form.ExtendFormWithDeepLinkingTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec - in org.eclipse.scout.rt.client.extension.ui.form.ExtendFormWithDeepLinkingTest
Running org.eclipse.scout.rt.client.extension.ui.form.ExtendFormHandlerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.extension.ui.form.ExtendFormHandlerTest
Running org.eclipse.scout.rt.client.extension.ui.desktop.DesktopExtensionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.client.extension.ui.desktop.DesktopExtensionTest
Running org.eclipse.scout.rt.client.extension.ui.basic.table.TableMoveColumnsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.extension.ui.basic.table.TableMoveColumnsTest
Running org.eclipse.scout.rt.client.extension.ui.basic.table.TableExtensionTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.eclipse.scout.rt.client.extension.ui.basic.table.TableExtensionTest
Running org.eclipse.scout.rt.client.extension.ui.action.tree.MoveActionNodeTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.extension.ui.action.tree.MoveActionNodeTest
Running org.eclipse.scout.rt.client.deeplink.OutlineDeepLinkHandlerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.deeplink.OutlineDeepLinkHandlerTest
Running org.eclipse.scout.rt.client.deeplink.DeepLinksTest
2021-07-31 21:35:49,872 INFO  [main] org.eclipse.scout.rt.client.deeplink.DeepLinks - Registered 2 deep-link handlers:
- org.eclipse.scout.rt.client.deeplink.OutlineDeepLinkHandler@18d1de24
- org.eclipse.scout.rt.client.deeplink.FooBarDeepLinkHandler@4d8869e5 - MDC[]
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.deeplink.DeepLinksTest
Running org.eclipse.scout.rt.client.context.ClientRunContextTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.context.ClientRunContextTest
Running org.eclipse.scout.rt.client.context.ClientRunContextChainTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.client.context.ClientRunContextChainTest
Running org.eclipse.scout.rt.client.clientnotification.ClientSessionRegistryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.clientnotification.ClientSessionRegistryTest
Running org.eclipse.scout.rt.client.clientnotification.AbstractObservableNotificationHandlerTest
2021-07-31 21:35:49,883 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
2021-07-31 21:35:49,884 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
2021-07-31 21:35:49,885 WARN  [main] org.eclipse.scout.rt.client.clientnotification.AbstractObservableNotificationHandler - Auto fallback removal of session listener due to stopped session. This must be done explicitly by the one that registered the listener: Mock for INotificationListener, hashCode: 1115654480 - MDC[]
2021-07-31 21:35:49,885 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
2021-07-31 21:35:49,887 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
2021-07-31 21:35:49,887 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[jobName=org.eclipse.scout.rt.client.clientnotification.AbstractObservableNotificationHandlerTest$4]
2021-07-31 21:35:49,888 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
2021-07-31 21:35:49,888 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.client.clientnotification.AbstractObservableNotificationHandlerTest
Running org.eclipse.scout.rt.client.cache.ClientCacheTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.client.cache.ClientCacheTest
Running org.eclipse.scout.rt.client.TunnelToServerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.TunnelToServerTest
Running org.eclipse.scout.rt.client.MultiSessionCookieStoreTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.client.MultiSessionCookieStoreTest
Running org.eclipse.scout.rt.client.ClientSessionTest
2021-07-31 21:35:49,895 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
2021-07-31 21:35:49,899 INFO  [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
2021-07-31 21:35:49,899 INFO  [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 4 code type classes registered. - MDC[]
2021-07-31 21:35:49,899 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
2021-07-31 21:35:49,903 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@41973517[id = 1c264f94-5caa-4b5c-9c82-471e77674b52], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=1c264f94-5caa-4b5c-9c82-471e77674b52]]
2021-07-31 21:35:49,906 INFO  [main] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@41973517[id = 1c264f94-5caa-4b5c-9c82-471e77674b52], user=jenkins] - MDC[]
2021-07-31 21:35:49,932 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
2021-07-31 21:35:49,934 INFO  [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
2021-07-31 21:35:49,935 INFO  [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 4 code type classes registered. - MDC[]
2021-07-31 21:35:49,935 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
2021-07-31 21:35:49,938 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6053d2b3[id = fae9aa0d-bb9e-4e1f-8da5-c6fb228ba3b1], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=fae9aa0d-bb9e-4e1f-8da5-c6fb228ba3b1]]
2021-07-31 21:35:49,941 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6053d2b3[id = fae9aa0d-bb9e-4e1f-8da5-c6fb228ba3b1], user=jenkins] - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$4]
2021-07-31 21:35:49,942 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
2021-07-31 21:35:49,944 INFO  [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
2021-07-31 21:35:49,945 INFO  [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 4 code type classes registered. - MDC[]
2021-07-31 21:35:49,945 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
2021-07-31 21:35:49,948 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@35c0e521[id = 1c572f24-0880-49ae-894f-2049feaf0786], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=1c572f24-0880-49ae-894f-2049feaf0786]]
2021-07-31 21:35:50,951 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@35c0e521[id = 1c572f24-0880-49ae-894f-2049feaf0786], user=jenkins] - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$7]
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.057 sec - in org.eclipse.scout.rt.client.ClientSessionTest
Running org.eclipse.scout.rt.client.ClientSessionDisposeTest
2021-07-31 21:35:50,953 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@588a5395[id = 65f70e3f-4245-4301-9c9a-899b367df8aa], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=65f70e3f-4245-4301-9c9a-899b367df8aa]]
2021-07-31 21:35:50,953 INFO  [main] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@588a5395[id = 65f70e3f-4245-4301-9c9a-899b367df8aa], user=jenkins] - MDC[]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.681 sec - in org.eclipse.scout.rt.client.ClientSessionDisposeTest
Running org.eclipse.scout.rt.client.ClientJobCancelTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in org.eclipse.scout.rt.client.ClientJobCancelTest

Results :

Tests run: 1230, Failures: 0, Errors: 0, Skipped: 2

[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.client.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.client.test ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.client.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.client.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.client.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.client.test ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.client.test ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.client.test ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.client.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --------< org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client >--------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client 6.0.300-SNAPSHOT [19/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.svg.client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.svg.client ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.svg.client ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.svg.client ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.client/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.svg.client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.svg.client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.client/target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.svg.client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.svg.client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.client/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.svg.client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.svg.client ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.svg.client ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.client/target/org.eclipse.scout.rt.svg.client-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.svg.client ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.svg.client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.svg.client ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.client/target/org.eclipse.scout.rt.svg.client-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.svg.client ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.svg.client ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.svg.client ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.svg.client ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.client/target/org.eclipse.scout.rt.svg.client-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client/6.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client/6.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.client/target/org.eclipse.scout.rt.svg.client-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client/6.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test >------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test 6.0.300-SNAPSHOT [20/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.svg.client.test ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.svg.client.test ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.svg.client.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.svg.client.test ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.svg.client.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.svg.client.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.svg.client.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.svg.client.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.svg.client.test ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.scout.rt.svg.client.SVGUtilityTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.507 sec - in org.eclipse.scout.rt.svg.client.SVGUtilityTest

Results :

Tests run: 5, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.svg.client.test ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.svg.client.test ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.svg.client.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-6.0.300-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.svg.client.test ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.svg.client.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.svg.client.test ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.svg.client.test ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.svg.client.test ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-6.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-6.0.300-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-6.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge >-------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge 6.0.300-SNAPSHOT [21/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.serverbridge ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.serverbridge ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.serverbridge ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.serverbridge ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.serverbridge/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.serverbridge ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.serverbridge ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.serverbridge/target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.serverbridge ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.serverbridge ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.serverbridge/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.serverbridge ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.serverbridge ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.serverbridge ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.serverbridge/target/org.eclipse.scout.rt.serverbridge-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.serverbridge ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.serverbridge ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.serverbridge ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.serverbridge/target/org.eclipse.scout.rt.serverbridge-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.serverbridge ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.serverbridge ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.serverbridge ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.serverbridge ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.serverbridge/target/org.eclipse.scout.rt.serverbridge-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.serverbridge/6.0.300-SNAPSHOT/org.eclipse.scout.rt.serverbridge-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.serverbridge/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.serverbridge/6.0.300-SNAPSHOT/org.eclipse.scout.rt.serverbridge-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.serverbridge/target/org.eclipse.scout.rt.serverbridge-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.serverbridge/6.0.300-SNAPSHOT/org.eclipse.scout.rt.serverbridge-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor >--
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor 6.0.300-SNAPSHOT [22/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:copy-dependencies (copy) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
[INFO] Copying jandex-1.2.2.Final.jar to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes/private-libs/jandex.jar
[INFO] Copying quartz-2.2.2.jar to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes/private-libs/quartz.jar
[INFO] Copying activation-1.1.jar to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes/private-libs/activation.jar
[INFO] Copying rhino-1.7R4.jar to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes/private-libs/rhino.jar
[INFO] Copying commons-logging-1.1.1.jar to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes/private-libs/commons-logging.jar
[INFO] Copying yuicompressor-2.4.8.jar to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes/private-libs/yuicompressor.jar
[INFO] Copying javax.mail-1.5.4.jar to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes/private-libs/javax.mail.jar
[INFO] Copying slf4j-api-1.7.12.jar to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes/private-libs/slf4j-api.jar
[INFO] Copying lesscss-engine-1.7.4.bsiR03.jar to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes/private-libs/lesscss-engine.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html >----------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html 6.0.300-SNAPSHOT [23/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.ui.html ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.ui.html ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.ui.html ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add-js-resource) @ org.eclipse.scout.rt.ui.html ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.ui.html ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 31 resources
[INFO] Copying 436 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.ui.html ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 200 source files to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html/target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.ui.html ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.ui.html ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html/target/org.eclipse.scout.rt.ui.html-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html/target/org.eclipse.scout.rt.ui.html-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html/target/org.eclipse.scout.rt.ui.html-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html/target/org.eclipse.scout.rt.ui.html-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test >-------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test 6.0.300-SNAPSHOT [24/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add-js-resource) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/src/main/resources
[INFO] Copying 11 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- phantomjs-maven-plugin:0.7:install (default) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] Resolved artifact /home/jenkins/.m2/repository/com/github/klieber/phantomjs/1.9.7/phantomjs-1.9.7-linux-x86_64.tar.bz2 from eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)
[INFO] Extracting /home/jenkins/.m2/repository/com/github/klieber/phantomjs/1.9.7/phantomjs-1.9.7-linux-x86_64.tar.bz2/phantomjs-1.9.7-linux-x86_64/bin/phantomjs to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/phantomjs-maven-plugin/phantomjs-1.9.7-linux-x86_64/bin/phantomjs
[INFO] 
[INFO] --- build-helper-maven-plugin:1.9.1:add-test-resource (add-js-test-resource) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 11 resources
[INFO] Copying 95 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 83 source files to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/test-classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.scout.rt.ui.html.res.loader.DynamicResourceLoaderTest
21:36:10,607 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
21:36:10,607 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback-test.xml] at [file:/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/test-classes/logback-test.xml]
21:36:10,690 |-INFO in ch.qos.logback.core.joran.util.ConfigurationWatchListUtil@2b73bd6b - Adding [jar:file:/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT.jar!/logback-test-scout.xml] to configuration watch list.
21:36:10,690 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@157d3a45 - URL [jar:file:/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT.jar!/logback-test-scout.xml] is not of type file
21:36:10,695 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
21:36:10,698 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
21:36:10,714 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
21:36:10,752 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
21:36:10,753 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDERR]
21:36:10,753 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
21:36:10,754 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
21:36:10,754 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
21:36:10,755 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDERR] to Logger[ROOT]
21:36:10,756 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.quartz] to WARN
21:36:10,756 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.scout.rt.ui.html] to DEBUG
21:36:10,756 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
21:36:10,757 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@b14b60a - Registering current configuration as safe fallback point
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.324 sec - in org.eclipse.scout.rt.ui.html.res.loader.DynamicResourceLoaderTest
Running org.eclipse.scout.rt.ui.html.res.BrowserInfoTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec - in org.eclipse.scout.rt.ui.html.res.BrowserInfoTest
Running org.eclipse.scout.rt.ui.html.json.tree.JsonTreeTest
2021-07-31 21:36:11,052 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
2021-07-31 21:36:11,083 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 24.949063 ms - MDC[]
2021-07-31 21:36:11,262 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
2021-07-31 21:36:11,263 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. - MDC[]
2021-07-31 21:36:11,265 INFO  [Thread-1] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller - Successfully installed java.net.CookieManager@230c693e (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@c665595) - MDC[]
2021-07-31 21:36:11,265 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
2021-07-31 21:36:11,295 INFO  [Thread-1] org.eclipse.scout.rt.ui.html.res.PrebuildFiles - Pre-building of web resources is enabled - MDC[]
2021-07-31 21:36:11,295 INFO  [Thread-1] org.eclipse.scout.rt.ui.html.res.PrebuildFiles - Finished pre-building of 0 web resources 0.049805 ms - MDC[]
2021-07-31 21:36:11,352 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache - Failed to register session for notifications. - MDC[principal=default]
2021-07-31 21:36:11,354 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=default]
2021-07-31 21:36:11,405 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@e7fa078[id = be939938-8eff-4fcc-85da-fb82100bc931], user=jenkins] - MDC[principal=default, jobName=Starting ClientSession [sessionId=be939938-8eff-4fcc-85da-fb82100bc931]]
2021-07-31 21:36:11,464 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory - Using following object factories: [org.eclipse.scout.rt.ui.html.JsonObjectFactory@4995a372] - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:11,497 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'nodesInserted' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@5a6156a2 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:11,504 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'allChildNodesDeleted' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@142ec322 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:11,536 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'nodesDeleted' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@4f440f41 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:11,542 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [2] - MDC[principal=default, jobName=Running JUnit test in model job]
Response #1: {"startupData":{},"adapterData":{"2":{"id":"2","objectType":"Tree","autoToggleBreadcrumbStyle":false,"dropType":0,"displayStyle":"default","dropMaximumSize":52428800,"scrollToSelection":false,"nodes":[{"id":"4","initialExpanded":false,"childNodeIndex":0,"htmlEnabled":false,"childNodes":[{"id":"5","initialExpanded":false,"childNodeIndex":0,"htmlEnabled":false,"childNodes":[{"id":"6","enabled":false,"initialExpanded":false,"childNodeIndex":0,"htmlEnabled":false},{"id":"7","initialExpanded":false,"childNodeIndex":1,"htmlEnabled":false}]},{"id":"8","initialExpanded":false,"childNodeIndex":1,"htmlEnabled":false}]},{"id":"9","initialExpanded":false,"childNodeIndex":1,"htmlEnabled":false,"childNodes":[{"id":"10","initialExpanded":false,"childNodeIndex":0,"htmlEnabled":false}]},{"id":"11","initialExpanded":false,"childNodeIndex":2,"htmlEnabled":false}]}}}
2021-07-31 21:36:11,545 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'nodesDeleted' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@60653dac - MDC[principal=default, jobName=Running JUnit test in model job]
Response #2: {"#":1,"events":[{"target":"2","type":"nodesDeleted","commonParentNodeId":"5","nodeIds":["6"]}]}
2021-07-31 21:36:11,549 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [2] - MDC[principal=default, jobName=Running JUnit test in model job]
Response #1: {"startupData":{},"adapterData":{"2":{"id":"2","objectType":"Tree","autoToggleBreadcrumbStyle":false,"dropType":0,"displayStyle":"default","dropMaximumSize":52428800,"scrollToSelection":false}}}
Response #2: {"#":1}
2021-07-31 21:36:11,552 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'nodesDeleted' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@38490 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:11,556 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'nodesDeleted' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@333567c8 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:11,571 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'allChildNodesDeleted' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.TreeWith3Levels@dc02bd2 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:11,574 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'nodesDeleted' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@3359e8bd - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:11,749 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [2] - MDC[principal=default, jobName=Running JUnit test in model job]
Response #1: {"startupData":{},"adapterData":{"2":{"id":"2","objectType":"Tree","autoToggleBreadcrumbStyle":false,"dropType":0,"displayStyle":"default","dropMaximumSize":52428800,"scrollToSelection":false,"nodes":[{"id":"4","initialExpanded":false,"childNodeIndex":0,"htmlEnabled":false,"childNodes":[{"id":"5","initialExpanded":false,"childNodeIndex":0,"htmlEnabled":false,"childNodes":[{"id":"6","initialExpanded":false,"childNodeIndex":0,"htmlEnabled":false},{"id":"7","initialExpanded":false,"childNodeIndex":1,"htmlEnabled":false}]},{"id":"8","initialExpanded":false,"childNodeIndex":1,"htmlEnabled":false}]},{"id":"9","initialExpanded":false,"childNodeIndex":1,"htmlEnabled":false,"childNodes":[{"id":"10","initialExpanded":false,"childNodeIndex":0,"htmlEnabled":false}]},{"id":"11","initialExpanded":false,"childNodeIndex":2,"htmlEnabled":false}]}}}
2021-07-31 21:36:11,750 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'nodeExpanded' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@5478105d - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:11,750 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'nodeExpanded' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@5478105d - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:11,750 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'nodeExpanded' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@5478105d - MDC[principal=default, jobName=Running JUnit test in model job]
Response #2: {"#":1,"events":[{"target":"2","type":"nodeExpanded","nodeId":"4","expanded":true,"expandedLazy":false,"recursive":true},{"target":"2","type":"nodeExpanded","nodeId":"9","expanded":true,"expandedLazy":false,"recursive":true},{"target":"2","type":"nodeExpanded","nodeId":"11","expanded":true,"expandedLazy":false,"recursive":true}]}
2021-07-31 21:36:11,750 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'nodeExpanded' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@5478105d - MDC[principal=default, jobName=Running JUnit test in model job]
Response #3: {"#":2,"events":[{"target":"2","type":"nodeExpanded","nodeId":"4","expanded":false,"expandedLazy":false,"recursive":true}]}
2021-07-31 21:36:11,798 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.services.common.prefs.FileSystemUserPreferencesStorageService - No user area property found. Using '/home/jenkins/user' as fallback. Consider specifying a user area using property 'user.area'. - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:11,855 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'allChildNodesDeleted' for Outline with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.Outline@a89e11c - MDC[principal=default, jobName=Running JUnit test in model job]
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.876 sec - in org.eclipse.scout.rt.ui.html.json.tree.JsonTreeTest
Running org.eclipse.scout.rt.ui.html.json.table.control.JsonFormTableControlTest
2021-07-31 21:36:11,933 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 3. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:11,938 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'form: Form FormWithOneField' for FormTableControl with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@44d4fbaf - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:11,938 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'selected: true' for FormTableControl with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@44d4fbaf - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:11,939 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 3. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:11,943 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'form: Form FormWithOneField' for FormTableControl with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@500ccb6 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:11,944 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 3. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:11,948 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'form: Form FormWithOneField' for FormTableControl with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@401e83d7 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:11,948 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'selected: true' for FormTableControl with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@401e83d7 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:11,949 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 3. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec - in org.eclipse.scout.rt.ui.html.json.table.control.JsonFormTableControlTest
Running org.eclipse.scout.rt.ui.html.json.table.JsonTableTest
2021-07-31 21:36:11,958 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsDeleted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@2ed3cd49 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:11,961 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'tableControls: [org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@22607680]' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWithoutMenus@7fb87e6b - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:11,961 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'tableControls: []' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWithoutMenus@7fb87e6b - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:11,967 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsInserted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@616c6b18 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:11,968 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [4] - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:11,993 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [2, 4] - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,044 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'uiSortPossible: true' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.Table@463f805e - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,050 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'columnHeadersUpdated' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.Table@463f805e - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,060 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsInserted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@2dfee8f6 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,060 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [4] - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,065 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsDeleted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@29063161 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,065 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsUpdated' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@29063161 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,069 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [4] - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,077 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsInserted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@7413406f - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,077 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsUpdated' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@7413406f - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,077 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsInserted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@7413406f - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,082 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [4] - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,086 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'columnHeadersUpdated' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@4a5e2ef9 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,091 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsInserted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@64809ee8 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,091 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'columnHeadersUpdated' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@64809ee8 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,091 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [4] - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,095 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsSelected' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.JsonTableTest$1@53777d5c - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,098 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsSelected' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.JsonTableTest$2@19d11980 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,138 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [2, 4] - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,139 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'allRowsDeleted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@4a49219b - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,143 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [4] - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,152 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsDeleted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@459b8e71 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,158 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsDeleted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@53a466d1 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,180 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [2, 4] - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,181 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsUpdated' for Table with id 2. Model: org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox$DefaultListBoxTable@1acca02f - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,181 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsInserted' for Table with id 2. Model: org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox$DefaultListBoxTable@1acca02f - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,181 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowOrderChanged' for Table with id 2. Model: org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox$DefaultListBoxTable@1acca02f - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,192 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'columnStructureChanged' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@22b56011 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,192 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'allRowsDeleted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@22b56011 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,192 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsInserted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@22b56011 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,321 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsDeleted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@44510352 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,329 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'allRowsDeleted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@30d0eb38 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,329 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'columnStructureChanged' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@30d0eb38 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,329 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsInserted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@30d0eb38 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,334 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'allRowsDeleted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@7d2e2745 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,337 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'tableControls: [org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@57461e92]' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWithoutMenus@303aa255 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,337 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'tableControls: [org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@57461e92, org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@2aaf710a]' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWithoutMenus@303aa255 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,337 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'tableControls: [org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@2aaf710a]' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWithoutMenus@303aa255 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,341 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsInserted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@20dce5aa - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,341 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowOrderChanged' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@20dce5aa - MDC[principal=default, jobName=Running JUnit test in model job]
Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.391 sec - in org.eclipse.scout.rt.ui.html.json.table.JsonTableTest
Running org.eclipse.scout.rt.ui.html.json.table.JsonCellToJsonTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.eclipse.scout.rt.ui.html.json.table.JsonCellToJsonTest
Running org.eclipse.scout.rt.ui.html.json.menu.JsonMenuTest
2021-07-31 21:36:12,371 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [2] - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,371 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'text: bar' for Menu with id 2. Model: org.eclipse.scout.rt.ui.html.json.menu.fixtures.Menu@4ead7fa3 - MDC[principal=default, jobName=Running JUnit test in model job]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.ui.html.json.menu.JsonMenuTest
Running org.eclipse.scout.rt.ui.html.json.form.fields.tablefield.JsonTableFieldTest
2021-07-31 21:36:12,384 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'table: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.TablePage$Table@46164fa6' for TableField with id 11. Model: null/TableField (org.eclipse.scout.rt.ui.html.json.form.fields.tablefield.fixtures.TableField) - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,385 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'keyStrokes: []' for TableField with id 11. Model: null/TableField (org.eclipse.scout.rt.ui.html.json.form.fields.tablefield.fixtures.TableField) - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,386 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'table: org.eclipse.scout.rt.ui.html.json.table.fixtures.Table@77d1144a' for TableField with id 11. Model: null/TableField (org.eclipse.scout.rt.ui.html.json.form.fields.tablefield.fixtures.TableField) - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,390 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'table: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.TablePage$Table@1a017ad5' for TableField with id 11. Model: null/TableField (org.eclipse.scout.rt.ui.html.json.form.fields.tablefield.fixtures.TableField) - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,391 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'keyStrokes: []' for TableField with id 11. Model: null/TableField (org.eclipse.scout.rt.ui.html.json.form.fields.tablefield.fixtures.TableField) - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,395 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'table: org.eclipse.scout.rt.ui.html.json.table.fixtures.Table@16651f85' for TableField with id 2. Model: null/TableField (org.eclipse.scout.rt.ui.html.json.form.fields.tablefield.fixtures.TableField) - MDC[principal=default, jobName=Running JUnit test in model job]
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.tablefield.JsonTableFieldTest
Running org.eclipse.scout.rt.ui.html.json.form.fields.tabbox.JsonTabBoxTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.tabbox.JsonTabBoxTest
Running org.eclipse.scout.rt.ui.html.json.form.fields.stringfield.JsonStringFieldTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.stringfield.JsonStringFieldTest
Running org.eclipse.scout.rt.ui.html.json.form.fields.listbox.JsonListBoxTest
2021-07-31 21:36:12,497 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsInserted' for Table with id 19. Model: org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox$DefaultListBoxTable@75fa32e0 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,497 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowOrderChanged' for Table with id 19. Model: org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox$DefaultListBoxTable@75fa32e0 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,498 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsDeleted' for Table with id 19. Model: org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox$DefaultListBoxTable@75fa32e0 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,498 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsUpdated' for Table with id 19. Model: org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox$DefaultListBoxTable@75fa32e0 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,498 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowOrderChanged' for Table with id 19. Model: org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox$DefaultListBoxTable@75fa32e0 - MDC[principal=default, jobName=Running JUnit test in model job]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.listbox.JsonListBoxTest
Running org.eclipse.scout.rt.ui.html.json.form.fields.htmlfield.JsonHtmlFieldTest
2021-07-31 21:36:12,510 WARN  [main] org.eclipse.scout.rt.client.job.ModelJobs -  - MDC[]
org.eclipse.scout.rt.client.job.ModelJobs$WrongThreadException: Only the model thread is allowed to update the UI model.
	at org.eclipse.scout.rt.client.job.ModelJobs.warnIfNotModelThread(ModelJobs.java:324)
	at org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver$P_PropertyChangeListener.propertyChange(AbstractJsonPropertyObserver.java:236)
	at org.eclipse.scout.rt.platform.reflect.BasicPropertySupport.firePropertyChangeImpl(BasicPropertySupport.java:517)
	at org.eclipse.scout.rt.platform.reflect.BasicPropertySupport.firePropertyChangeImpl(BasicPropertySupport.java:469)
	at org.eclipse.scout.rt.platform.reflect.BasicPropertySupport.setProperty(BasicPropertySupport.java:281)
	at org.eclipse.scout.rt.platform.reflect.BasicPropertySupport.setProperty(BasicPropertySupport.java:258)
	at org.eclipse.scout.rt.platform.reflect.BasicPropertySupport.setPropertyString(BasicPropertySupport.java:175)
	at org.eclipse.scout.rt.client.ui.form.fields.AbstractValueField.setDisplayText(AbstractValueField.java:603)
	at org.eclipse.scout.rt.ui.html.json.form.fields.htmlfield.JsonHtmlFieldTest.testToImageByBinaryResourceReplacement(JsonHtmlFieldTest.java:49)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
2021-07-31 21:36:12,511 DEBUG [main] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'displayText: <img src="binaryResource:test_resource">' for HtmlField with id 2. Model: null/ (org.eclipse.scout.rt.ui.html.json.form.fields.htmlfield.JsonHtmlFieldTest$1) - MDC[]
2021-07-31 21:36:12,531 WARN  [main] org.eclipse.scout.rt.client.job.ModelJobs -  - MDC[]
org.eclipse.scout.rt.client.job.ModelJobs$WrongThreadException: Only the model thread is allowed to update the UI model.
	at org.eclipse.scout.rt.client.job.ModelJobs.warnIfNotModelThread(ModelJobs.java:324)
	at org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver$P_PropertyChangeListener.propertyChange(AbstractJsonPropertyObserver.java:236)
	at org.eclipse.scout.rt.platform.reflect.BasicPropertySupport.firePropertyChangeImpl(BasicPropertySupport.java:517)
	at org.eclipse.scout.rt.platform.reflect.BasicPropertySupport.firePropertyChangeImpl(BasicPropertySupport.java:469)
	at org.eclipse.scout.rt.platform.reflect.BasicPropertySupport.setProperty(BasicPropertySupport.java:281)
	at org.eclipse.scout.rt.platform.reflect.BasicPropertySupport.setProperty(BasicPropertySupport.java:258)
	at org.eclipse.scout.rt.platform.reflect.BasicPropertySupport.setPropertyString(BasicPropertySupport.java:175)
	at org.eclipse.scout.rt.client.ui.form.fields.AbstractValueField.setDisplayText(AbstractValueField.java:603)
	at org.eclipse.scout.rt.ui.html.json.form.fields.htmlfield.JsonHtmlFieldTest.testToImageByIconIdReplacement(JsonHtmlFieldTest.java:41)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
2021-07-31 21:36:12,533 WARN  [main] org.eclipse.scout.rt.ui.html.res.BinaryResourceUrlUtility - iconId 'test_icon' could not be resolved - MDC[]
2021-07-31 21:36:12,533 DEBUG [main] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'displayText: <img src="iconId:test_icon">' for HtmlField with id 2. Model: null/ (org.eclipse.scout.rt.ui.html.json.form.fields.htmlfield.JsonHtmlFieldTest$1) - MDC[]
2021-07-31 21:36:12,533 WARN  [main] org.eclipse.scout.rt.ui.html.res.BinaryResourceUrlUtility - iconId 'test_icon' could not be resolved - MDC[]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.htmlfield.JsonHtmlFieldTest
Running org.eclipse.scout.rt.ui.html.json.form.fields.groupbox.JsonGroupBoxTest
2021-07-31 21:36:12,535 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'borderDecoration: x' for GroupBox with id 2. Model: null/ (org.eclipse.scout.rt.ui.html.json.form.fields.groupbox.JsonGroupBoxTest$1) - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,539 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'borderDecoration: x' for GroupBox with id 2. Model: null/ (org.eclipse.scout.rt.ui.html.json.form.fields.groupbox.JsonGroupBoxTest$1) - MDC[principal=default, jobName=Running JUnit test in model job]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.groupbox.JsonGroupBoxTest
Running org.eclipse.scout.rt.ui.html.json.form.fields.browserfield.JsonBrowserFieldTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.browserfield.JsonBrowserFieldTest
Running org.eclipse.scout.rt.ui.html.json.form.fields.JsonFormFieldTest
2021-07-31 21:36:12,549 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'label: fooBar' for FormField with id 2. Model: fooBar/ (org.eclipse.scout.rt.ui.html.json.form.fields.JsonFormFieldTest$1) - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,549 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'enabled: false' for FormField with id 2. Model: fooBar/ (org.eclipse.scout.rt.ui.html.json.form.fields.JsonFormFieldTest$1) - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,551 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'errorStatus: MultiStatus [severity=16777216, message=allesFalsch, children=[DefaultFieldStatus [severity=ERROR, message=allesFalsch]]]' for FormField with id 2. Model: fooBar/ (org.eclipse.scout.rt.ui.html.json.form.fields.JsonFormFieldTest$1) - MDC[principal=default, jobName=Running JUnit test in model job]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.JsonFormFieldTest
Running org.eclipse.scout.rt.ui.html.json.form.fields.JsonAdapterPropertyConfigBuilderTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.JsonAdapterPropertyConfigBuilderTest
Running org.eclipse.scout.rt.ui.html.json.form.JsonFormTest
2021-07-31 21:36:12,555 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 2. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,565 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 4. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,565 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@532aeb96 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,565 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formHide' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@532aeb96 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,569 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 9. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,569 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 9. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@532aeb96 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,569 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 4. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,569 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@532aeb96 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,570 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formHide' for Desktop with id 3 and reference 9. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@532aeb96 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,570 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formHide' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@532aeb96 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,572 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 2. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,573 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 14. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,573 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 14. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@532aeb96 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,573 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 9. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,573 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 9. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@532aeb96 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,574 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formHide' for Desktop with id 3 and reference 14. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@532aeb96 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,574 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formHide' for Desktop with id 3 and reference 9. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@532aeb96 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,583 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 19. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@532aeb96 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,583 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 14. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@532aeb96 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,584 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@532aeb96 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,584 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formHide' for Desktop with id 3 and reference 19. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@532aeb96 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,584 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formHide' for Desktop with id 3 and reference 14. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@532aeb96 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,584 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formHide' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@532aeb96 - MDC[principal=default, jobName=Running JUnit test in model job]
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.eclipse.scout.rt.ui.html.json.form.JsonFormTest
Running org.eclipse.scout.rt.ui.html.json.form.JsonFormMenuTest
2021-07-31 21:36:12,587 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 23. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,588 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 23. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@532aeb96 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,588 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 18. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,588 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 18. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@532aeb96 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,588 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 8. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,588 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 8. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@532aeb96 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,588 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 3. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,589 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formHide' for Desktop with id 3 and reference 23. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@532aeb96 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,589 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formHide' for Desktop with id 3 and reference 18. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@532aeb96 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,589 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formHide' for Desktop with id 3 and reference 8. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@532aeb96 - MDC[principal=default, jobName=Running JUnit test in model job]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.ui.html.json.form.JsonFormMenuTest
Running org.eclipse.scout.rt.ui.html.json.desktop.JsonOutlineViewButtonTest
2021-07-31 21:36:12,644 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'outline: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.OutlineWithOneNode@5fbd0362' for OutlineViewButton with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.OutlineViewButton@623f50a5 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,644 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'selected: true' for OutlineViewButton with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.OutlineViewButton@623f50a5 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,645 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'enabled: false' for OutlineViewButton with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.OutlineViewButton@623f50a5 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,645 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'enabled: true' for OutlineViewButton with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.OutlineViewButton@623f50a5 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,649 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'outline: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.OutlineWithOneNode@51c66228' for OutlineViewButton with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.OutlineViewButton@2a6189c - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,649 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'selected: true' for OutlineViewButton with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.OutlineViewButton@2a6189c - MDC[principal=default, jobName=Running JUnit test in model job]
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec - in org.eclipse.scout.rt.ui.html.json.desktop.JsonOutlineViewButtonTest
Running org.eclipse.scout.rt.ui.html.json.desktop.JsonOutlineTest
2021-07-31 21:36:12,660 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'nodesSelected' for Outline with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.Outline@4fb9d6a4 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,660 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'allChildNodesDeleted' for Outline with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.Outline@4fb9d6a4 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,667 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsInserted' for Table with id 4. Model: org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPageWithNodes$P_Table@3d38ecdb - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,667 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'nodesInserted' for Outline with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.Outline@37bd0c3 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,787 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'pageChanged' for Outline with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.Outline@28e3122c - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,796 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 4. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,797 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 14. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 sec - in org.eclipse.scout.rt.ui.html.json.desktop.JsonOutlineTest
Running org.eclipse.scout.rt.ui.html.json.desktop.JsonDesktopTest
2021-07-31 21:36:12,809 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'openUri' for Desktop with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.DesktopWithNonDisplayableOutline@11751c95 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,915 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 2 and reference 3. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.DesktopWithOneOutline@78708081 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,916 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 3. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,995 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 2 and reference 3. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.DesktopWithOneOutline@38f3f02f - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,995 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 3. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,999 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 28. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,999 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 28. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@532aeb96 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,999 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 23. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,999 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 23. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@532aeb96 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:12,999 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 13. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:13,000 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 13. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@532aeb96 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:13,000 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 3. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:13,000 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 2 and reference 3. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@532aeb96 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:13,000 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formHide' for Desktop with id 3 and reference 28. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@532aeb96 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:13,000 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formHide' for Desktop with id 3 and reference 23. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@532aeb96 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:13,000 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formHide' for Desktop with id 3 and reference 13. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@532aeb96 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:13,000 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formHide' for Desktop with id 2 and reference 3. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@532aeb96 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:13,005 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 2 and reference 3. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.DesktopWithOneOutline@7a19b0f2 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:13,006 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [3, 4, 5] - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:13,006 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formHide' for Desktop with id 2 and reference 3. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.DesktopWithOneOutline@7a19b0f2 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:13,019 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'outlineContentActivate' for Desktop with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.DesktopWithNonDisplayableOutline@20a98141 - MDC[principal=default, jobName=Running JUnit test in model job]
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 sec - in org.eclipse.scout.rt.ui.html.json.desktop.JsonDesktopTest
Running org.eclipse.scout.rt.ui.html.json.desktop.DownloadHandlerStorageTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec - in org.eclipse.scout.rt.ui.html.json.desktop.DownloadHandlerStorageTest
Running org.eclipse.scout.rt.ui.html.json.basic.planner.JsonPlannerTest
2021-07-31 21:36:13,141 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.basic.planner.JsonPlanner - Id: 2. Resources: {"id":"4","resourceCell":{"text":"resource1","horizontalAlignment":-1,"editable":false,"htmlEnabled":false},"activities":[{"id":"5"}]} - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:13,142 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'selectionRange: Range [m_from=null, m_to=null]' for Planner with id 2. Model: org.eclipse.scout.rt.ui.html.json.basic.planner.JsonPlannerTest$P_Planner@231f5627 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:13,143 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'allResourcesDeleted' for Planner with id 2. Model: org.eclipse.scout.rt.ui.html.json.basic.planner.JsonPlannerTest$P_Planner@231f5627 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:13,143 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'resourcesInserted' for Planner with id 2. Model: org.eclipse.scout.rt.ui.html.json.basic.planner.JsonPlannerTest$P_Planner@231f5627 - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:13,144 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'allResourcesDeleted' for Planner with id 2. Model: org.eclipse.scout.rt.ui.html.json.basic.planner.JsonPlannerTest$P_Planner@231f5627 - MDC[principal=default, jobName=Running JUnit test in model job]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.eclipse.scout.rt.ui.html.json.basic.planner.JsonPlannerTest
Running org.eclipse.scout.rt.ui.html.json.basic.filechooser.JsonFileChooserAcceptAttributeBuilderTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.ui.html.json.basic.filechooser.JsonFileChooserAcceptAttributeBuilderTest
Running org.eclipse.scout.rt.ui.html.json.PropertyEventFilterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.ui.html.json.PropertyEventFilterTest
Running org.eclipse.scout.rt.ui.html.json.JsonUtilityTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.ui.html.json.JsonUtilityTest
Running org.eclipse.scout.rt.ui.html.json.JsonStatusTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.ui.html.json.JsonStatusTest
Running org.eclipse.scout.rt.ui.html.json.JsonResponseTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.ui.html.json.JsonResponseTest
Running org.eclipse.scout.rt.ui.html.json.JsonObjectUtilityTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.ui.html.json.JsonObjectUtilityTest
Running org.eclipse.scout.rt.ui.html.json.JsonEventTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.ui.html.json.JsonEventTest
Running org.eclipse.scout.rt.ui.html.json.JsonDateTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.ui.html.json.JsonDateTest
Running org.eclipse.scout.rt.ui.html.json.JsonByteArrayTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.ui.html.json.JsonByteArrayTest
Running org.eclipse.scout.rt.ui.html.json.JsonBeanTest
2021-07-31 21:36:13,164 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@42ddc4, org.eclipse.scout.rt.ui.html.JsonObjectFactory@b213545] - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:13,166 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@42ddc4, org.eclipse.scout.rt.ui.html.JsonObjectFactory@49051dae] - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:13,168 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@42ddc4, org.eclipse.scout.rt.ui.html.JsonObjectFactory@5db6c808] - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:13,170 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@42ddc4, org.eclipse.scout.rt.ui.html.JsonObjectFactory@35be567f] - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:13,172 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@42ddc4, org.eclipse.scout.rt.ui.html.JsonObjectFactory@19479839] - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:13,174 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@42ddc4, org.eclipse.scout.rt.ui.html.JsonObjectFactory@37146bef] - MDC[principal=default, jobName=Running JUnit test in model job]
2021-07-31 21:36:13,175 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@42ddc4, org.eclipse.scout.rt.ui.html.JsonObjectFactory@557d16be] - MDC[principal=default, jobName=Running JUnit test in model job]
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.eclipse.scout.rt.ui.html.json.JsonBeanTest
Running org.eclipse.scout.rt.ui.html.json.JsonAdapterRegistryTest
2021-07-31 21:36:13,177 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'displayText: Test' for StringField with id 2. Model: null/ (org.eclipse.scout.rt.ui.html.json.JsonAdapterRegistryTest$1) - MDC[principal=default, jobName=Running JUnit test in model job]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.ui.html.json.JsonAdapterRegistryTest
Running org.eclipse.scout.rt.ui.html.json.DefaultValuesFilterTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.ui.html.json.DefaultValuesFilterTest
Running org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserverTest
2021-07-31 21:36:13,189 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'fooBar: baz' for FooType with id fooId. Model: m_model - MDC[principal=default, jobName=Running JUnit test in model job]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserverTest
Running org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapterTest
Running org.eclipse.scout.rt.ui.html.cache.HttpResourceCacheTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.ui.html.cache.HttpResourceCacheTest
Running org.eclipse.scout.rt.ui.html.cache.HttpCacheObjectTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.ui.html.cache.HttpCacheObjectTest
Running org.eclipse.scout.rt.ui.html.cache.HttpCacheKeyTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.ui.html.cache.HttpCacheKeyTest
Running org.eclipse.scout.rt.ui.html.cache.HttpCacheControlTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec - in org.eclipse.scout.rt.ui.html.cache.HttpCacheControlTest
Running org.eclipse.scout.rt.ui.html.UiSessionTest
2021-07-31 21:36:13,257 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
2021-07-31 21:36:13,260 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:37rndm859uga0evi49hadenvma - MDC[]
2021-07-31 21:36:13,261 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@406ee6a5[id = df069e74-6f93-48ef-9fcf-69b59656c0d7], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=df069e74-6f93-48ef-9fcf-69b59656c0d7]]
2021-07-31 21:36:13,261 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=df069e74-6f93-48ef-9fcf-69b59656c0d7, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
2021-07-31 21:36:13,263 INFO  [main] org.eclipse.scout.rt.ui.html.UiThemeUtility - UI theme configured in config.properties: default - MDC[]
2021-07-31 21:36:13,264 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
2021-07-31 21:36:13,270 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@666b1244 - MDC[]
2021-07-31 21:36:13,272 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:37rndm859uga0evi49hadenvma initialized - MDC[]
2021-07-31 21:36:13,272 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:37rndm859uga0evi49hadenvma in store (clientSessionId=df069e74-6f93-48ef-9fcf-69b59656c0d7) - MDC[]
2021-07-31 21:36:13,272 INFO  [main] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 1 client sessions and 1 UI sessions - MDC[]
2021-07-31 21:36:13,273 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Waiting for 1 client sessions to stop... - MDC[]
2021-07-31 21:36:13,273 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Shutting down client session with ID df069e74-6f93-48ef-9fcf-69b59656c0d7 due to invalidation of HTTP session - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:13,273 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID df069e74-6f93-48ef-9fcf-69b59656c0d7 to shut down... - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:13,274 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:37rndm859uga0evi49hadenvma [clientSessionId=df069e74-6f93-48ef-9fcf-69b59656c0d7, processingJsonRequest=false] - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:13,274 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:37rndm859uga0evi49hadenvma... - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:13,274 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:37rndm859uga0evi49hadenvma from store (clientSessionId=df069e74-6f93-48ef-9fcf-69b59656c0d7) - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:13,274 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session df069e74-6f93-48ef-9fcf-69b59656c0d7 - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:13,274 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID df069e74-6f93-48ef-9fcf-69b59656c0d7 - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:13,275 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:37rndm859uga0evi49hadenvma - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:13,275 INFO  [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session df069e74-6f93-48ef-9fcf-69b59656c0d7 is stopping, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID df069e74-6f93-48ef-9fcf-69b59656c0d7]
2021-07-31 21:36:13,275 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID df069e74-6f93-48ef-9fcf-69b59656c0d7 from session store - MDC[jobName=Performing session housekeeping for client session with ID df069e74-6f93-48ef-9fcf-69b59656c0d7]
2021-07-31 21:36:13,275 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID df069e74-6f93-48ef-9fcf-69b59656c0d7]
2021-07-31 21:36:13,277 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@406ee6a5[id = df069e74-6f93-48ef-9fcf-69b59656c0d7], user=jenkins] - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:13,277 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID df069e74-6f93-48ef-9fcf-69b59656c0d7 terminated. - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:13,277 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID df069e74-6f93-48ef-9fcf-69b59656c0d7 from session store - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:13,277 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:13,277 INFO  [main] org.eclipse.scout.rt.ui.html.SessionStore - Session shutdown complete. - MDC[]
2021-07-31 21:36:13,407 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
2021-07-31 21:36:13,408 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:oo8r1o2j2fqo3ldrf8n7si0ddj - MDC[]
2021-07-31 21:36:13,409 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@2fba899[id = 694b934d-7dd4-4e97-9292-6762b4589285], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=694b934d-7dd4-4e97-9292-6762b4589285]]
2021-07-31 21:36:13,409 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=694b934d-7dd4-4e97-9292-6762b4589285, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
2021-07-31 21:36:13,410 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
2021-07-31 21:36:13,411 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@666b1244 - MDC[]
2021-07-31 21:36:13,412 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:oo8r1o2j2fqo3ldrf8n7si0ddj initialized - MDC[]
2021-07-31 21:36:13,412 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:oo8r1o2j2fqo3ldrf8n7si0ddj in store (clientSessionId=694b934d-7dd4-4e97-9292-6762b4589285) - MDC[]
2021-07-31 21:36:13,419 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@8dda5e3 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$8]
2021-07-31 21:36:13,419 INFO  [main] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 1 client sessions and 1 UI sessions - MDC[]
2021-07-31 21:36:13,419 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Waiting for 1 client sessions to stop... - MDC[]
2021-07-31 21:36:13,420 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Shutting down client session with ID 694b934d-7dd4-4e97-9292-6762b4589285 due to invalidation of HTTP session - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:13,420 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID 694b934d-7dd4-4e97-9292-6762b4589285 to shut down... - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:13,420 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:oo8r1o2j2fqo3ldrf8n7si0ddj [clientSessionId=694b934d-7dd4-4e97-9292-6762b4589285, processingJsonRequest=false] - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:13,420 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:oo8r1o2j2fqo3ldrf8n7si0ddj... - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:13,420 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:oo8r1o2j2fqo3ldrf8n7si0ddj from store (clientSessionId=694b934d-7dd4-4e97-9292-6762b4589285) - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:13,420 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 694b934d-7dd4-4e97-9292-6762b4589285 - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:13,420 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 694b934d-7dd4-4e97-9292-6762b4589285 - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:13,420 INFO  [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 694b934d-7dd4-4e97-9292-6762b4589285 is stopping, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 694b934d-7dd4-4e97-9292-6762b4589285]
2021-07-31 21:36:13,420 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:oo8r1o2j2fqo3ldrf8n7si0ddj - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:13,420 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 694b934d-7dd4-4e97-9292-6762b4589285 from session store - MDC[jobName=Performing session housekeeping for client session with ID 694b934d-7dd4-4e97-9292-6762b4589285]
2021-07-31 21:36:13,421 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID 694b934d-7dd4-4e97-9292-6762b4589285]
2021-07-31 21:36:14,423 WARN  [main] org.eclipse.scout.rt.ui.html.SessionStore - Timeout encountered while waiting for all client session to stop. Canceling still running client session shutdown jobs. - MDC[]
org.eclipse.scout.rt.platform.util.concurrent.TimedOutException: Failed to wait for jobs to complete because the maximal wait time elapsed [timeout=1000ms, calling-thread=main]
	at org.eclipse.scout.rt.platform.job.internal.JobExceptionTranslator.translateTimeoutException(JobExceptionTranslator.java:56)
	at org.eclipse.scout.rt.platform.job.internal.JobManager.awaitDone(JobManager.java:177)
	at org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:569)
	at org.eclipse.scout.rt.ui.html.json.testing.JsonTestUtility$1.answer(JsonTestUtility.java:80)
	at org.eclipse.scout.rt.ui.html.json.testing.JsonTestUtility$1.answer(JsonTestUtility.java:1)
	at org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:34)
	at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:91)
	at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29)
	at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:38)
	at org.mockito.internal.creation.cglib.MethodInterceptorFilter.intercept(MethodInterceptorFilter.java:59)
	at $javax.servlet.http.HttpSession$$EnhancerByMockitoWithCGLIB$$e1a32b4a.invalidate(<generated>)
	at org.eclipse.scout.rt.ui.html.UiSessionTest.doTestSessionTimeoutWithBlockingModelDisposal(UiSessionTest.java:320)
	at org.eclipse.scout.rt.ui.html.UiSessionTest.testSessionTimeoutOpenFormThatWaitsOnJob(UiSessionTest.java:280)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.util.concurrent.TimeoutException: null
	at org.eclipse.scout.rt.platform.job.internal.FutureSet.awaitDone(FutureSet.java:197)
	at org.eclipse.scout.rt.platform.job.internal.JobManager.awaitDone(JobManager.java:174)
	... 37 common frames omitted
2021-07-31 21:36:14,424 ERROR [scout-model-thread-24] org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop - Exception while closing forms - MDC[jobName=Closing desktop due to HTTP session invalidation]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while waiting for a job to complete [calling-thread=scout-model-thread-24, job=org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm$1, form=org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm]
	at org.eclipse.scout.rt.platform.job.internal.JobExceptionTranslator.translateInterruptedException(JobExceptionTranslator.java:49)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDone(JobFutureTask.java:340)
	at org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm.doFinally(SessionStoreTestForm.java:72)
	at org.eclipse.scout.rt.client.ui.form.AbstractForm.doClose(AbstractForm.java:1923)
	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2039)
	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.closeInternal(AbstractDesktop.java:1953)
	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:462)
	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:422)
	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2429)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56)
	at com.sun.proxy.$Proxy25.closeFromUI(Unknown Source)
	at org.eclipse.scout.rt.ui.html.SessionStore.forceClientSessionShutdown(SessionStore.java:500)
	at org.eclipse.scout.rt.ui.html.SessionStore$3.run(SessionStore.java:539)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
Caused by: java.lang.InterruptedException: null
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
	at org.eclipse.scout.rt.platform.job.internal.CompletionPromise.awaitDoneAndGet(CompletionPromise.java:164)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDone(JobFutureTask.java:333)
	... 38 common frames omitted
2021-07-31 21:36:14,425 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.transformation.MainDeviceTransformer - Transformed forms map is not empty. Make sure every form gets closed properly to free up memory as quickly as possible. Cleaning up now... Open forms: [Form SessionStoreTestForm] - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:14,425 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@2fba899[id = 694b934d-7dd4-4e97-9292-6762b4589285], user=jenkins] - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:14,425 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID 694b934d-7dd4-4e97-9292-6762b4589285 terminated. - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:14,425 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 694b934d-7dd4-4e97-9292-6762b4589285 from session store - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:14,425 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:14,624 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
2021-07-31 21:36:14,625 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:lnvm22h0m33etcu2d9o4464o44 - MDC[]
2021-07-31 21:36:14,626 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@78f721c0[id = ff0cca2c-d109-401b-b317-39fe17999e4b], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=ff0cca2c-d109-401b-b317-39fe17999e4b]]
2021-07-31 21:36:14,627 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=ff0cca2c-d109-401b-b317-39fe17999e4b, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
2021-07-31 21:36:14,627 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
2021-07-31 21:36:14,629 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@666b1244 - MDC[]
2021-07-31 21:36:14,630 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:lnvm22h0m33etcu2d9o4464o44 initialized - MDC[]
2021-07-31 21:36:14,630 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:lnvm22h0m33etcu2d9o4464o44 in store (clientSessionId=ff0cca2c-d109-401b-b317-39fe17999e4b) - MDC[]
2021-07-31 21:36:14,632 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@b765a90 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$6]
2021-07-31 21:36:14,633 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:lnvm22h0m33etcu2d9o4464o44 [clientSessionId=ff0cca2c-d109-401b-b317-39fe17999e4b, processingJsonRequest=false] - MDC[]
2021-07-31 21:36:14,634 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:lnvm22h0m33etcu2d9o4464o44... - MDC[]
2021-07-31 21:36:14,634 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:lnvm22h0m33etcu2d9o4464o44 from store (clientSessionId=ff0cca2c-d109-401b-b317-39fe17999e4b) - MDC[]
2021-07-31 21:36:14,634 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session ff0cca2c-d109-401b-b317-39fe17999e4b - MDC[]
2021-07-31 21:36:14,634 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID ff0cca2c-d109-401b-b317-39fe17999e4b - MDC[]
2021-07-31 21:36:14,635 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session ff0cca2c-d109-401b-b317-39fe17999e4b referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID ff0cca2c-d109-401b-b317-39fe17999e4b]
2021-07-31 21:36:14,635 INFO  [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Shutting down client session with ID ff0cca2c-d109-401b-b317-39fe17999e4b because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID ff0cca2c-d109-401b-b317-39fe17999e4b]
2021-07-31 21:36:14,635 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:lnvm22h0m33etcu2d9o4464o44 - MDC[]
2021-07-31 21:36:14,636 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID ff0cca2c-d109-401b-b317-39fe17999e4b to shut down... - MDC[jobName=Force shutting down client session ff0cca2c-d109-401b-b317-39fe17999e4b by session housekeeping]
2021-07-31 21:36:14,834 INFO  [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 1 client sessions and 0 UI sessions - MDC[jobName=simulate session timeout]
2021-07-31 21:36:15,636 WARN  [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Client session did not stop within 1 seconds. Canceling shutdown job. - MDC[jobName=Performing session housekeeping for client session with ID ff0cca2c-d109-401b-b317-39fe17999e4b]
2021-07-31 21:36:15,637 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID ff0cca2c-d109-401b-b317-39fe17999e4b from session store - MDC[jobName=Performing session housekeeping for client session with ID ff0cca2c-d109-401b-b317-39fe17999e4b]
2021-07-31 21:36:15,637 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID ff0cca2c-d109-401b-b317-39fe17999e4b]
2021-07-31 21:36:15,638 ERROR [scout-model-thread-22] org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop - Exception while closing forms - MDC[jobName=Force shutting down client session ff0cca2c-d109-401b-b317-39fe17999e4b by session housekeeping]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while waiting for a job to complete [calling-thread=scout-model-thread-22, job=org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm$1, form=org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm]
	at org.eclipse.scout.rt.platform.job.internal.JobExceptionTranslator.translateInterruptedException(JobExceptionTranslator.java:49)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDone(JobFutureTask.java:340)
	at org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm.doFinally(SessionStoreTestForm.java:72)
	at org.eclipse.scout.rt.client.ui.form.AbstractForm.doClose(AbstractForm.java:1923)
	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2039)
	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.closeInternal(AbstractDesktop.java:1953)
	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:462)
	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:422)
	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2429)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56)
	at com.sun.proxy.$Proxy25.closeFromUI(Unknown Source)
	at org.eclipse.scout.rt.ui.html.SessionStore.forceClientSessionShutdown(SessionStore.java:500)
	at org.eclipse.scout.rt.ui.html.SessionStore$2.run(SessionStore.java:411)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
Caused by: java.lang.InterruptedException: null
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
	at org.eclipse.scout.rt.platform.job.internal.CompletionPromise.awaitDoneAndGet(CompletionPromise.java:164)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDone(JobFutureTask.java:333)
	... 38 common frames omitted
2021-07-31 21:36:15,638 WARN  [scout-model-thread-22] org.eclipse.scout.rt.client.transformation.MainDeviceTransformer - Transformed forms map is not empty. Make sure every form gets closed properly to free up memory as quickly as possible. Cleaning up now... Open forms: [Form SessionStoreTestForm] - MDC[jobName=Force shutting down client session ff0cca2c-d109-401b-b317-39fe17999e4b by session housekeeping]
2021-07-31 21:36:15,638 INFO  [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@78f721c0[id = ff0cca2c-d109-401b-b317-39fe17999e4b], user=jenkins] - MDC[jobName=Force shutting down client session ff0cca2c-d109-401b-b317-39fe17999e4b by session housekeeping]
2021-07-31 21:36:15,638 INFO  [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID ff0cca2c-d109-401b-b317-39fe17999e4b terminated. - MDC[jobName=Force shutting down client session ff0cca2c-d109-401b-b317-39fe17999e4b by session housekeeping]
2021-07-31 21:36:15,838 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
2021-07-31 21:36:15,839 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:omet2hkhgrjvm6ctgsvnr8v1s2 - MDC[]
2021-07-31 21:36:15,841 INFO  [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@7b6f87b4[id = 38ab004f-d73c-4ecb-aa5b-8407d28681da], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=38ab004f-d73c-4ecb-aa5b-8407d28681da]]
2021-07-31 21:36:15,841 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=38ab004f-d73c-4ecb-aa5b-8407d28681da, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
2021-07-31 21:36:15,842 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
2021-07-31 21:36:15,844 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@666b1244 - MDC[]
2021-07-31 21:36:15,845 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:omet2hkhgrjvm6ctgsvnr8v1s2 initialized - MDC[]
2021-07-31 21:36:15,845 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:omet2hkhgrjvm6ctgsvnr8v1s2 in store (clientSessionId=38ab004f-d73c-4ecb-aa5b-8407d28681da) - MDC[]
2021-07-31 21:36:15,847 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@3e550b3 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$6]
2021-07-31 21:36:15,847 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:omet2hkhgrjvm6ctgsvnr8v1s2 [clientSessionId=38ab004f-d73c-4ecb-aa5b-8407d28681da, processingJsonRequest=false] - MDC[]
2021-07-31 21:36:15,848 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:omet2hkhgrjvm6ctgsvnr8v1s2... - MDC[]
2021-07-31 21:36:15,848 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:omet2hkhgrjvm6ctgsvnr8v1s2 from store (clientSessionId=38ab004f-d73c-4ecb-aa5b-8407d28681da) - MDC[]
2021-07-31 21:36:15,848 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 38ab004f-d73c-4ecb-aa5b-8407d28681da - MDC[]
2021-07-31 21:36:15,848 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 38ab004f-d73c-4ecb-aa5b-8407d28681da - MDC[]
2021-07-31 21:36:15,849 DEBUG [scout-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 38ab004f-d73c-4ecb-aa5b-8407d28681da referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 38ab004f-d73c-4ecb-aa5b-8407d28681da]
2021-07-31 21:36:15,849 INFO  [scout-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Shutting down client session with ID 38ab004f-d73c-4ecb-aa5b-8407d28681da because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 38ab004f-d73c-4ecb-aa5b-8407d28681da]
2021-07-31 21:36:15,849 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:omet2hkhgrjvm6ctgsvnr8v1s2 - MDC[]
2021-07-31 21:36:15,850 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID 38ab004f-d73c-4ecb-aa5b-8407d28681da to shut down... - MDC[jobName=Force shutting down client session 38ab004f-d73c-4ecb-aa5b-8407d28681da by session housekeeping]
2021-07-31 21:36:15,853 WARN  [scout-model-thread-20] org.eclipse.scout.rt.client.ui.messagebox.MessageBox - there is no desktop or the desktop has not yet been opened in the ui, default answer is CANCEL - MDC[jobName=Force shutting down client session 38ab004f-d73c-4ecb-aa5b-8407d28681da by session housekeeping]
java.lang.IllegalStateException: null
	at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:338)
	at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:313)
	at org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm.doFinally(SessionStoreTestForm.java:64)
	at org.eclipse.scout.rt.client.ui.form.AbstractForm.doClose(AbstractForm.java:1923)
	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2039)
	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.closeInternal(AbstractDesktop.java:1953)
	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:462)
	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:422)
	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2429)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56)
	at com.sun.proxy.$Proxy25.closeFromUI(Unknown Source)
	at org.eclipse.scout.rt.ui.html.SessionStore.forceClientSessionShutdown(SessionStore.java:500)
	at org.eclipse.scout.rt.ui.html.SessionStore$2.run(SessionStore.java:411)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:36:15,854 INFO  [scout-model-thread-20] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@7b6f87b4[id = 38ab004f-d73c-4ecb-aa5b-8407d28681da], user=jenkins] - MDC[jobName=Force shutting down client session 38ab004f-d73c-4ecb-aa5b-8407d28681da by session housekeeping]
2021-07-31 21:36:15,854 INFO  [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID 38ab004f-d73c-4ecb-aa5b-8407d28681da terminated. - MDC[jobName=Force shutting down client session 38ab004f-d73c-4ecb-aa5b-8407d28681da by session housekeeping]
2021-07-31 21:36:15,854 DEBUG [scout-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 38ab004f-d73c-4ecb-aa5b-8407d28681da from session store - MDC[jobName=Performing session housekeeping for client session with ID 38ab004f-d73c-4ecb-aa5b-8407d28681da]
2021-07-31 21:36:15,854 DEBUG [scout-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID 38ab004f-d73c-4ecb-aa5b-8407d28681da]
2021-07-31 21:36:15,854 INFO  [scout-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID 38ab004f-d73c-4ecb-aa5b-8407d28681da]
2021-07-31 21:36:15,855 INFO  [scout-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 38ab004f-d73c-4ecb-aa5b-8407d28681da]
2021-07-31 21:36:16,049 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
2021-07-31 21:36:16,050 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:cg54saq3e48k6lahc0uffm00la - MDC[]
2021-07-31 21:36:16,051 INFO  [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@ce5d766[id = b39fe2da-61d2-434f-961e-8c36b8e7ea98], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=b39fe2da-61d2-434f-961e-8c36b8e7ea98]]
2021-07-31 21:36:16,052 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=b39fe2da-61d2-434f-961e-8c36b8e7ea98, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
2021-07-31 21:36:16,052 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
2021-07-31 21:36:16,054 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@666b1244 - MDC[]
2021-07-31 21:36:16,054 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:cg54saq3e48k6lahc0uffm00la initialized - MDC[]
2021-07-31 21:36:16,054 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:cg54saq3e48k6lahc0uffm00la in store (clientSessionId=b39fe2da-61d2-434f-961e-8c36b8e7ea98) - MDC[]
2021-07-31 21:36:16,056 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@713aa91b - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$8]
2021-07-31 21:36:16,056 INFO  [main] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 1 client sessions and 1 UI sessions - MDC[]
2021-07-31 21:36:16,057 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Waiting for 1 client sessions to stop... - MDC[]
2021-07-31 21:36:16,057 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Shutting down client session with ID b39fe2da-61d2-434f-961e-8c36b8e7ea98 due to invalidation of HTTP session - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:16,057 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID b39fe2da-61d2-434f-961e-8c36b8e7ea98 to shut down... - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:16,057 INFO  [scout-model-thread-22] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:cg54saq3e48k6lahc0uffm00la [clientSessionId=b39fe2da-61d2-434f-961e-8c36b8e7ea98, processingJsonRequest=false] - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:16,058 INFO  [scout-model-thread-22] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:cg54saq3e48k6lahc0uffm00la... - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:16,058 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:cg54saq3e48k6lahc0uffm00la from store (clientSessionId=b39fe2da-61d2-434f-961e-8c36b8e7ea98) - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:16,058 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session b39fe2da-61d2-434f-961e-8c36b8e7ea98 - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:16,058 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID b39fe2da-61d2-434f-961e-8c36b8e7ea98 - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:16,058 INFO  [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session b39fe2da-61d2-434f-961e-8c36b8e7ea98 is stopping, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID b39fe2da-61d2-434f-961e-8c36b8e7ea98]
2021-07-31 21:36:16,058 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID b39fe2da-61d2-434f-961e-8c36b8e7ea98 from session store - MDC[jobName=Performing session housekeeping for client session with ID b39fe2da-61d2-434f-961e-8c36b8e7ea98]
2021-07-31 21:36:16,058 INFO  [scout-model-thread-22] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:cg54saq3e48k6lahc0uffm00la - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:16,058 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID b39fe2da-61d2-434f-961e-8c36b8e7ea98]
2021-07-31 21:36:16,059 WARN  [scout-model-thread-22] org.eclipse.scout.rt.client.ui.messagebox.MessageBox - there is no desktop or the desktop has not yet been opened in the ui, default answer is CANCEL - MDC[jobName=Closing desktop due to HTTP session invalidation]
java.lang.IllegalStateException: null
	at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:338)
	at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:313)
	at org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm.doFinally(SessionStoreTestForm.java:64)
	at org.eclipse.scout.rt.client.ui.form.AbstractForm.doClose(AbstractForm.java:1923)
	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2039)
	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.closeInternal(AbstractDesktop.java:1953)
	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:462)
	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:422)
	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2429)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56)
	at com.sun.proxy.$Proxy25.closeFromUI(Unknown Source)
	at org.eclipse.scout.rt.ui.html.SessionStore.forceClientSessionShutdown(SessionStore.java:500)
	at org.eclipse.scout.rt.ui.html.SessionStore$3.run(SessionStore.java:539)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:36:16,060 INFO  [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@ce5d766[id = b39fe2da-61d2-434f-961e-8c36b8e7ea98], user=jenkins] - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:16,060 INFO  [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID b39fe2da-61d2-434f-961e-8c36b8e7ea98 terminated. - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:16,060 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID b39fe2da-61d2-434f-961e-8c36b8e7ea98 from session store - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:16,060 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:16,060 INFO  [main] org.eclipse.scout.rt.ui.html.SessionStore - Session shutdown complete. - MDC[]
2021-07-31 21:36:16,061 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
2021-07-31 21:36:16,062 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:v6r63eq7790hf5thvv4c6kngrd - MDC[]
2021-07-31 21:36:16,064 INFO  [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@474324d4[id = e016c792-0bbf-4ab7-bfcb-308028b97cff], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=e016c792-0bbf-4ab7-bfcb-308028b97cff]]
2021-07-31 21:36:16,064 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=e016c792-0bbf-4ab7-bfcb-308028b97cff, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
2021-07-31 21:36:16,065 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
2021-07-31 21:36:16,067 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@666b1244 - MDC[]
2021-07-31 21:36:16,067 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:v6r63eq7790hf5thvv4c6kngrd initialized - MDC[]
2021-07-31 21:36:16,067 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:v6r63eq7790hf5thvv4c6kngrd in store (clientSessionId=e016c792-0bbf-4ab7-bfcb-308028b97cff) - MDC[]
2021-07-31 21:36:16,069 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@60f008fb - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$8]
2021-07-31 21:36:16,069 INFO  [main] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 1 client sessions and 1 UI sessions - MDC[]
2021-07-31 21:36:16,070 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Waiting for 1 client sessions to stop... - MDC[]
2021-07-31 21:36:16,070 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Shutting down client session with ID e016c792-0bbf-4ab7-bfcb-308028b97cff due to invalidation of HTTP session - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:16,070 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID e016c792-0bbf-4ab7-bfcb-308028b97cff to shut down... - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:16,070 INFO  [scout-model-thread-22] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:v6r63eq7790hf5thvv4c6kngrd [clientSessionId=e016c792-0bbf-4ab7-bfcb-308028b97cff, processingJsonRequest=false] - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:16,070 INFO  [scout-model-thread-22] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:v6r63eq7790hf5thvv4c6kngrd... - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:16,070 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:v6r63eq7790hf5thvv4c6kngrd from store (clientSessionId=e016c792-0bbf-4ab7-bfcb-308028b97cff) - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:16,071 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session e016c792-0bbf-4ab7-bfcb-308028b97cff - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:16,071 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID e016c792-0bbf-4ab7-bfcb-308028b97cff - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:16,071 INFO  [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session e016c792-0bbf-4ab7-bfcb-308028b97cff is stopping, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID e016c792-0bbf-4ab7-bfcb-308028b97cff]
2021-07-31 21:36:16,071 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID e016c792-0bbf-4ab7-bfcb-308028b97cff from session store - MDC[jobName=Performing session housekeeping for client session with ID e016c792-0bbf-4ab7-bfcb-308028b97cff]
2021-07-31 21:36:16,071 INFO  [scout-model-thread-22] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:v6r63eq7790hf5thvv4c6kngrd - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:16,071 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID e016c792-0bbf-4ab7-bfcb-308028b97cff]
2021-07-31 21:36:17,071 WARN  [main] org.eclipse.scout.rt.ui.html.SessionStore - Timeout encountered while waiting for all client session to stop. Canceling still running client session shutdown jobs. - MDC[]
org.eclipse.scout.rt.platform.util.concurrent.TimedOutException: Failed to wait for jobs to complete because the maximal wait time elapsed [timeout=1000ms, calling-thread=main]
	at org.eclipse.scout.rt.platform.job.internal.JobExceptionTranslator.translateTimeoutException(JobExceptionTranslator.java:56)
	at org.eclipse.scout.rt.platform.job.internal.JobManager.awaitDone(JobManager.java:177)
	at org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:569)
	at org.eclipse.scout.rt.ui.html.json.testing.JsonTestUtility$1.answer(JsonTestUtility.java:80)
	at org.eclipse.scout.rt.ui.html.json.testing.JsonTestUtility$1.answer(JsonTestUtility.java:1)
	at org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:34)
	at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:91)
	at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29)
	at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:38)
	at org.mockito.internal.creation.cglib.MethodInterceptorFilter.intercept(MethodInterceptorFilter.java:59)
	at $javax.servlet.http.HttpSession$$EnhancerByMockitoWithCGLIB$$e1a32b4a.invalidate(<generated>)
	at org.eclipse.scout.rt.ui.html.UiSessionTest.doTestSessionTimeoutWithBlockingModelDisposal(UiSessionTest.java:320)
	at org.eclipse.scout.rt.ui.html.UiSessionTest.testSessionTimeoutOpenFormThatWaitsOnLoop(UiSessionTest.java:285)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.util.concurrent.TimeoutException: null
	at org.eclipse.scout.rt.platform.job.internal.FutureSet.awaitDone(FutureSet.java:197)
	at org.eclipse.scout.rt.platform.job.internal.JobManager.awaitDone(JobManager.java:174)
	... 37 common frames omitted
2021-07-31 21:36:17,272 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
2021-07-31 21:36:17,273 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:jnb1uspadh08prk0qipkaivjnr - MDC[]
2021-07-31 21:36:17,274 INFO  [scout-model-thread-20] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@4697e936[id = dc60a148-d279-4618-9ead-ea2695d6ebdb], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=dc60a148-d279-4618-9ead-ea2695d6ebdb]]
2021-07-31 21:36:17,275 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=dc60a148-d279-4618-9ead-ea2695d6ebdb, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
2021-07-31 21:36:17,275 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
2021-07-31 21:36:17,277 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@666b1244 - MDC[]
2021-07-31 21:36:17,277 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:jnb1uspadh08prk0qipkaivjnr initialized - MDC[]
2021-07-31 21:36:17,277 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:jnb1uspadh08prk0qipkaivjnr in store (clientSessionId=dc60a148-d279-4618-9ead-ea2695d6ebdb) - MDC[]
2021-07-31 21:36:17,279 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@39cafab9 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$6]
2021-07-31 21:36:17,280 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:jnb1uspadh08prk0qipkaivjnr [clientSessionId=dc60a148-d279-4618-9ead-ea2695d6ebdb, processingJsonRequest=false] - MDC[]
2021-07-31 21:36:17,280 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:jnb1uspadh08prk0qipkaivjnr... - MDC[]
2021-07-31 21:36:17,280 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:jnb1uspadh08prk0qipkaivjnr from store (clientSessionId=dc60a148-d279-4618-9ead-ea2695d6ebdb) - MDC[]
2021-07-31 21:36:17,280 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session dc60a148-d279-4618-9ead-ea2695d6ebdb - MDC[]
2021-07-31 21:36:17,280 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID dc60a148-d279-4618-9ead-ea2695d6ebdb - MDC[]
2021-07-31 21:36:17,281 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session dc60a148-d279-4618-9ead-ea2695d6ebdb referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID dc60a148-d279-4618-9ead-ea2695d6ebdb]
2021-07-31 21:36:17,281 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:jnb1uspadh08prk0qipkaivjnr - MDC[]
2021-07-31 21:36:17,281 INFO  [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Shutting down client session with ID dc60a148-d279-4618-9ead-ea2695d6ebdb because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID dc60a148-d279-4618-9ead-ea2695d6ebdb]
2021-07-31 21:36:17,281 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID dc60a148-d279-4618-9ead-ea2695d6ebdb to shut down... - MDC[jobName=Force shutting down client session dc60a148-d279-4618-9ead-ea2695d6ebdb by session housekeeping]
2021-07-31 21:36:17,285 ERROR [scout-model-thread-24] org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop - Exception while closing forms - MDC[jobName=Force shutting down client session dc60a148-d279-4618-9ead-ea2695d6ebdb by session housekeeping]
org.eclipse.scout.rt.platform.exception.ProcessingException: There is no desktop or it is not open in the UI. [severity=ERROR, form=org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm]
	at org.eclipse.scout.rt.client.ui.form.AbstractForm$5.run(AbstractForm.java:1042)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:101)
	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:72)
	at org.eclipse.scout.rt.client.ui.form.AbstractForm.startInternal(AbstractForm.java:992)
	at org.eclipse.scout.rt.client.ui.form.AbstractForm.start(AbstractForm.java:985)
	at org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm.doFinally(SessionStoreTestForm.java:57)
	at org.eclipse.scout.rt.client.ui.form.AbstractForm.doClose(AbstractForm.java:1923)
	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2039)
	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.closeInternal(AbstractDesktop.java:1953)
	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:462)
	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:422)
	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2429)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56)
	at com.sun.proxy.$Proxy25.closeFromUI(Unknown Source)
	at org.eclipse.scout.rt.ui.html.SessionStore.forceClientSessionShutdown(SessionStore.java:500)
	at org.eclipse.scout.rt.ui.html.SessionStore$2.run(SessionStore.java:411)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:36:17,286 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.transformation.MainDeviceTransformer - Transformed forms map is not empty. Make sure every form gets closed properly to free up memory as quickly as possible. Cleaning up now... Open forms: [Form SessionStoreTestForm, Form SessionStoreTestForm] - MDC[jobName=Force shutting down client session dc60a148-d279-4618-9ead-ea2695d6ebdb by session housekeeping]
2021-07-31 21:36:17,286 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@4697e936[id = dc60a148-d279-4618-9ead-ea2695d6ebdb], user=jenkins] - MDC[jobName=Force shutting down client session dc60a148-d279-4618-9ead-ea2695d6ebdb by session housekeeping]
2021-07-31 21:36:17,286 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID dc60a148-d279-4618-9ead-ea2695d6ebdb terminated. - MDC[jobName=Force shutting down client session dc60a148-d279-4618-9ead-ea2695d6ebdb by session housekeeping]
2021-07-31 21:36:17,286 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID dc60a148-d279-4618-9ead-ea2695d6ebdb from session store - MDC[jobName=Performing session housekeeping for client session with ID dc60a148-d279-4618-9ead-ea2695d6ebdb]
2021-07-31 21:36:17,286 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID dc60a148-d279-4618-9ead-ea2695d6ebdb]
2021-07-31 21:36:17,287 INFO  [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID dc60a148-d279-4618-9ead-ea2695d6ebdb]
2021-07-31 21:36:17,287 INFO  [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID dc60a148-d279-4618-9ead-ea2695d6ebdb]
2021-07-31 21:36:17,681 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
2021-07-31 21:36:17,682 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:15uq4l30bkqmgktpkdu1ad8m8s - MDC[]
2021-07-31 21:36:17,683 INFO  [scout-model-thread-20] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@5a484942[id = 71b9e17b-03ca-442f-b5e6-03b32207d1cd], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=71b9e17b-03ca-442f-b5e6-03b32207d1cd]]
2021-07-31 21:36:17,683 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=71b9e17b-03ca-442f-b5e6-03b32207d1cd, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
2021-07-31 21:36:17,683 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
2021-07-31 21:36:17,685 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@666b1244 - MDC[]
2021-07-31 21:36:17,685 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:15uq4l30bkqmgktpkdu1ad8m8s initialized - MDC[]
2021-07-31 21:36:17,686 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:15uq4l30bkqmgktpkdu1ad8m8s in store (clientSessionId=71b9e17b-03ca-442f-b5e6-03b32207d1cd) - MDC[]
2021-07-31 21:36:17,687 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@25d0c14d - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$6]
2021-07-31 21:36:17,688 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:15uq4l30bkqmgktpkdu1ad8m8s [clientSessionId=71b9e17b-03ca-442f-b5e6-03b32207d1cd, processingJsonRequest=false] - MDC[]
2021-07-31 21:36:17,688 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:15uq4l30bkqmgktpkdu1ad8m8s... - MDC[]
2021-07-31 21:36:17,688 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:15uq4l30bkqmgktpkdu1ad8m8s from store (clientSessionId=71b9e17b-03ca-442f-b5e6-03b32207d1cd) - MDC[]
2021-07-31 21:36:17,688 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 71b9e17b-03ca-442f-b5e6-03b32207d1cd - MDC[]
2021-07-31 21:36:17,688 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 71b9e17b-03ca-442f-b5e6-03b32207d1cd - MDC[]
2021-07-31 21:36:17,688 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 71b9e17b-03ca-442f-b5e6-03b32207d1cd referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 71b9e17b-03ca-442f-b5e6-03b32207d1cd]
2021-07-31 21:36:17,688 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:15uq4l30bkqmgktpkdu1ad8m8s - MDC[]
2021-07-31 21:36:17,689 INFO  [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Shutting down client session with ID 71b9e17b-03ca-442f-b5e6-03b32207d1cd because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 71b9e17b-03ca-442f-b5e6-03b32207d1cd]
2021-07-31 21:36:17,689 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID 71b9e17b-03ca-442f-b5e6-03b32207d1cd to shut down... - MDC[jobName=Force shutting down client session 71b9e17b-03ca-442f-b5e6-03b32207d1cd by session housekeeping]
2021-07-31 21:36:17,689 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@5a484942[id = 71b9e17b-03ca-442f-b5e6-03b32207d1cd], user=jenkins] - MDC[jobName=Force shutting down client session 71b9e17b-03ca-442f-b5e6-03b32207d1cd by session housekeeping]
2021-07-31 21:36:17,690 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID 71b9e17b-03ca-442f-b5e6-03b32207d1cd terminated. - MDC[jobName=Force shutting down client session 71b9e17b-03ca-442f-b5e6-03b32207d1cd by session housekeeping]
2021-07-31 21:36:17,690 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 71b9e17b-03ca-442f-b5e6-03b32207d1cd from session store - MDC[jobName=Performing session housekeeping for client session with ID 71b9e17b-03ca-442f-b5e6-03b32207d1cd]
2021-07-31 21:36:17,690 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID 71b9e17b-03ca-442f-b5e6-03b32207d1cd]
2021-07-31 21:36:17,690 INFO  [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID 71b9e17b-03ca-442f-b5e6-03b32207d1cd]
2021-07-31 21:36:17,690 INFO  [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 71b9e17b-03ca-442f-b5e6-03b32207d1cd]
2021-07-31 21:36:17,889 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
2021-07-31 21:36:17,890 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:c8fqltif9r80c666vhlpst7gjb - MDC[]
2021-07-31 21:36:17,891 INFO  [scout-model-thread-20] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@178bcc79[id = 57a7979d-206c-40f4-ab1c-d8db12983507], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=57a7979d-206c-40f4-ab1c-d8db12983507]]
2021-07-31 21:36:17,891 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=57a7979d-206c-40f4-ab1c-d8db12983507, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
2021-07-31 21:36:17,892 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
2021-07-31 21:36:17,893 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@666b1244 - MDC[]
2021-07-31 21:36:17,894 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:c8fqltif9r80c666vhlpst7gjb initialized - MDC[]
2021-07-31 21:36:17,894 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:c8fqltif9r80c666vhlpst7gjb in store (clientSessionId=57a7979d-206c-40f4-ab1c-d8db12983507) - MDC[]
2021-07-31 21:36:17,895 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@740ad376 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$8]
2021-07-31 21:36:17,896 INFO  [main] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 1 client sessions and 1 UI sessions - MDC[]
2021-07-31 21:36:17,896 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Waiting for 1 client sessions to stop... - MDC[]
2021-07-31 21:36:17,896 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Shutting down client session with ID 57a7979d-206c-40f4-ab1c-d8db12983507 due to invalidation of HTTP session - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:17,896 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID 57a7979d-206c-40f4-ab1c-d8db12983507 to shut down... - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:17,896 INFO  [scout-model-thread-20] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:c8fqltif9r80c666vhlpst7gjb [clientSessionId=57a7979d-206c-40f4-ab1c-d8db12983507, processingJsonRequest=false] - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:17,896 INFO  [scout-model-thread-20] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:c8fqltif9r80c666vhlpst7gjb... - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:17,896 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:c8fqltif9r80c666vhlpst7gjb from store (clientSessionId=57a7979d-206c-40f4-ab1c-d8db12983507) - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:17,896 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 57a7979d-206c-40f4-ab1c-d8db12983507 - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:17,896 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 57a7979d-206c-40f4-ab1c-d8db12983507 - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:17,897 INFO  [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 57a7979d-206c-40f4-ab1c-d8db12983507 is stopping, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 57a7979d-206c-40f4-ab1c-d8db12983507]
2021-07-31 21:36:17,897 INFO  [scout-model-thread-20] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:c8fqltif9r80c666vhlpst7gjb - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:17,897 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 57a7979d-206c-40f4-ab1c-d8db12983507 from session store - MDC[jobName=Performing session housekeeping for client session with ID 57a7979d-206c-40f4-ab1c-d8db12983507]
2021-07-31 21:36:17,897 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID 57a7979d-206c-40f4-ab1c-d8db12983507]
2021-07-31 21:36:17,898 ERROR [scout-model-thread-20] org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop - Exception while closing forms - MDC[jobName=Closing desktop due to HTTP session invalidation]
org.eclipse.scout.rt.platform.exception.ProcessingException: There is no desktop or it is not open in the UI. [severity=ERROR, form=org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm]
	at org.eclipse.scout.rt.client.ui.form.AbstractForm$5.run(AbstractForm.java:1042)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:101)
	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:72)
	at org.eclipse.scout.rt.client.ui.form.AbstractForm.startInternal(AbstractForm.java:992)
	at org.eclipse.scout.rt.client.ui.form.AbstractForm.start(AbstractForm.java:985)
	at org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm.doFinally(SessionStoreTestForm.java:57)
	at org.eclipse.scout.rt.client.ui.form.AbstractForm.doClose(AbstractForm.java:1923)
	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2039)
	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.closeInternal(AbstractDesktop.java:1953)
	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:462)
	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:422)
	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2429)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56)
	at com.sun.proxy.$Proxy25.closeFromUI(Unknown Source)
	at org.eclipse.scout.rt.ui.html.SessionStore.forceClientSessionShutdown(SessionStore.java:500)
	at org.eclipse.scout.rt.ui.html.SessionStore$3.run(SessionStore.java:539)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:36:17,899 WARN  [scout-model-thread-20] org.eclipse.scout.rt.client.transformation.MainDeviceTransformer - Transformed forms map is not empty. Make sure every form gets closed properly to free up memory as quickly as possible. Cleaning up now... Open forms: [Form SessionStoreTestForm, Form SessionStoreTestForm] - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:17,899 INFO  [scout-model-thread-20] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@178bcc79[id = 57a7979d-206c-40f4-ab1c-d8db12983507], user=jenkins] - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:17,899 INFO  [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID 57a7979d-206c-40f4-ab1c-d8db12983507 terminated. - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:17,899 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 57a7979d-206c-40f4-ab1c-d8db12983507 from session store - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:17,899 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:17,899 INFO  [main] org.eclipse.scout.rt.ui.html.SessionStore - Session shutdown complete. - MDC[]
2021-07-31 21:36:18,100 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
2021-07-31 21:36:18,101 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:3cevqu9icdebrb4nggjnbvqbe5 - MDC[]
2021-07-31 21:36:18,102 INFO  [scout-model-thread-20] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1e9d4352[id = 9ca2b8a0-86ac-4fd5-8de3-b7d4b99ef051], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=9ca2b8a0-86ac-4fd5-8de3-b7d4b99ef051]]
2021-07-31 21:36:18,102 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=9ca2b8a0-86ac-4fd5-8de3-b7d4b99ef051, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
2021-07-31 21:36:18,102 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
2021-07-31 21:36:18,104 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@666b1244 - MDC[]
2021-07-31 21:36:18,104 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:3cevqu9icdebrb4nggjnbvqbe5 initialized - MDC[]
2021-07-31 21:36:18,104 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:3cevqu9icdebrb4nggjnbvqbe5... - MDC[]
2021-07-31 21:36:18,104 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:3cevqu9icdebrb4nggjnbvqbe5 from store (clientSessionId=9ca2b8a0-86ac-4fd5-8de3-b7d4b99ef051) - MDC[]
2021-07-31 21:36:18,104 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 9ca2b8a0-86ac-4fd5-8de3-b7d4b99ef051 - MDC[]
2021-07-31 21:36:18,104 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 9ca2b8a0-86ac-4fd5-8de3-b7d4b99ef051 - MDC[]
2021-07-31 21:36:18,104 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 9ca2b8a0-86ac-4fd5-8de3-b7d4b99ef051 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 9ca2b8a0-86ac-4fd5-8de3-b7d4b99ef051]
2021-07-31 21:36:18,104 INFO  [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Shutting down client session with ID 9ca2b8a0-86ac-4fd5-8de3-b7d4b99ef051 because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 9ca2b8a0-86ac-4fd5-8de3-b7d4b99ef051]
2021-07-31 21:36:18,153 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID 9ca2b8a0-86ac-4fd5-8de3-b7d4b99ef051 to shut down... - MDC[jobName=Force shutting down client session 9ca2b8a0-86ac-4fd5-8de3-b7d4b99ef051 by session housekeeping]
2021-07-31 21:36:18,154 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1e9d4352[id = 9ca2b8a0-86ac-4fd5-8de3-b7d4b99ef051], user=jenkins] - MDC[jobName=Force shutting down client session 9ca2b8a0-86ac-4fd5-8de3-b7d4b99ef051 by session housekeeping]
2021-07-31 21:36:18,154 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID 9ca2b8a0-86ac-4fd5-8de3-b7d4b99ef051 terminated. - MDC[jobName=Force shutting down client session 9ca2b8a0-86ac-4fd5-8de3-b7d4b99ef051 by session housekeeping]
2021-07-31 21:36:18,154 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 9ca2b8a0-86ac-4fd5-8de3-b7d4b99ef051 from session store - MDC[jobName=Performing session housekeeping for client session with ID 9ca2b8a0-86ac-4fd5-8de3-b7d4b99ef051]
2021-07-31 21:36:18,154 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID 9ca2b8a0-86ac-4fd5-8de3-b7d4b99ef051]
2021-07-31 21:36:18,154 INFO  [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID 9ca2b8a0-86ac-4fd5-8de3-b7d4b99ef051]
2021-07-31 21:36:18,154 INFO  [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 9ca2b8a0-86ac-4fd5-8de3-b7d4b99ef051]
2021-07-31 21:36:18,202 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
2021-07-31 21:36:18,202 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:325ogcn17q96ja6nkjrgajpeb6 - MDC[]
2021-07-31 21:36:18,203 INFO  [scout-model-thread-20] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@3350af5[id = 87cc45f8-fe6e-4cd4-b855-206f6e10b3e4], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=87cc45f8-fe6e-4cd4-b855-206f6e10b3e4]]
2021-07-31 21:36:18,203 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=87cc45f8-fe6e-4cd4-b855-206f6e10b3e4, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
2021-07-31 21:36:18,204 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
2021-07-31 21:36:18,205 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@666b1244 - MDC[]
2021-07-31 21:36:18,206 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:325ogcn17q96ja6nkjrgajpeb6 initialized - MDC[]
2021-07-31 21:36:18,206 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:325ogcn17q96ja6nkjrgajpeb6 [clientSessionId=87cc45f8-fe6e-4cd4-b855-206f6e10b3e4, processingJsonRequest=false] - MDC[]
2021-07-31 21:36:18,206 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:325ogcn17q96ja6nkjrgajpeb6... - MDC[]
2021-07-31 21:36:18,206 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:325ogcn17q96ja6nkjrgajpeb6 from store (clientSessionId=87cc45f8-fe6e-4cd4-b855-206f6e10b3e4) - MDC[]
2021-07-31 21:36:18,206 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 87cc45f8-fe6e-4cd4-b855-206f6e10b3e4 - MDC[]
2021-07-31 21:36:18,207 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 87cc45f8-fe6e-4cd4-b855-206f6e10b3e4 - MDC[]
2021-07-31 21:36:18,207 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:325ogcn17q96ja6nkjrgajpeb6 - MDC[]
2021-07-31 21:36:18,207 INFO  [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 87cc45f8-fe6e-4cd4-b855-206f6e10b3e4 is stopping, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 87cc45f8-fe6e-4cd4-b855-206f6e10b3e4]
2021-07-31 21:36:18,207 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 87cc45f8-fe6e-4cd4-b855-206f6e10b3e4 from session store - MDC[jobName=Performing session housekeeping for client session with ID 87cc45f8-fe6e-4cd4-b855-206f6e10b3e4]
2021-07-31 21:36:18,207 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID 87cc45f8-fe6e-4cd4-b855-206f6e10b3e4]
2021-07-31 21:36:18,207 INFO  [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID 87cc45f8-fe6e-4cd4-b855-206f6e10b3e4]
2021-07-31 21:36:18,207 INFO  [main] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@3350af5[id = 87cc45f8-fe6e-4cd4-b855-206f6e10b3e4], user=jenkins] - MDC[]
2021-07-31 21:36:18,207 INFO  [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 87cc45f8-fe6e-4cd4-b855-206f6e10b3e4]
2021-07-31 21:36:18,208 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
2021-07-31 21:36:18,209 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:ku79skvgr33aed8phrj045f05s - MDC[]
2021-07-31 21:36:18,210 INFO  [scout-model-thread-20] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@3bf57a3c[id = a2575b95-22b4-4371-9685-dc8eacd18760], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=a2575b95-22b4-4371-9685-dc8eacd18760]]
2021-07-31 21:36:18,210 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=a2575b95-22b4-4371-9685-dc8eacd18760, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
2021-07-31 21:36:18,211 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
2021-07-31 21:36:18,212 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@666b1244 - MDC[]
2021-07-31 21:36:18,213 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:ku79skvgr33aed8phrj045f05s initialized - MDC[]
2021-07-31 21:36:18,213 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:ku79skvgr33aed8phrj045f05s in store (clientSessionId=a2575b95-22b4-4371-9685-dc8eacd18760) - MDC[]
2021-07-31 21:36:18,214 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6d51e939 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$8]
2021-07-31 21:36:18,215 INFO  [main] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 1 client sessions and 1 UI sessions - MDC[]
2021-07-31 21:36:18,215 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Waiting for 1 client sessions to stop... - MDC[]
2021-07-31 21:36:18,215 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Shutting down client session with ID a2575b95-22b4-4371-9685-dc8eacd18760 due to invalidation of HTTP session - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:18,215 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID a2575b95-22b4-4371-9685-dc8eacd18760 to shut down... - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:18,215 INFO  [scout-model-thread-20] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:ku79skvgr33aed8phrj045f05s [clientSessionId=a2575b95-22b4-4371-9685-dc8eacd18760, processingJsonRequest=false] - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:18,215 INFO  [scout-model-thread-20] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:ku79skvgr33aed8phrj045f05s... - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:18,215 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:ku79skvgr33aed8phrj045f05s from store (clientSessionId=a2575b95-22b4-4371-9685-dc8eacd18760) - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:18,215 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session a2575b95-22b4-4371-9685-dc8eacd18760 - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:18,215 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID a2575b95-22b4-4371-9685-dc8eacd18760 - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:18,216 INFO  [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session a2575b95-22b4-4371-9685-dc8eacd18760 is stopping, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID a2575b95-22b4-4371-9685-dc8eacd18760]
2021-07-31 21:36:18,216 INFO  [scout-model-thread-20] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:ku79skvgr33aed8phrj045f05s - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:18,216 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID a2575b95-22b4-4371-9685-dc8eacd18760 from session store - MDC[jobName=Performing session housekeeping for client session with ID a2575b95-22b4-4371-9685-dc8eacd18760]
2021-07-31 21:36:18,216 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID a2575b95-22b4-4371-9685-dc8eacd18760]
2021-07-31 21:36:18,217 INFO  [scout-model-thread-20] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@3bf57a3c[id = a2575b95-22b4-4371-9685-dc8eacd18760], user=jenkins] - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:18,217 INFO  [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID a2575b95-22b4-4371-9685-dc8eacd18760 terminated. - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:18,217 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID a2575b95-22b4-4371-9685-dc8eacd18760 from session store - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:18,217 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:18,217 INFO  [main] org.eclipse.scout.rt.ui.html.SessionStore - Session shutdown complete. - MDC[]
2021-07-31 21:36:18,218 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
2021-07-31 21:36:18,218 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:f14ajpkibd6b3r003jfshv16hk - MDC[]
2021-07-31 21:36:18,220 INFO  [scout-model-thread-20] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@5af392e0[id = 4a38eafe-4754-4db7-9b8d-4a8e7a9e6505], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=4a38eafe-4754-4db7-9b8d-4a8e7a9e6505]]
2021-07-31 21:36:18,220 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=4a38eafe-4754-4db7-9b8d-4a8e7a9e6505, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
2021-07-31 21:36:18,220 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
2021-07-31 21:36:18,222 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@666b1244 - MDC[]
2021-07-31 21:36:18,222 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:f14ajpkibd6b3r003jfshv16hk initialized - MDC[]
2021-07-31 21:36:18,222 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:f14ajpkibd6b3r003jfshv16hk in store (clientSessionId=4a38eafe-4754-4db7-9b8d-4a8e7a9e6505) - MDC[]
2021-07-31 21:36:18,224 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@32476177 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$6]
2021-07-31 21:36:18,224 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:f14ajpkibd6b3r003jfshv16hk [clientSessionId=4a38eafe-4754-4db7-9b8d-4a8e7a9e6505, processingJsonRequest=false] - MDC[]
2021-07-31 21:36:18,225 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:f14ajpkibd6b3r003jfshv16hk... - MDC[]
2021-07-31 21:36:18,225 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:f14ajpkibd6b3r003jfshv16hk from store (clientSessionId=4a38eafe-4754-4db7-9b8d-4a8e7a9e6505) - MDC[]
2021-07-31 21:36:18,225 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 4a38eafe-4754-4db7-9b8d-4a8e7a9e6505 - MDC[]
2021-07-31 21:36:18,225 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 4a38eafe-4754-4db7-9b8d-4a8e7a9e6505 - MDC[]
2021-07-31 21:36:18,225 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 4a38eafe-4754-4db7-9b8d-4a8e7a9e6505 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 4a38eafe-4754-4db7-9b8d-4a8e7a9e6505]
2021-07-31 21:36:18,225 INFO  [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Shutting down client session with ID 4a38eafe-4754-4db7-9b8d-4a8e7a9e6505 because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 4a38eafe-4754-4db7-9b8d-4a8e7a9e6505]
2021-07-31 21:36:18,225 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:f14ajpkibd6b3r003jfshv16hk - MDC[]
2021-07-31 21:36:18,225 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID 4a38eafe-4754-4db7-9b8d-4a8e7a9e6505 to shut down... - MDC[jobName=Force shutting down client session 4a38eafe-4754-4db7-9b8d-4a8e7a9e6505 by session housekeeping]
2021-07-31 21:36:18,431 INFO  [scout-thread-19] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 1 client sessions and 0 UI sessions - MDC[jobName=simulate session timeout]
2021-07-31 21:36:19,226 WARN  [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Client session did not stop within 1 seconds. Canceling shutdown job. - MDC[jobName=Performing session housekeeping for client session with ID 4a38eafe-4754-4db7-9b8d-4a8e7a9e6505]
2021-07-31 21:36:19,226 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 4a38eafe-4754-4db7-9b8d-4a8e7a9e6505 from session store - MDC[jobName=Performing session housekeeping for client session with ID 4a38eafe-4754-4db7-9b8d-4a8e7a9e6505]
2021-07-31 21:36:19,226 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID 4a38eafe-4754-4db7-9b8d-4a8e7a9e6505]
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.175 sec - in org.eclipse.scout.rt.ui.html.UiSessionTest
Running org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest
2021-07-31 21:36:19,427 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
2021-07-31 21:36:19,434 INFO  [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
2021-07-31 21:36:19,434 INFO  [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. - MDC[]
2021-07-31 21:36:19,434 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller - Don't overriding already installed MultiSessionCookieStore cookie handler from same deployment: java.net.CookieManager@230c693e (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@c665595) - MDC[]
2021-07-31 21:36:19,434 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
2021-07-31 21:36:19,435 INFO  [main] org.eclipse.scout.rt.ui.html.res.PrebuildFiles - Pre-building of web resources is enabled - MDC[]
2021-07-31 21:36:19,435 INFO  [main] org.eclipse.scout.rt.ui.html.res.PrebuildFiles - Finished pre-building of 0 web resources 0.007264 ms - MDC[]
2021-07-31 21:36:19,443 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
2021-07-31 21:36:19,444 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
2021-07-31 21:36:19,444 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Received: {"startup":true} - MDC[]
2021-07-31 21:36:19,444 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
2021-07-31 21:36:19,444 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Creating new UI session.... - MDC[]
2021-07-31 21:36:19,445 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.init'  - MDC[]
2021-07-31 21:36:19,445 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.getOrCreateClientSession'  - MDC[]
2021-07-31 21:36:19,445 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:dleaaka4pl4lk1taanbahaij14 - MDC[]
2021-07-31 21:36:19,446 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'ClientSession.execLoadSession'  - MDC[jobName=Starting ClientSession [sessionId=a12679a9-6b4a-472e-869d-236a11d1481d]]
2021-07-31 21:36:19,447 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@5ac9ba4c[id = a12679a9-6b4a-472e-869d-236a11d1481d], user=null] - MDC[jobName=Starting ClientSession [sessionId=a12679a9-6b4a-472e-869d-236a11d1481d]]
2021-07-31 21:36:19,447 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=a12679a9-6b4a-472e-869d-236a11d1481d, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
2021-07-31 21:36:19,448 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
2021-07-31 21:36:19,448 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execOpened'  - MDC[jobName=Starting Desktop]
2021-07-31 21:36:19,448 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execGuiAttached'  - MDC[jobName=Starting Desktop]
2021-07-31 21:36:19,449 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory - Using following object factories: [org.eclipse.scout.rt.ui.html.JsonObjectFactory@2235006f] - MDC[jobName=Starting JsonClientSession]
2021-07-31 21:36:19,449 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@a6a2c20 - MDC[]
2021-07-31 21:36:19,450 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:dleaaka4pl4lk1taanbahaij14 initialized - MDC[]
2021-07-31 21:36:19,450 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:dleaaka4pl4lk1taanbahaij14 in store (clientSessionId=a12679a9-6b4a-472e-869d-236a11d1481d) - MDC[]
2021-07-31 21:36:19,450 INFO  [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Created new UI session with ID 0:dleaaka4pl4lk1taanbahaij14 in 5.425878 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[]
2021-07-31 21:36:19,457 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [2, 3] - MDC[jobName=Transforming response to JSON]
2021-07-31 21:36:19,458 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Adapter count after request: 3 - MDC[]
2021-07-31 21:36:19,458 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Returned: {"startupData":{"uiSessionId":"0:dleaaka4pl4lk1taanbahaij14","clientSessionId":"a12679a9-6b4a-472e-869d-236a11d1481d","clientSession":"2","persistent":false,"locale":{"languageTag":"und","decimalFormatPatternDefault":"#,##0.###","dateFormatPatternDefault":"MMM d, yyyy","decimalFormatSymbols":{"decimalSeparator":".","groupingSeparator":",","minusSign":"-"},"dateFormatSymbols":{"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"am":"AM","pm":"PM"}},"textMap":{"Cancel":"Abbrechen","Column":"Spalte","ColumnSorting":"Sortierung","NavigationBackward":"Zurück","Ok":"OK","Remove":"Entfernen","ResetTableColumns":"Spalten zurücksetzen","ui.Active":"Aktive","ui.Aggregation":"Aggregierung","ui.All":"Alle","ui.Average":"Durchschnitt","ui.BooleanColumnGroupingFalse":"Nicht markierte","ui.BooleanColumnGroupingTrue":"Markierte","ui.Browse":"Durchsuchen","ui.CW":"KW {0}","ui.CalendarCalendarWeek":"K-Woche","ui.CalendarDay":"Tag","ui.CalendarMonth":"Monat","ui.CalendarToday":"Heute","ui.CalendarWeek":"Woche","ui.CalendarWorkWeek":"5 Tage","ui.CalendarYear":"Jahr","ui.CannotInsertTextTooLong":"Einfügen nicht möglich (Längenbeschränkung).","ui.ChooseFile":"Datei auswählen","ui.ChooseFiles":"Dateien auswählen","ui.ClipboardTimeout":"Zeitüberschreitung beim Einfügen aus Zwischenablage.","ui.ClipboardTimeoutTitle":"Zeitüberschreitung Zwischenablage","ui.Coloring":"Einfärbung","ui.Column":"Spalte","ui.ConnectionInterrupted":"Verbindung unterbrochen","ui.ConnectionReestablished":"Verbindung wiederhergestellt","ui.Continue":"Weiter","ui.Copy":"Kopieren","ui.Count":"Anzahl","ui.DateRange":"Datumsbereich","ui.EmptyCell":"-leer-","ui.ErrorCodeX":"Code {0}","ui.FileChooserHint":"Bitte gewünschte Dateien in diesen Bereich verschieben oder mit Durchsuchen auswählen.","ui.FileSizeLimit":"Die maximal erlaubte Grösse wurde überschritten ({0} MB).","ui.FileSizeLimitTitle":"Dateigrössenbeschränkung","ui.Filter":"Filter","ui.FilterBy_":"Filtern nach...","ui.FilterInfoCount":"({0})","ui.FilterInfoXOfY":"({0} von {1})","ui.FreeText":"Freitext","ui.FromXToY":"von {0} bis {1}","ui.Grouping":"Gruppierung","ui.Ignore":"Ignorieren","ui.Inactive":"Inaktive","ui.InternalProcessingErrorMsg":"Ein interner Verarbeitungsfehler ist aufgetreten{0}.","ui.InternalUiErrorMsg":"Ein interner UI-Fehler ist aufgetreten{0}.","ui.InvalidDateFormat":"Ungültiges Datumsformat","ui.LoadingPopupWindow":"Lade...","ui.Maximum":"Maximum","ui.Minimum":"Minimum","ui.Move":"Verschieben","ui.NetworkError":"Netzwerkfehler","ui.NumRowsFiltered":"{0} gefiltert","ui.NumRowsFilteredBy":"{0} gefiltert durch {1}","ui.NumRowsFilteredMin":"Gefiltert","ui.NumRowsLoaded":"{0} geladen","ui.NumRowsLoadedMin":"Geladen","ui.NumRowsRendered":"{0} gezeichnet","ui.NumRowsSelected":"{0} ausgewählt","ui.NumRowsSelectedMin":"Ausgewählt","ui.NumberRange":"Zahlenbereich","ui.OpenManually":"Manuell öffnen","ui.OtherValues":"Sonstige","ui.Outlines":"Sichten","ui.PleaseWait_":"Bitte warten...","ui.PopupBlockerDetected":"Das automatische Öffnen eines neuen Fensters wurde durch den Browser verhindert.","ui.Reconnecting_":"Verbinde...","ui.Reload":"Neu laden","ui.ReloadData":"Daten neu laden","ui.RemoveFilter":"Filter entfernen","ui.SearchFor_":"Suche nach...","ui.SelectAll":"Alle auswählen","ui.SelectAllFilter":"Alle","ui.SelectNone":"Keine auswählen","ui.SelectNoneFilter":"Keine","ui.ServerError":"Serverfehler","ui.SessionExpiredMsg":"Die Sitzung ist abgelaufen, bitte laden Sie die Seite neu.","ui.SessionTimeout":"Session-Timeout","ui.ShowAllNodes":"Alle {0} anzeigen","ui.Sum":"Summe","ui.TableRowCount":"{0} Zeilen","ui.TableRowCount0":"Keine Zeile","ui.TableRowCount1":"Eine Zeile","ui.Total":"Total","ui.UiInconsistentMsg":"Da sich die Benutzeroberfläche in einem inkonsistenten Zustand befinden könnte, wird empfohlen, die Seite neu zu laden.","ui.UnexpectedProblem":"Unerwartetes Problem","ui.UnsafeUpload":"Unsichere Datei hochgeladen","ui.UnsafeUploadMsg":"Die hochgeladene Datei ist unsicher. Bitte führen Sie einen Virus-Scan auf Ihrem System aus.","ui.Up":"Aufwärts","ui.Upload":"Hochladen","ui.add":"hinzufügen","ui.addColumn":"hinzufügen","ui.additionally":"zusätzlich","ui.ascending":"aufsteigend","ui.ascendingAdditionally":"zusätzlich aufsteigend","ui.backward":"nach hinten","ui.changeColumn":"ändern","ui.descending":"absteigend","ui.descendingAdditionally":"zusätzlich absteigend","ui.forward":"nach vorne","ui.from":"von","ui.fromGreenToRed":"von Grün nach Rot","ui.fromRedToGreen":"von Rot nach Grün","ui.grouped":"gruppiert","ui.groupedByMonth":"gruppiert nach Monat","ui.groupedByWeekday":"gruppiert nach Wochentag","ui.groupedByYear":"gruppiert nach Jahr","ui.groupingApply":"anwenden","ui.overEverything":"über alles","ui.overSelection":"über ausgewälte Zeilen","ui.remove":"entfernen","ui.removeColumn":"entfernen","ui.showEveryDate":"jedes Datum anzeigen","ui.to":"bis","ui.toBegin":"an den Anfang","ui.toEnd":"an das Ende","ui.withBarChart":"mit Balkendiagramm"}},"adapterData":{"2":{"id":"2","owner":"1","desktop":"3"},"3":{"id":"3","objectType":"Desktop","selectViewTabsKeyStrokeModifier":"control","navigationVisible":true,"selectViewTabsKeyStrokesEnabled":true,"benchVisible":true,"navigationHandleVisible":true,"headerVisible":true,"cacheSplitterPosition":true,"displayStyle":"default","keyStrokes":[]}}} - MDC[]
2021-07-31 21:36:19,459 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request completed in 14.683378 ms - MDC[]
2021-07-31 21:36:19,460 INFO  [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler - Unloading UI session with ID 0:dleaaka4pl4lk1taanbahaij14 (requested by UI) - MDC[]
2021-07-31 21:36:19,460 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.dispose'  - MDC[]
2021-07-31 21:36:19,460 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:dleaaka4pl4lk1taanbahaij14... - MDC[]
2021-07-31 21:36:19,460 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:dleaaka4pl4lk1taanbahaij14 from store (clientSessionId=a12679a9-6b4a-472e-869d-236a11d1481d) - MDC[]
2021-07-31 21:36:19,460 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session a12679a9-6b4a-472e-869d-236a11d1481d - MDC[]
2021-07-31 21:36:19,460 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID a12679a9-6b4a-472e-869d-236a11d1481d - MDC[]
2021-07-31 21:36:19,460 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execGuiDetached'  - MDC[jobName=Detaching Gui]
2021-07-31 21:36:21,072 WARN  [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession - Failed to await for running jobs to complete. - MDC[jobName=Closing desktop due to HTTP session invalidation]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while waiting for jobs to complete [calling-thread=scout-model-thread-22]
	at org.eclipse.scout.rt.platform.job.internal.JobExceptionTranslator.translateInterruptedException(JobExceptionTranslator.java:49)
	at org.eclipse.scout.rt.platform.job.internal.JobManager.awaitDone(JobManager.java:181)
	at org.eclipse.scout.rt.client.AbstractClientSession.cancelRunningJobs(AbstractClientSession.java:496)
	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:471)
	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:422)
	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2429)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56)
	at com.sun.proxy.$Proxy25.closeFromUI(Unknown Source)
	at org.eclipse.scout.rt.ui.html.SessionStore.forceClientSessionShutdown(SessionStore.java:500)
	at org.eclipse.scout.rt.ui.html.SessionStore$3.run(SessionStore.java:539)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
Caused by: java.lang.InterruptedException: null
	at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1220)
	at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.lockInterruptibly(ReentrantReadWriteLock.java:998)
	at org.eclipse.scout.rt.platform.job.internal.FutureSet.awaitDone(FutureSet.java:189)
	at org.eclipse.scout.rt.platform.job.internal.JobManager.awaitDone(JobManager.java:174)
	... 35 common frames omitted
2021-07-31 21:36:21,073 INFO  [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@474324d4[id = e016c792-0bbf-4ab7-bfcb-308028b97cff], user=jenkins] - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:21,073 INFO  [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID e016c792-0bbf-4ab7-bfcb-308028b97cff terminated. - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:21,073 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID e016c792-0bbf-4ab7-bfcb-308028b97cff from session store - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:21,073 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Closing desktop due to HTTP session invalidation]
2021-07-31 21:36:21,461 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'SessionStore.doHousekeeping'  - MDC[jobName=Performing session housekeeping for client session with ID a12679a9-6b4a-472e-869d-236a11d1481d]
2021-07-31 21:36:21,461 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session a12679a9-6b4a-472e-869d-236a11d1481d referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID a12679a9-6b4a-472e-869d-236a11d1481d]
2021-07-31 21:36:21,461 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Shutting down client session with ID a12679a9-6b4a-472e-869d-236a11d1481d because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID a12679a9-6b4a-472e-869d-236a11d1481d]
2021-07-31 21:36:21,462 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID a12679a9-6b4a-472e-869d-236a11d1481d to shut down... - MDC[jobName=Force shutting down client session a12679a9-6b4a-472e-869d-236a11d1481d by session housekeeping]
2021-07-31 21:36:21,462 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'ClientSession.stopping'  - MDC[jobName=Force shutting down client session a12679a9-6b4a-472e-869d-236a11d1481d by session housekeeping]
2021-07-31 21:36:21,462 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'ClientSession.execStoreSession'  - MDC[jobName=Force shutting down client session a12679a9-6b4a-472e-869d-236a11d1481d by session housekeeping]
2021-07-31 21:36:21,462 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execClosing'  - MDC[jobName=Force shutting down client session a12679a9-6b4a-472e-869d-236a11d1481d by session housekeeping]
2021-07-31 21:36:21,462 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@5ac9ba4c[id = a12679a9-6b4a-472e-869d-236a11d1481d], user=null] - MDC[jobName=Force shutting down client session a12679a9-6b4a-472e-869d-236a11d1481d by session housekeeping]
2021-07-31 21:36:21,462 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'ClientSession.stopped'  - MDC[jobName=Force shutting down client session a12679a9-6b4a-472e-869d-236a11d1481d by session housekeeping]
2021-07-31 21:36:21,462 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID a12679a9-6b4a-472e-869d-236a11d1481d terminated. - MDC[jobName=Force shutting down client session a12679a9-6b4a-472e-869d-236a11d1481d by session housekeeping]
2021-07-31 21:36:21,463 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID a12679a9-6b4a-472e-869d-236a11d1481d from session store - MDC[jobName=Performing session housekeeping for client session with ID a12679a9-6b4a-472e-869d-236a11d1481d]
2021-07-31 21:36:21,463 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID a12679a9-6b4a-472e-869d-236a11d1481d]
2021-07-31 21:36:21,463 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID a12679a9-6b4a-472e-869d-236a11d1481d]
2021-07-31 21:36:21,463 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID a12679a9-6b4a-472e-869d-236a11d1481d]
2021-07-31 21:36:21,464 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
2021-07-31 21:36:21,464 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
2021-07-31 21:36:21,464 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Received: {"startup":true} - MDC[]
2021-07-31 21:36:21,464 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
2021-07-31 21:36:21,464 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Creating new UI session.... - MDC[]
2021-07-31 21:36:21,465 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.init'  - MDC[]
2021-07-31 21:36:21,465 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.getOrCreateClientSession'  - MDC[]
2021-07-31 21:36:21,465 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:3hnlqf421p6ol50lfk7538sv4o - MDC[]
2021-07-31 21:36:21,465 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'ClientSession.execLoadSession'  - MDC[jobName=Starting ClientSession [sessionId=9bdd8836-8504-4e62-aa2a-1045f23d172e]]
2021-07-31 21:36:21,467 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@7e6b7dfe[id = 9bdd8836-8504-4e62-aa2a-1045f23d172e], user=null] - MDC[jobName=Starting ClientSession [sessionId=9bdd8836-8504-4e62-aa2a-1045f23d172e]]
2021-07-31 21:36:21,467 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=9bdd8836-8504-4e62-aa2a-1045f23d172e, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
2021-07-31 21:36:21,467 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
2021-07-31 21:36:21,468 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execOpened'  - MDC[jobName=Starting Desktop]
2021-07-31 21:36:21,468 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execGuiAttached'  - MDC[jobName=Starting Desktop]
2021-07-31 21:36:21,469 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@a6a2c20 - MDC[]
2021-07-31 21:36:21,470 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:3hnlqf421p6ol50lfk7538sv4o initialized - MDC[]
2021-07-31 21:36:21,470 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:3hnlqf421p6ol50lfk7538sv4o in store (clientSessionId=9bdd8836-8504-4e62-aa2a-1045f23d172e) - MDC[]
2021-07-31 21:36:21,470 INFO  [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Created new UI session with ID 0:3hnlqf421p6ol50lfk7538sv4o in 5.389799 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[]
2021-07-31 21:36:21,472 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [2, 3] - MDC[jobName=Transforming response to JSON]
2021-07-31 21:36:21,472 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Adapter count after request: 3 - MDC[]
2021-07-31 21:36:21,472 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Returned: {"startupData":{"uiSessionId":"0:3hnlqf421p6ol50lfk7538sv4o","clientSessionId":"9bdd8836-8504-4e62-aa2a-1045f23d172e","clientSession":"2","persistent":false,"locale":{"languageTag":"und","decimalFormatPatternDefault":"#,##0.###","dateFormatPatternDefault":"MMM d, yyyy","decimalFormatSymbols":{"decimalSeparator":".","groupingSeparator":",","minusSign":"-"},"dateFormatSymbols":{"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"am":"AM","pm":"PM"}},"textMap":{"Cancel":"Abbrechen","Column":"Spalte","ColumnSorting":"Sortierung","NavigationBackward":"Zurück","Ok":"OK","Remove":"Entfernen","ResetTableColumns":"Spalten zurücksetzen","ui.Active":"Aktive","ui.Aggregation":"Aggregierung","ui.All":"Alle","ui.Average":"Durchschnitt","ui.BooleanColumnGroupingFalse":"Nicht markierte","ui.BooleanColumnGroupingTrue":"Markierte","ui.Browse":"Durchsuchen","ui.CW":"KW {0}","ui.CalendarCalendarWeek":"K-Woche","ui.CalendarDay":"Tag","ui.CalendarMonth":"Monat","ui.CalendarToday":"Heute","ui.CalendarWeek":"Woche","ui.CalendarWorkWeek":"5 Tage","ui.CalendarYear":"Jahr","ui.CannotInsertTextTooLong":"Einfügen nicht möglich (Längenbeschränkung).","ui.ChooseFile":"Datei auswählen","ui.ChooseFiles":"Dateien auswählen","ui.ClipboardTimeout":"Zeitüberschreitung beim Einfügen aus Zwischenablage.","ui.ClipboardTimeoutTitle":"Zeitüberschreitung Zwischenablage","ui.Coloring":"Einfärbung","ui.Column":"Spalte","ui.ConnectionInterrupted":"Verbindung unterbrochen","ui.ConnectionReestablished":"Verbindung wiederhergestellt","ui.Continue":"Weiter","ui.Copy":"Kopieren","ui.Count":"Anzahl","ui.DateRange":"Datumsbereich","ui.EmptyCell":"-leer-","ui.ErrorCodeX":"Code {0}","ui.FileChooserHint":"Bitte gewünschte Dateien in diesen Bereich verschieben oder mit Durchsuchen auswählen.","ui.FileSizeLimit":"Die maximal erlaubte Grösse wurde überschritten ({0} MB).","ui.FileSizeLimitTitle":"Dateigrössenbeschränkung","ui.Filter":"Filter","ui.FilterBy_":"Filtern nach...","ui.FilterInfoCount":"({0})","ui.FilterInfoXOfY":"({0} von {1})","ui.FreeText":"Freitext","ui.FromXToY":"von {0} bis {1}","ui.Grouping":"Gruppierung","ui.Ignore":"Ignorieren","ui.Inactive":"Inaktive","ui.InternalProcessingErrorMsg":"Ein interner Verarbeitungsfehler ist aufgetreten{0}.","ui.InternalUiErrorMsg":"Ein interner UI-Fehler ist aufgetreten{0}.","ui.InvalidDateFormat":"Ungültiges Datumsformat","ui.LoadingPopupWindow":"Lade...","ui.Maximum":"Maximum","ui.Minimum":"Minimum","ui.Move":"Verschieben","ui.NetworkError":"Netzwerkfehler","ui.NumRowsFiltered":"{0} gefiltert","ui.NumRowsFilteredBy":"{0} gefiltert durch {1}","ui.NumRowsFilteredMin":"Gefiltert","ui.NumRowsLoaded":"{0} geladen","ui.NumRowsLoadedMin":"Geladen","ui.NumRowsRendered":"{0} gezeichnet","ui.NumRowsSelected":"{0} ausgewählt","ui.NumRowsSelectedMin":"Ausgewählt","ui.NumberRange":"Zahlenbereich","ui.OpenManually":"Manuell öffnen","ui.OtherValues":"Sonstige","ui.Outlines":"Sichten","ui.PleaseWait_":"Bitte warten...","ui.PopupBlockerDetected":"Das automatische Öffnen eines neuen Fensters wurde durch den Browser verhindert.","ui.Reconnecting_":"Verbinde...","ui.Reload":"Neu laden","ui.ReloadData":"Daten neu laden","ui.RemoveFilter":"Filter entfernen","ui.SearchFor_":"Suche nach...","ui.SelectAll":"Alle auswählen","ui.SelectAllFilter":"Alle","ui.SelectNone":"Keine auswählen","ui.SelectNoneFilter":"Keine","ui.ServerError":"Serverfehler","ui.SessionExpiredMsg":"Die Sitzung ist abgelaufen, bitte laden Sie die Seite neu.","ui.SessionTimeout":"Session-Timeout","ui.ShowAllNodes":"Alle {0} anzeigen","ui.Sum":"Summe","ui.TableRowCount":"{0} Zeilen","ui.TableRowCount0":"Keine Zeile","ui.TableRowCount1":"Eine Zeile","ui.Total":"Total","ui.UiInconsistentMsg":"Da sich die Benutzeroberfläche in einem inkonsistenten Zustand befinden könnte, wird empfohlen, die Seite neu zu laden.","ui.UnexpectedProblem":"Unerwartetes Problem","ui.UnsafeUpload":"Unsichere Datei hochgeladen","ui.UnsafeUploadMsg":"Die hochgeladene Datei ist unsicher. Bitte führen Sie einen Virus-Scan auf Ihrem System aus.","ui.Up":"Aufwärts","ui.Upload":"Hochladen","ui.add":"hinzufügen","ui.addColumn":"hinzufügen","ui.additionally":"zusätzlich","ui.ascending":"aufsteigend","ui.ascendingAdditionally":"zusätzlich aufsteigend","ui.backward":"nach hinten","ui.changeColumn":"ändern","ui.descending":"absteigend","ui.descendingAdditionally":"zusätzlich absteigend","ui.forward":"nach vorne","ui.from":"von","ui.fromGreenToRed":"von Grün nach Rot","ui.fromRedToGreen":"von Rot nach Grün","ui.grouped":"gruppiert","ui.groupedByMonth":"gruppiert nach Monat","ui.groupedByWeekday":"gruppiert nach Wochentag","ui.groupedByYear":"gruppiert nach Jahr","ui.groupingApply":"anwenden","ui.overEverything":"über alles","ui.overSelection":"über ausgewälte Zeilen","ui.remove":"entfernen","ui.removeColumn":"entfernen","ui.showEveryDate":"jedes Datum anzeigen","ui.to":"bis","ui.toBegin":"an den Anfang","ui.toEnd":"an das Ende","ui.withBarChart":"mit Balkendiagramm"}},"adapterData":{"2":{"id":"2","owner":"1","desktop":"3"},"3":{"id":"3","objectType":"Desktop","selectViewTabsKeyStrokeModifier":"control","navigationVisible":true,"selectViewTabsKeyStrokesEnabled":true,"benchVisible":true,"navigationHandleVisible":true,"headerVisible":true,"cacheSplitterPosition":true,"displayStyle":"default","keyStrokes":[]}}} - MDC[]
2021-07-31 21:36:21,472 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request completed in 8.211725 ms - MDC[]
2021-07-31 21:36:21,473 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
2021-07-31 21:36:21,474 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Received: {"startup":true, "clientSessionId":"9bdd8836-8504-4e62-aa2a-1045f23d172e"} - MDC[]
2021-07-31 21:36:21,474 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
2021-07-31 21:36:21,474 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Creating new UI session.... - MDC[]
2021-07-31 21:36:21,474 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.init'  - MDC[]
2021-07-31 21:36:21,474 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.getOrCreateClientSession'  - MDC[]
2021-07-31 21:36:21,474 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:h3b7cc56tshkfhfbhd07tuj0to - MDC[]
2021-07-31 21:36:21,474 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Using cached client session [clientSessionId=9bdd8836-8504-4e62-aa2a-1045f23d172e] - MDC[]
2021-07-31 21:36:21,474 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
2021-07-31 21:36:21,476 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@a6a2c20 - MDC[]
2021-07-31 21:36:21,476 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:h3b7cc56tshkfhfbhd07tuj0to initialized - MDC[]
2021-07-31 21:36:21,476 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:h3b7cc56tshkfhfbhd07tuj0to in store (clientSessionId=9bdd8836-8504-4e62-aa2a-1045f23d172e) - MDC[]
2021-07-31 21:36:21,476 INFO  [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Created new UI session with ID 0:h3b7cc56tshkfhfbhd07tuj0to in 2.547983 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[]
2021-07-31 21:36:21,478 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [2, 3] - MDC[jobName=Transforming response to JSON]
2021-07-31 21:36:21,478 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Adapter count after request: 3 - MDC[]
2021-07-31 21:36:21,478 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Returned: {"startupData":{"uiSessionId":"0:h3b7cc56tshkfhfbhd07tuj0to","clientSessionId":"9bdd8836-8504-4e62-aa2a-1045f23d172e","clientSession":"2","persistent":false,"locale":{"languageTag":"und","decimalFormatPatternDefault":"#,##0.###","dateFormatPatternDefault":"MMM d, yyyy","decimalFormatSymbols":{"decimalSeparator":".","groupingSeparator":",","minusSign":"-"},"dateFormatSymbols":{"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"am":"AM","pm":"PM"}},"textMap":{"Cancel":"Abbrechen","Column":"Spalte","ColumnSorting":"Sortierung","NavigationBackward":"Zurück","Ok":"OK","Remove":"Entfernen","ResetTableColumns":"Spalten zurücksetzen","ui.Active":"Aktive","ui.Aggregation":"Aggregierung","ui.All":"Alle","ui.Average":"Durchschnitt","ui.BooleanColumnGroupingFalse":"Nicht markierte","ui.BooleanColumnGroupingTrue":"Markierte","ui.Browse":"Durchsuchen","ui.CW":"KW {0}","ui.CalendarCalendarWeek":"K-Woche","ui.CalendarDay":"Tag","ui.CalendarMonth":"Monat","ui.CalendarToday":"Heute","ui.CalendarWeek":"Woche","ui.CalendarWorkWeek":"5 Tage","ui.CalendarYear":"Jahr","ui.CannotInsertTextTooLong":"Einfügen nicht möglich (Längenbeschränkung).","ui.ChooseFile":"Datei auswählen","ui.ChooseFiles":"Dateien auswählen","ui.ClipboardTimeout":"Zeitüberschreitung beim Einfügen aus Zwischenablage.","ui.ClipboardTimeoutTitle":"Zeitüberschreitung Zwischenablage","ui.Coloring":"Einfärbung","ui.Column":"Spalte","ui.ConnectionInterrupted":"Verbindung unterbrochen","ui.ConnectionReestablished":"Verbindung wiederhergestellt","ui.Continue":"Weiter","ui.Copy":"Kopieren","ui.Count":"Anzahl","ui.DateRange":"Datumsbereich","ui.EmptyCell":"-leer-","ui.ErrorCodeX":"Code {0}","ui.FileChooserHint":"Bitte gewünschte Dateien in diesen Bereich verschieben oder mit Durchsuchen auswählen.","ui.FileSizeLimit":"Die maximal erlaubte Grösse wurde überschritten ({0} MB).","ui.FileSizeLimitTitle":"Dateigrössenbeschränkung","ui.Filter":"Filter","ui.FilterBy_":"Filtern nach...","ui.FilterInfoCount":"({0})","ui.FilterInfoXOfY":"({0} von {1})","ui.FreeText":"Freitext","ui.FromXToY":"von {0} bis {1}","ui.Grouping":"Gruppierung","ui.Ignore":"Ignorieren","ui.Inactive":"Inaktive","ui.InternalProcessingErrorMsg":"Ein interner Verarbeitungsfehler ist aufgetreten{0}.","ui.InternalUiErrorMsg":"Ein interner UI-Fehler ist aufgetreten{0}.","ui.InvalidDateFormat":"Ungültiges Datumsformat","ui.LoadingPopupWindow":"Lade...","ui.Maximum":"Maximum","ui.Minimum":"Minimum","ui.Move":"Verschieben","ui.NetworkError":"Netzwerkfehler","ui.NumRowsFiltered":"{0} gefiltert","ui.NumRowsFilteredBy":"{0} gefiltert durch {1}","ui.NumRowsFilteredMin":"Gefiltert","ui.NumRowsLoaded":"{0} geladen","ui.NumRowsLoadedMin":"Geladen","ui.NumRowsRendered":"{0} gezeichnet","ui.NumRowsSelected":"{0} ausgewählt","ui.NumRowsSelectedMin":"Ausgewählt","ui.NumberRange":"Zahlenbereich","ui.OpenManually":"Manuell öffnen","ui.OtherValues":"Sonstige","ui.Outlines":"Sichten","ui.PleaseWait_":"Bitte warten...","ui.PopupBlockerDetected":"Das automatische Öffnen eines neuen Fensters wurde durch den Browser verhindert.","ui.Reconnecting_":"Verbinde...","ui.Reload":"Neu laden","ui.ReloadData":"Daten neu laden","ui.RemoveFilter":"Filter entfernen","ui.SearchFor_":"Suche nach...","ui.SelectAll":"Alle auswählen","ui.SelectAllFilter":"Alle","ui.SelectNone":"Keine auswählen","ui.SelectNoneFilter":"Keine","ui.ServerError":"Serverfehler","ui.SessionExpiredMsg":"Die Sitzung ist abgelaufen, bitte laden Sie die Seite neu.","ui.SessionTimeout":"Session-Timeout","ui.ShowAllNodes":"Alle {0} anzeigen","ui.Sum":"Summe","ui.TableRowCount":"{0} Zeilen","ui.TableRowCount0":"Keine Zeile","ui.TableRowCount1":"Eine Zeile","ui.Total":"Total","ui.UiInconsistentMsg":"Da sich die Benutzeroberfläche in einem inkonsistenten Zustand befinden könnte, wird empfohlen, die Seite neu zu laden.","ui.UnexpectedProblem":"Unerwartetes Problem","ui.UnsafeUpload":"Unsichere Datei hochgeladen","ui.UnsafeUploadMsg":"Die hochgeladene Datei ist unsicher. Bitte führen Sie einen Virus-Scan auf Ihrem System aus.","ui.Up":"Aufwärts","ui.Upload":"Hochladen","ui.add":"hinzufügen","ui.addColumn":"hinzufügen","ui.additionally":"zusätzlich","ui.ascending":"aufsteigend","ui.ascendingAdditionally":"zusätzlich aufsteigend","ui.backward":"nach hinten","ui.changeColumn":"ändern","ui.descending":"absteigend","ui.descendingAdditionally":"zusätzlich absteigend","ui.forward":"nach vorne","ui.from":"von","ui.fromGreenToRed":"von Grün nach Rot","ui.fromRedToGreen":"von Rot nach Grün","ui.grouped":"gruppiert","ui.groupedByMonth":"gruppiert nach Monat","ui.groupedByWeekday":"gruppiert nach Wochentag","ui.groupedByYear":"gruppiert nach Jahr","ui.groupingApply":"anwenden","ui.overEverything":"über alles","ui.overSelection":"über ausgewälte Zeilen","ui.remove":"entfernen","ui.removeColumn":"entfernen","ui.showEveryDate":"jedes Datum anzeigen","ui.to":"bis","ui.toBegin":"an den Anfang","ui.toEnd":"an das Ende","ui.withBarChart":"mit Balkendiagramm"}},"adapterData":{"2":{"id":"2","owner":"1","desktop":"3"},"3":{"id":"3","objectType":"Desktop","selectViewTabsKeyStrokeModifier":"control","navigationVisible":true,"selectViewTabsKeyStrokesEnabled":true,"benchVisible":true,"navigationHandleVisible":true,"headerVisible":true,"cacheSplitterPosition":true,"displayStyle":"default","keyStrokes":[]}}} - MDC[]
2021-07-31 21:36:21,478 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request completed in 5.014096 ms - MDC[]
2021-07-31 21:36:21,479 INFO  [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler - Unloading UI session with ID 0:3hnlqf421p6ol50lfk7538sv4o (requested by UI) - MDC[]
2021-07-31 21:36:21,480 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.dispose'  - MDC[]
2021-07-31 21:36:21,480 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:3hnlqf421p6ol50lfk7538sv4o... - MDC[]
2021-07-31 21:36:21,480 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:3hnlqf421p6ol50lfk7538sv4o from store (clientSessionId=9bdd8836-8504-4e62-aa2a-1045f23d172e) - MDC[]
2021-07-31 21:36:21,480 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 1 UI sessions and 0 preregistered UI session remaining for client session 9bdd8836-8504-4e62-aa2a-1045f23d172e - MDC[]
2021-07-31 21:36:21,480 INFO  [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler - Unloading UI session with ID 0:h3b7cc56tshkfhfbhd07tuj0to (requested by UI) - MDC[]
2021-07-31 21:36:21,481 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.dispose'  - MDC[]
2021-07-31 21:36:21,481 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:h3b7cc56tshkfhfbhd07tuj0to... - MDC[]
2021-07-31 21:36:21,481 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:h3b7cc56tshkfhfbhd07tuj0to from store (clientSessionId=9bdd8836-8504-4e62-aa2a-1045f23d172e) - MDC[]
2021-07-31 21:36:21,481 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 9bdd8836-8504-4e62-aa2a-1045f23d172e - MDC[]
2021-07-31 21:36:21,481 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 9bdd8836-8504-4e62-aa2a-1045f23d172e - MDC[]
2021-07-31 21:36:21,481 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execGuiDetached'  - MDC[jobName=Detaching Gui]
2021-07-31 21:36:23,232 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Failed to await for running jobs to complete. - MDC[jobName=Force shutting down client session 4a38eafe-4754-4db7-9b8d-4a8e7a9e6505 by session housekeeping]
org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while waiting for jobs to complete [calling-thread=scout-model-thread-24]
	at org.eclipse.scout.rt.platform.job.internal.JobExceptionTranslator.translateInterruptedException(JobExceptionTranslator.java:49)
	at org.eclipse.scout.rt.platform.job.internal.JobManager.awaitDone(JobManager.java:181)
	at org.eclipse.scout.rt.client.AbstractClientSession.cancelRunningJobs(AbstractClientSession.java:496)
	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:471)
	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:422)
	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2429)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56)
	at com.sun.proxy.$Proxy25.closeFromUI(Unknown Source)
	at org.eclipse.scout.rt.ui.html.SessionStore.forceClientSessionShutdown(SessionStore.java:500)
	at org.eclipse.scout.rt.ui.html.SessionStore$2.run(SessionStore.java:411)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
Caused by: java.lang.InterruptedException: null
	at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1220)
	at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.lockInterruptibly(ReentrantReadWriteLock.java:998)
	at org.eclipse.scout.rt.platform.job.internal.FutureSet.awaitDone(FutureSet.java:189)
	at org.eclipse.scout.rt.platform.job.internal.JobManager.awaitDone(JobManager.java:174)
	... 35 common frames omitted
2021-07-31 21:36:23,233 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@5af392e0[id = 4a38eafe-4754-4db7-9b8d-4a8e7a9e6505], user=jenkins] - MDC[jobName=Force shutting down client session 4a38eafe-4754-4db7-9b8d-4a8e7a9e6505 by session housekeeping]
2021-07-31 21:36:23,233 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID 4a38eafe-4754-4db7-9b8d-4a8e7a9e6505 terminated. - MDC[jobName=Force shutting down client session 4a38eafe-4754-4db7-9b8d-4a8e7a9e6505 by session housekeeping]
2021-07-31 21:36:23,481 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'SessionStore.doHousekeeping'  - MDC[jobName=Performing session housekeeping for client session with ID 9bdd8836-8504-4e62-aa2a-1045f23d172e]
2021-07-31 21:36:23,482 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 9bdd8836-8504-4e62-aa2a-1045f23d172e referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 9bdd8836-8504-4e62-aa2a-1045f23d172e]
2021-07-31 21:36:23,482 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Shutting down client session with ID 9bdd8836-8504-4e62-aa2a-1045f23d172e because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 9bdd8836-8504-4e62-aa2a-1045f23d172e]
2021-07-31 21:36:23,483 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID 9bdd8836-8504-4e62-aa2a-1045f23d172e to shut down... - MDC[jobName=Force shutting down client session 9bdd8836-8504-4e62-aa2a-1045f23d172e by session housekeeping]
2021-07-31 21:36:23,484 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'ClientSession.stopping'  - MDC[jobName=Force shutting down client session 9bdd8836-8504-4e62-aa2a-1045f23d172e by session housekeeping]
2021-07-31 21:36:23,484 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'ClientSession.execStoreSession'  - MDC[jobName=Force shutting down client session 9bdd8836-8504-4e62-aa2a-1045f23d172e by session housekeeping]
2021-07-31 21:36:23,484 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execClosing'  - MDC[jobName=Force shutting down client session 9bdd8836-8504-4e62-aa2a-1045f23d172e by session housekeeping]
2021-07-31 21:36:23,484 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@7e6b7dfe[id = 9bdd8836-8504-4e62-aa2a-1045f23d172e], user=null] - MDC[jobName=Force shutting down client session 9bdd8836-8504-4e62-aa2a-1045f23d172e by session housekeeping]
2021-07-31 21:36:23,484 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'ClientSession.stopped'  - MDC[jobName=Force shutting down client session 9bdd8836-8504-4e62-aa2a-1045f23d172e by session housekeeping]
2021-07-31 21:36:23,484 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID 9bdd8836-8504-4e62-aa2a-1045f23d172e terminated. - MDC[jobName=Force shutting down client session 9bdd8836-8504-4e62-aa2a-1045f23d172e by session housekeeping]
2021-07-31 21:36:23,484 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 9bdd8836-8504-4e62-aa2a-1045f23d172e from session store - MDC[jobName=Performing session housekeeping for client session with ID 9bdd8836-8504-4e62-aa2a-1045f23d172e]
2021-07-31 21:36:23,484 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID 9bdd8836-8504-4e62-aa2a-1045f23d172e]
2021-07-31 21:36:23,484 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID 9bdd8836-8504-4e62-aa2a-1045f23d172e]
2021-07-31 21:36:23,484 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 9bdd8836-8504-4e62-aa2a-1045f23d172e]
2021-07-31 21:36:23,485 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
2021-07-31 21:36:23,486 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
2021-07-31 21:36:23,486 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Received: {"startup":true} - MDC[]
2021-07-31 21:36:23,486 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
2021-07-31 21:36:23,486 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Creating new UI session.... - MDC[]
2021-07-31 21:36:23,486 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.init'  - MDC[]
2021-07-31 21:36:23,486 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.getOrCreateClientSession'  - MDC[]
2021-07-31 21:36:23,486 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:o83ta6g8dutf0el70jo43nfnks - MDC[]
2021-07-31 21:36:23,487 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'ClientSession.execLoadSession'  - MDC[jobName=Starting ClientSession [sessionId=d41fe37f-8d14-4a53-b080-dce1d1a8c68a]]
2021-07-31 21:36:23,488 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@71651e64[id = d41fe37f-8d14-4a53-b080-dce1d1a8c68a], user=null] - MDC[jobName=Starting ClientSession [sessionId=d41fe37f-8d14-4a53-b080-dce1d1a8c68a]]
2021-07-31 21:36:23,488 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=d41fe37f-8d14-4a53-b080-dce1d1a8c68a, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
2021-07-31 21:36:23,488 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
2021-07-31 21:36:23,488 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execOpened'  - MDC[jobName=Starting Desktop]
2021-07-31 21:36:23,489 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execGuiAttached'  - MDC[jobName=Starting Desktop]
2021-07-31 21:36:23,490 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@a6a2c20 - MDC[]
2021-07-31 21:36:23,490 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:o83ta6g8dutf0el70jo43nfnks initialized - MDC[]
2021-07-31 21:36:23,490 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:o83ta6g8dutf0el70jo43nfnks in store (clientSessionId=d41fe37f-8d14-4a53-b080-dce1d1a8c68a) - MDC[]
2021-07-31 21:36:23,490 INFO  [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Created new UI session with ID 0:o83ta6g8dutf0el70jo43nfnks in 4.179269 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[]
2021-07-31 21:36:23,492 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [2, 3] - MDC[jobName=Transforming response to JSON]
2021-07-31 21:36:23,492 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Adapter count after request: 3 - MDC[]
2021-07-31 21:36:23,492 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Returned: {"startupData":{"uiSessionId":"0:o83ta6g8dutf0el70jo43nfnks","clientSessionId":"d41fe37f-8d14-4a53-b080-dce1d1a8c68a","clientSession":"2","persistent":false,"locale":{"languageTag":"und","decimalFormatPatternDefault":"#,##0.###","dateFormatPatternDefault":"MMM d, yyyy","decimalFormatSymbols":{"decimalSeparator":".","groupingSeparator":",","minusSign":"-"},"dateFormatSymbols":{"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"am":"AM","pm":"PM"}},"textMap":{"Cancel":"Abbrechen","Column":"Spalte","ColumnSorting":"Sortierung","NavigationBackward":"Zurück","Ok":"OK","Remove":"Entfernen","ResetTableColumns":"Spalten zurücksetzen","ui.Active":"Aktive","ui.Aggregation":"Aggregierung","ui.All":"Alle","ui.Average":"Durchschnitt","ui.BooleanColumnGroupingFalse":"Nicht markierte","ui.BooleanColumnGroupingTrue":"Markierte","ui.Browse":"Durchsuchen","ui.CW":"KW {0}","ui.CalendarCalendarWeek":"K-Woche","ui.CalendarDay":"Tag","ui.CalendarMonth":"Monat","ui.CalendarToday":"Heute","ui.CalendarWeek":"Woche","ui.CalendarWorkWeek":"5 Tage","ui.CalendarYear":"Jahr","ui.CannotInsertTextTooLong":"Einfügen nicht möglich (Längenbeschränkung).","ui.ChooseFile":"Datei auswählen","ui.ChooseFiles":"Dateien auswählen","ui.ClipboardTimeout":"Zeitüberschreitung beim Einfügen aus Zwischenablage.","ui.ClipboardTimeoutTitle":"Zeitüberschreitung Zwischenablage","ui.Coloring":"Einfärbung","ui.Column":"Spalte","ui.ConnectionInterrupted":"Verbindung unterbrochen","ui.ConnectionReestablished":"Verbindung wiederhergestellt","ui.Continue":"Weiter","ui.Copy":"Kopieren","ui.Count":"Anzahl","ui.DateRange":"Datumsbereich","ui.EmptyCell":"-leer-","ui.ErrorCodeX":"Code {0}","ui.FileChooserHint":"Bitte gewünschte Dateien in diesen Bereich verschieben oder mit Durchsuchen auswählen.","ui.FileSizeLimit":"Die maximal erlaubte Grösse wurde überschritten ({0} MB).","ui.FileSizeLimitTitle":"Dateigrössenbeschränkung","ui.Filter":"Filter","ui.FilterBy_":"Filtern nach...","ui.FilterInfoCount":"({0})","ui.FilterInfoXOfY":"({0} von {1})","ui.FreeText":"Freitext","ui.FromXToY":"von {0} bis {1}","ui.Grouping":"Gruppierung","ui.Ignore":"Ignorieren","ui.Inactive":"Inaktive","ui.InternalProcessingErrorMsg":"Ein interner Verarbeitungsfehler ist aufgetreten{0}.","ui.InternalUiErrorMsg":"Ein interner UI-Fehler ist aufgetreten{0}.","ui.InvalidDateFormat":"Ungültiges Datumsformat","ui.LoadingPopupWindow":"Lade...","ui.Maximum":"Maximum","ui.Minimum":"Minimum","ui.Move":"Verschieben","ui.NetworkError":"Netzwerkfehler","ui.NumRowsFiltered":"{0} gefiltert","ui.NumRowsFilteredBy":"{0} gefiltert durch {1}","ui.NumRowsFilteredMin":"Gefiltert","ui.NumRowsLoaded":"{0} geladen","ui.NumRowsLoadedMin":"Geladen","ui.NumRowsRendered":"{0} gezeichnet","ui.NumRowsSelected":"{0} ausgewählt","ui.NumRowsSelectedMin":"Ausgewählt","ui.NumberRange":"Zahlenbereich","ui.OpenManually":"Manuell öffnen","ui.OtherValues":"Sonstige","ui.Outlines":"Sichten","ui.PleaseWait_":"Bitte warten...","ui.PopupBlockerDetected":"Das automatische Öffnen eines neuen Fensters wurde durch den Browser verhindert.","ui.Reconnecting_":"Verbinde...","ui.Reload":"Neu laden","ui.ReloadData":"Daten neu laden","ui.RemoveFilter":"Filter entfernen","ui.SearchFor_":"Suche nach...","ui.SelectAll":"Alle auswählen","ui.SelectAllFilter":"Alle","ui.SelectNone":"Keine auswählen","ui.SelectNoneFilter":"Keine","ui.ServerError":"Serverfehler","ui.SessionExpiredMsg":"Die Sitzung ist abgelaufen, bitte laden Sie die Seite neu.","ui.SessionTimeout":"Session-Timeout","ui.ShowAllNodes":"Alle {0} anzeigen","ui.Sum":"Summe","ui.TableRowCount":"{0} Zeilen","ui.TableRowCount0":"Keine Zeile","ui.TableRowCount1":"Eine Zeile","ui.Total":"Total","ui.UiInconsistentMsg":"Da sich die Benutzeroberfläche in einem inkonsistenten Zustand befinden könnte, wird empfohlen, die Seite neu zu laden.","ui.UnexpectedProblem":"Unerwartetes Problem","ui.UnsafeUpload":"Unsichere Datei hochgeladen","ui.UnsafeUploadMsg":"Die hochgeladene Datei ist unsicher. Bitte führen Sie einen Virus-Scan auf Ihrem System aus.","ui.Up":"Aufwärts","ui.Upload":"Hochladen","ui.add":"hinzufügen","ui.addColumn":"hinzufügen","ui.additionally":"zusätzlich","ui.ascending":"aufsteigend","ui.ascendingAdditionally":"zusätzlich aufsteigend","ui.backward":"nach hinten","ui.changeColumn":"ändern","ui.descending":"absteigend","ui.descendingAdditionally":"zusätzlich absteigend","ui.forward":"nach vorne","ui.from":"von","ui.fromGreenToRed":"von Grün nach Rot","ui.fromRedToGreen":"von Rot nach Grün","ui.grouped":"gruppiert","ui.groupedByMonth":"gruppiert nach Monat","ui.groupedByWeekday":"gruppiert nach Wochentag","ui.groupedByYear":"gruppiert nach Jahr","ui.groupingApply":"anwenden","ui.overEverything":"über alles","ui.overSelection":"über ausgewälte Zeilen","ui.remove":"entfernen","ui.removeColumn":"entfernen","ui.showEveryDate":"jedes Datum anzeigen","ui.to":"bis","ui.toBegin":"an den Anfang","ui.toEnd":"an das Ende","ui.withBarChart":"mit Balkendiagramm"}},"adapterData":{"2":{"id":"2","owner":"1","desktop":"3"},"3":{"id":"3","objectType":"Desktop","selectViewTabsKeyStrokeModifier":"control","navigationVisible":true,"selectViewTabsKeyStrokesEnabled":true,"benchVisible":true,"navigationHandleVisible":true,"headerVisible":true,"cacheSplitterPosition":true,"displayStyle":"default","keyStrokes":[]}}} - MDC[]
2021-07-31 21:36:23,493 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request completed in 6.823719 ms - MDC[]
2021-07-31 21:36:23,493 INFO  [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler - Unloading UI session with ID 0:o83ta6g8dutf0el70jo43nfnks (requested by UI) - MDC[]
2021-07-31 21:36:23,493 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.dispose'  - MDC[]
2021-07-31 21:36:23,494 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:o83ta6g8dutf0el70jo43nfnks... - MDC[]
2021-07-31 21:36:23,494 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:o83ta6g8dutf0el70jo43nfnks from store (clientSessionId=d41fe37f-8d14-4a53-b080-dce1d1a8c68a) - MDC[]
2021-07-31 21:36:23,494 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session d41fe37f-8d14-4a53-b080-dce1d1a8c68a - MDC[]
2021-07-31 21:36:23,494 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID d41fe37f-8d14-4a53-b080-dce1d1a8c68a - MDC[]
2021-07-31 21:36:23,494 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execGuiDetached'  - MDC[jobName=Detaching Gui]
2021-07-31 21:36:23,495 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
2021-07-31 21:36:23,496 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Received: {"startup":true, "clientSessionId":"d41fe37f-8d14-4a53-b080-dce1d1a8c68a"} - MDC[]
2021-07-31 21:36:23,496 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
2021-07-31 21:36:23,496 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Creating new UI session.... - MDC[]
2021-07-31 21:36:23,496 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.init'  - MDC[]
2021-07-31 21:36:23,496 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.getOrCreateClientSession'  - MDC[]
2021-07-31 21:36:23,496 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:l3t3emaqbsk5orv4epod3iogk2 - MDC[]
2021-07-31 21:36:23,496 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID d41fe37f-8d14-4a53-b080-dce1d1a8c68a reserved for use - session housekeeping cancelled! - MDC[]
2021-07-31 21:36:23,496 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Using cached client session [clientSessionId=d41fe37f-8d14-4a53-b080-dce1d1a8c68a] - MDC[]
2021-07-31 21:36:23,496 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
2021-07-31 21:36:23,497 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execGuiAttached'  - MDC[jobName=Starting Desktop]
2021-07-31 21:36:23,498 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@a6a2c20 - MDC[]
2021-07-31 21:36:23,498 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:l3t3emaqbsk5orv4epod3iogk2 initialized - MDC[]
2021-07-31 21:36:23,498 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:l3t3emaqbsk5orv4epod3iogk2 in store (clientSessionId=d41fe37f-8d14-4a53-b080-dce1d1a8c68a) - MDC[]
2021-07-31 21:36:23,499 INFO  [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Created new UI session with ID 0:l3t3emaqbsk5orv4epod3iogk2 in 2.656567 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[]
2021-07-31 21:36:23,500 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [2, 3] - MDC[jobName=Transforming response to JSON]
2021-07-31 21:36:23,501 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Adapter count after request: 3 - MDC[]
2021-07-31 21:36:23,501 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Returned: {"startupData":{"uiSessionId":"0:l3t3emaqbsk5orv4epod3iogk2","clientSessionId":"d41fe37f-8d14-4a53-b080-dce1d1a8c68a","clientSession":"2","persistent":false,"locale":{"languageTag":"und","decimalFormatPatternDefault":"#,##0.###","dateFormatPatternDefault":"MMM d, yyyy","decimalFormatSymbols":{"decimalSeparator":".","groupingSeparator":",","minusSign":"-"},"dateFormatSymbols":{"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"am":"AM","pm":"PM"}},"textMap":{"Cancel":"Abbrechen","Column":"Spalte","ColumnSorting":"Sortierung","NavigationBackward":"Zurück","Ok":"OK","Remove":"Entfernen","ResetTableColumns":"Spalten zurücksetzen","ui.Active":"Aktive","ui.Aggregation":"Aggregierung","ui.All":"Alle","ui.Average":"Durchschnitt","ui.BooleanColumnGroupingFalse":"Nicht markierte","ui.BooleanColumnGroupingTrue":"Markierte","ui.Browse":"Durchsuchen","ui.CW":"KW {0}","ui.CalendarCalendarWeek":"K-Woche","ui.CalendarDay":"Tag","ui.CalendarMonth":"Monat","ui.CalendarToday":"Heute","ui.CalendarWeek":"Woche","ui.CalendarWorkWeek":"5 Tage","ui.CalendarYear":"Jahr","ui.CannotInsertTextTooLong":"Einfügen nicht möglich (Längenbeschränkung).","ui.ChooseFile":"Datei auswählen","ui.ChooseFiles":"Dateien auswählen","ui.ClipboardTimeout":"Zeitüberschreitung beim Einfügen aus Zwischenablage.","ui.ClipboardTimeoutTitle":"Zeitüberschreitung Zwischenablage","ui.Coloring":"Einfärbung","ui.Column":"Spalte","ui.ConnectionInterrupted":"Verbindung unterbrochen","ui.ConnectionReestablished":"Verbindung wiederhergestellt","ui.Continue":"Weiter","ui.Copy":"Kopieren","ui.Count":"Anzahl","ui.DateRange":"Datumsbereich","ui.EmptyCell":"-leer-","ui.ErrorCodeX":"Code {0}","ui.FileChooserHint":"Bitte gewünschte Dateien in diesen Bereich verschieben oder mit Durchsuchen auswählen.","ui.FileSizeLimit":"Die maximal erlaubte Grösse wurde überschritten ({0} MB).","ui.FileSizeLimitTitle":"Dateigrössenbeschränkung","ui.Filter":"Filter","ui.FilterBy_":"Filtern nach...","ui.FilterInfoCount":"({0})","ui.FilterInfoXOfY":"({0} von {1})","ui.FreeText":"Freitext","ui.FromXToY":"von {0} bis {1}","ui.Grouping":"Gruppierung","ui.Ignore":"Ignorieren","ui.Inactive":"Inaktive","ui.InternalProcessingErrorMsg":"Ein interner Verarbeitungsfehler ist aufgetreten{0}.","ui.InternalUiErrorMsg":"Ein interner UI-Fehler ist aufgetreten{0}.","ui.InvalidDateFormat":"Ungültiges Datumsformat","ui.LoadingPopupWindow":"Lade...","ui.Maximum":"Maximum","ui.Minimum":"Minimum","ui.Move":"Verschieben","ui.NetworkError":"Netzwerkfehler","ui.NumRowsFiltered":"{0} gefiltert","ui.NumRowsFilteredBy":"{0} gefiltert durch {1}","ui.NumRowsFilteredMin":"Gefiltert","ui.NumRowsLoaded":"{0} geladen","ui.NumRowsLoadedMin":"Geladen","ui.NumRowsRendered":"{0} gezeichnet","ui.NumRowsSelected":"{0} ausgewählt","ui.NumRowsSelectedMin":"Ausgewählt","ui.NumberRange":"Zahlenbereich","ui.OpenManually":"Manuell öffnen","ui.OtherValues":"Sonstige","ui.Outlines":"Sichten","ui.PleaseWait_":"Bitte warten...","ui.PopupBlockerDetected":"Das automatische Öffnen eines neuen Fensters wurde durch den Browser verhindert.","ui.Reconnecting_":"Verbinde...","ui.Reload":"Neu laden","ui.ReloadData":"Daten neu laden","ui.RemoveFilter":"Filter entfernen","ui.SearchFor_":"Suche nach...","ui.SelectAll":"Alle auswählen","ui.SelectAllFilter":"Alle","ui.SelectNone":"Keine auswählen","ui.SelectNoneFilter":"Keine","ui.ServerError":"Serverfehler","ui.SessionExpiredMsg":"Die Sitzung ist abgelaufen, bitte laden Sie die Seite neu.","ui.SessionTimeout":"Session-Timeout","ui.ShowAllNodes":"Alle {0} anzeigen","ui.Sum":"Summe","ui.TableRowCount":"{0} Zeilen","ui.TableRowCount0":"Keine Zeile","ui.TableRowCount1":"Eine Zeile","ui.Total":"Total","ui.UiInconsistentMsg":"Da sich die Benutzeroberfläche in einem inkonsistenten Zustand befinden könnte, wird empfohlen, die Seite neu zu laden.","ui.UnexpectedProblem":"Unerwartetes Problem","ui.UnsafeUpload":"Unsichere Datei hochgeladen","ui.UnsafeUploadMsg":"Die hochgeladene Datei ist unsicher. Bitte führen Sie einen Virus-Scan auf Ihrem System aus.","ui.Up":"Aufwärts","ui.Upload":"Hochladen","ui.add":"hinzufügen","ui.addColumn":"hinzufügen","ui.additionally":"zusätzlich","ui.ascending":"aufsteigend","ui.ascendingAdditionally":"zusätzlich aufsteigend","ui.backward":"nach hinten","ui.changeColumn":"ändern","ui.descending":"absteigend","ui.descendingAdditionally":"zusätzlich absteigend","ui.forward":"nach vorne","ui.from":"von","ui.fromGreenToRed":"von Grün nach Rot","ui.fromRedToGreen":"von Rot nach Grün","ui.grouped":"gruppiert","ui.groupedByMonth":"gruppiert nach Monat","ui.groupedByWeekday":"gruppiert nach Wochentag","ui.groupedByYear":"gruppiert nach Jahr","ui.groupingApply":"anwenden","ui.overEverything":"über alles","ui.overSelection":"über ausgewälte Zeilen","ui.remove":"entfernen","ui.removeColumn":"entfernen","ui.showEveryDate":"jedes Datum anzeigen","ui.to":"bis","ui.toBegin":"an den Anfang","ui.toEnd":"an das Ende","ui.withBarChart":"mit Balkendiagramm"}},"adapterData":{"2":{"id":"2","owner":"1","desktop":"3"},"3":{"id":"3","objectType":"Desktop","selectViewTabsKeyStrokeModifier":"control","navigationVisible":true,"selectViewTabsKeyStrokesEnabled":true,"benchVisible":true,"navigationHandleVisible":true,"headerVisible":true,"cacheSplitterPosition":true,"displayStyle":"default","keyStrokes":[]}}} - MDC[]
2021-07-31 21:36:23,501 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request completed in 5.673100 ms - MDC[]
2021-07-31 21:36:23,502 INFO  [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler - Unloading UI session with ID 0:l3t3emaqbsk5orv4epod3iogk2 (requested by UI) - MDC[]
2021-07-31 21:36:23,502 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.dispose'  - MDC[]
2021-07-31 21:36:23,503 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:l3t3emaqbsk5orv4epod3iogk2... - MDC[]
2021-07-31 21:36:23,503 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:l3t3emaqbsk5orv4epod3iogk2 from store (clientSessionId=d41fe37f-8d14-4a53-b080-dce1d1a8c68a) - MDC[]
2021-07-31 21:36:23,503 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session d41fe37f-8d14-4a53-b080-dce1d1a8c68a - MDC[]
2021-07-31 21:36:23,503 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID d41fe37f-8d14-4a53-b080-dce1d1a8c68a - MDC[]
2021-07-31 21:36:23,503 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execGuiDetached'  - MDC[jobName=Detaching Gui]
2021-07-31 21:36:25,504 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'SessionStore.doHousekeeping'  - MDC[jobName=Performing session housekeeping for client session with ID d41fe37f-8d14-4a53-b080-dce1d1a8c68a]
2021-07-31 21:36:25,504 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session d41fe37f-8d14-4a53-b080-dce1d1a8c68a referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID d41fe37f-8d14-4a53-b080-dce1d1a8c68a]
2021-07-31 21:36:25,504 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Shutting down client session with ID d41fe37f-8d14-4a53-b080-dce1d1a8c68a because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID d41fe37f-8d14-4a53-b080-dce1d1a8c68a]
2021-07-31 21:36:25,504 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID d41fe37f-8d14-4a53-b080-dce1d1a8c68a to shut down... - MDC[jobName=Force shutting down client session d41fe37f-8d14-4a53-b080-dce1d1a8c68a by session housekeeping]
2021-07-31 21:36:25,505 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'ClientSession.stopping'  - MDC[jobName=Force shutting down client session d41fe37f-8d14-4a53-b080-dce1d1a8c68a by session housekeeping]
2021-07-31 21:36:25,505 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'ClientSession.execStoreSession'  - MDC[jobName=Force shutting down client session d41fe37f-8d14-4a53-b080-dce1d1a8c68a by session housekeeping]
2021-07-31 21:36:25,505 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execClosing'  - MDC[jobName=Force shutting down client session d41fe37f-8d14-4a53-b080-dce1d1a8c68a by session housekeeping]
2021-07-31 21:36:25,505 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@71651e64[id = d41fe37f-8d14-4a53-b080-dce1d1a8c68a], user=null] - MDC[jobName=Force shutting down client session d41fe37f-8d14-4a53-b080-dce1d1a8c68a by session housekeeping]
2021-07-31 21:36:25,505 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'ClientSession.stopped'  - MDC[jobName=Force shutting down client session d41fe37f-8d14-4a53-b080-dce1d1a8c68a by session housekeeping]
2021-07-31 21:36:25,505 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID d41fe37f-8d14-4a53-b080-dce1d1a8c68a terminated. - MDC[jobName=Force shutting down client session d41fe37f-8d14-4a53-b080-dce1d1a8c68a by session housekeeping]
2021-07-31 21:36:25,505 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID d41fe37f-8d14-4a53-b080-dce1d1a8c68a from session store - MDC[jobName=Performing session housekeeping for client session with ID d41fe37f-8d14-4a53-b080-dce1d1a8c68a]
2021-07-31 21:36:25,505 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID d41fe37f-8d14-4a53-b080-dce1d1a8c68a]
2021-07-31 21:36:25,505 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID d41fe37f-8d14-4a53-b080-dce1d1a8c68a]
2021-07-31 21:36:25,505 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID d41fe37f-8d14-4a53-b080-dce1d1a8c68a]
2021-07-31 21:36:25,506 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
2021-07-31 21:36:25,506 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
2021-07-31 21:36:25,507 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Received: {"startup":true} - MDC[]
2021-07-31 21:36:25,507 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
2021-07-31 21:36:25,507 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Creating new UI session.... - MDC[]
2021-07-31 21:36:25,507 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.init'  - MDC[]
2021-07-31 21:36:25,507 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.getOrCreateClientSession'  - MDC[]
2021-07-31 21:36:25,507 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:m30uubukmj1igsasa8023g78h7 - MDC[]
2021-07-31 21:36:25,508 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'ClientSession.execLoadSession'  - MDC[jobName=Starting ClientSession [sessionId=412235a3-e1b0-4421-abbd-e3b7dc28e95d]]
2021-07-31 21:36:25,508 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@1ad923a0[id = 412235a3-e1b0-4421-abbd-e3b7dc28e95d], user=null] - MDC[jobName=Starting ClientSession [sessionId=412235a3-e1b0-4421-abbd-e3b7dc28e95d]]
2021-07-31 21:36:25,509 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=412235a3-e1b0-4421-abbd-e3b7dc28e95d, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
2021-07-31 21:36:25,509 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
2021-07-31 21:36:25,509 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execOpened'  - MDC[jobName=Starting Desktop]
2021-07-31 21:36:25,509 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execGuiAttached'  - MDC[jobName=Starting Desktop]
2021-07-31 21:36:25,511 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@a6a2c20 - MDC[]
2021-07-31 21:36:25,511 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:m30uubukmj1igsasa8023g78h7 initialized - MDC[]
2021-07-31 21:36:25,511 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:m30uubukmj1igsasa8023g78h7 in store (clientSessionId=412235a3-e1b0-4421-abbd-e3b7dc28e95d) - MDC[]
2021-07-31 21:36:25,511 INFO  [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Created new UI session with ID 0:m30uubukmj1igsasa8023g78h7 in 4.010763 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[]
2021-07-31 21:36:25,512 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [2, 3] - MDC[jobName=Transforming response to JSON]
2021-07-31 21:36:25,512 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Adapter count after request: 3 - MDC[]
2021-07-31 21:36:25,513 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Returned: {"startupData":{"uiSessionId":"0:m30uubukmj1igsasa8023g78h7","clientSessionId":"412235a3-e1b0-4421-abbd-e3b7dc28e95d","clientSession":"2","persistent":false,"locale":{"languageTag":"und","decimalFormatPatternDefault":"#,##0.###","dateFormatPatternDefault":"MMM d, yyyy","decimalFormatSymbols":{"decimalSeparator":".","groupingSeparator":",","minusSign":"-"},"dateFormatSymbols":{"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"am":"AM","pm":"PM"}},"textMap":{"Cancel":"Abbrechen","Column":"Spalte","ColumnSorting":"Sortierung","NavigationBackward":"Zurück","Ok":"OK","Remove":"Entfernen","ResetTableColumns":"Spalten zurücksetzen","ui.Active":"Aktive","ui.Aggregation":"Aggregierung","ui.All":"Alle","ui.Average":"Durchschnitt","ui.BooleanColumnGroupingFalse":"Nicht markierte","ui.BooleanColumnGroupingTrue":"Markierte","ui.Browse":"Durchsuchen","ui.CW":"KW {0}","ui.CalendarCalendarWeek":"K-Woche","ui.CalendarDay":"Tag","ui.CalendarMonth":"Monat","ui.CalendarToday":"Heute","ui.CalendarWeek":"Woche","ui.CalendarWorkWeek":"5 Tage","ui.CalendarYear":"Jahr","ui.CannotInsertTextTooLong":"Einfügen nicht möglich (Längenbeschränkung).","ui.ChooseFile":"Datei auswählen","ui.ChooseFiles":"Dateien auswählen","ui.ClipboardTimeout":"Zeitüberschreitung beim Einfügen aus Zwischenablage.","ui.ClipboardTimeoutTitle":"Zeitüberschreitung Zwischenablage","ui.Coloring":"Einfärbung","ui.Column":"Spalte","ui.ConnectionInterrupted":"Verbindung unterbrochen","ui.ConnectionReestablished":"Verbindung wiederhergestellt","ui.Continue":"Weiter","ui.Copy":"Kopieren","ui.Count":"Anzahl","ui.DateRange":"Datumsbereich","ui.EmptyCell":"-leer-","ui.ErrorCodeX":"Code {0}","ui.FileChooserHint":"Bitte gewünschte Dateien in diesen Bereich verschieben oder mit Durchsuchen auswählen.","ui.FileSizeLimit":"Die maximal erlaubte Grösse wurde überschritten ({0} MB).","ui.FileSizeLimitTitle":"Dateigrössenbeschränkung","ui.Filter":"Filter","ui.FilterBy_":"Filtern nach...","ui.FilterInfoCount":"({0})","ui.FilterInfoXOfY":"({0} von {1})","ui.FreeText":"Freitext","ui.FromXToY":"von {0} bis {1}","ui.Grouping":"Gruppierung","ui.Ignore":"Ignorieren","ui.Inactive":"Inaktive","ui.InternalProcessingErrorMsg":"Ein interner Verarbeitungsfehler ist aufgetreten{0}.","ui.InternalUiErrorMsg":"Ein interner UI-Fehler ist aufgetreten{0}.","ui.InvalidDateFormat":"Ungültiges Datumsformat","ui.LoadingPopupWindow":"Lade...","ui.Maximum":"Maximum","ui.Minimum":"Minimum","ui.Move":"Verschieben","ui.NetworkError":"Netzwerkfehler","ui.NumRowsFiltered":"{0} gefiltert","ui.NumRowsFilteredBy":"{0} gefiltert durch {1}","ui.NumRowsFilteredMin":"Gefiltert","ui.NumRowsLoaded":"{0} geladen","ui.NumRowsLoadedMin":"Geladen","ui.NumRowsRendered":"{0} gezeichnet","ui.NumRowsSelected":"{0} ausgewählt","ui.NumRowsSelectedMin":"Ausgewählt","ui.NumberRange":"Zahlenbereich","ui.OpenManually":"Manuell öffnen","ui.OtherValues":"Sonstige","ui.Outlines":"Sichten","ui.PleaseWait_":"Bitte warten...","ui.PopupBlockerDetected":"Das automatische Öffnen eines neuen Fensters wurde durch den Browser verhindert.","ui.Reconnecting_":"Verbinde...","ui.Reload":"Neu laden","ui.ReloadData":"Daten neu laden","ui.RemoveFilter":"Filter entfernen","ui.SearchFor_":"Suche nach...","ui.SelectAll":"Alle auswählen","ui.SelectAllFilter":"Alle","ui.SelectNone":"Keine auswählen","ui.SelectNoneFilter":"Keine","ui.ServerError":"Serverfehler","ui.SessionExpiredMsg":"Die Sitzung ist abgelaufen, bitte laden Sie die Seite neu.","ui.SessionTimeout":"Session-Timeout","ui.ShowAllNodes":"Alle {0} anzeigen","ui.Sum":"Summe","ui.TableRowCount":"{0} Zeilen","ui.TableRowCount0":"Keine Zeile","ui.TableRowCount1":"Eine Zeile","ui.Total":"Total","ui.UiInconsistentMsg":"Da sich die Benutzeroberfläche in einem inkonsistenten Zustand befinden könnte, wird empfohlen, die Seite neu zu laden.","ui.UnexpectedProblem":"Unerwartetes Problem","ui.UnsafeUpload":"Unsichere Datei hochgeladen","ui.UnsafeUploadMsg":"Die hochgeladene Datei ist unsicher. Bitte führen Sie einen Virus-Scan auf Ihrem System aus.","ui.Up":"Aufwärts","ui.Upload":"Hochladen","ui.add":"hinzufügen","ui.addColumn":"hinzufügen","ui.additionally":"zusätzlich","ui.ascending":"aufsteigend","ui.ascendingAdditionally":"zusätzlich aufsteigend","ui.backward":"nach hinten","ui.changeColumn":"ändern","ui.descending":"absteigend","ui.descendingAdditionally":"zusätzlich absteigend","ui.forward":"nach vorne","ui.from":"von","ui.fromGreenToRed":"von Grün nach Rot","ui.fromRedToGreen":"von Rot nach Grün","ui.grouped":"gruppiert","ui.groupedByMonth":"gruppiert nach Monat","ui.groupedByWeekday":"gruppiert nach Wochentag","ui.groupedByYear":"gruppiert nach Jahr","ui.groupingApply":"anwenden","ui.overEverything":"über alles","ui.overSelection":"über ausgewälte Zeilen","ui.remove":"entfernen","ui.removeColumn":"entfernen","ui.showEveryDate":"jedes Datum anzeigen","ui.to":"bis","ui.toBegin":"an den Anfang","ui.toEnd":"an das Ende","ui.withBarChart":"mit Balkendiagramm"}},"adapterData":{"2":{"id":"2","owner":"1","desktop":"3"},"3":{"id":"3","objectType":"Desktop","selectViewTabsKeyStrokeModifier":"control","navigationVisible":true,"selectViewTabsKeyStrokesEnabled":true,"benchVisible":true,"navigationHandleVisible":true,"headerVisible":true,"cacheSplitterPosition":true,"displayStyle":"default","keyStrokes":[]}}} - MDC[]
2021-07-31 21:36:25,513 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request completed in 6.580202 ms - MDC[]
2021-07-31 21:36:25,514 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
2021-07-31 21:36:25,514 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Received: {"startup":true, "clientSessionId":"412235a3-e1b0-4421-abbd-e3b7dc28e95d"} - MDC[]
2021-07-31 21:36:25,515 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
2021-07-31 21:36:25,515 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Creating new UI session.... - MDC[]
2021-07-31 21:36:25,515 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.init'  - MDC[]
2021-07-31 21:36:25,515 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.getOrCreateClientSession'  - MDC[]
2021-07-31 21:36:25,515 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:e2m8lfpeatv7bqtbckmalqq9r9 - MDC[]
2021-07-31 21:36:25,515 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Using cached client session [clientSessionId=412235a3-e1b0-4421-abbd-e3b7dc28e95d] - MDC[]
2021-07-31 21:36:25,515 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
2021-07-31 21:36:25,517 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@a6a2c20 - MDC[]
2021-07-31 21:36:25,517 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:e2m8lfpeatv7bqtbckmalqq9r9 initialized - MDC[]
2021-07-31 21:36:25,517 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:e2m8lfpeatv7bqtbckmalqq9r9 in store (clientSessionId=412235a3-e1b0-4421-abbd-e3b7dc28e95d) - MDC[]
2021-07-31 21:36:25,517 INFO  [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Created new UI session with ID 0:e2m8lfpeatv7bqtbckmalqq9r9 in 2.701464 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[]
2021-07-31 21:36:25,519 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [2, 3] - MDC[jobName=Transforming response to JSON]
2021-07-31 21:36:25,519 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Adapter count after request: 3 - MDC[]
2021-07-31 21:36:25,519 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Returned: {"startupData":{"uiSessionId":"0:e2m8lfpeatv7bqtbckmalqq9r9","clientSessionId":"412235a3-e1b0-4421-abbd-e3b7dc28e95d","clientSession":"2","persistent":false,"locale":{"languageTag":"und","decimalFormatPatternDefault":"#,##0.###","dateFormatPatternDefault":"MMM d, yyyy","decimalFormatSymbols":{"decimalSeparator":".","groupingSeparator":",","minusSign":"-"},"dateFormatSymbols":{"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"am":"AM","pm":"PM"}},"textMap":{"Cancel":"Abbrechen","Column":"Spalte","ColumnSorting":"Sortierung","NavigationBackward":"Zurück","Ok":"OK","Remove":"Entfernen","ResetTableColumns":"Spalten zurücksetzen","ui.Active":"Aktive","ui.Aggregation":"Aggregierung","ui.All":"Alle","ui.Average":"Durchschnitt","ui.BooleanColumnGroupingFalse":"Nicht markierte","ui.BooleanColumnGroupingTrue":"Markierte","ui.Browse":"Durchsuchen","ui.CW":"KW {0}","ui.CalendarCalendarWeek":"K-Woche","ui.CalendarDay":"Tag","ui.CalendarMonth":"Monat","ui.CalendarToday":"Heute","ui.CalendarWeek":"Woche","ui.CalendarWorkWeek":"5 Tage","ui.CalendarYear":"Jahr","ui.CannotInsertTextTooLong":"Einfügen nicht möglich (Längenbeschränkung).","ui.ChooseFile":"Datei auswählen","ui.ChooseFiles":"Dateien auswählen","ui.ClipboardTimeout":"Zeitüberschreitung beim Einfügen aus Zwischenablage.","ui.ClipboardTimeoutTitle":"Zeitüberschreitung Zwischenablage","ui.Coloring":"Einfärbung","ui.Column":"Spalte","ui.ConnectionInterrupted":"Verbindung unterbrochen","ui.ConnectionReestablished":"Verbindung wiederhergestellt","ui.Continue":"Weiter","ui.Copy":"Kopieren","ui.Count":"Anzahl","ui.DateRange":"Datumsbereich","ui.EmptyCell":"-leer-","ui.ErrorCodeX":"Code {0}","ui.FileChooserHint":"Bitte gewünschte Dateien in diesen Bereich verschieben oder mit Durchsuchen auswählen.","ui.FileSizeLimit":"Die maximal erlaubte Grösse wurde überschritten ({0} MB).","ui.FileSizeLimitTitle":"Dateigrössenbeschränkung","ui.Filter":"Filter","ui.FilterBy_":"Filtern nach...","ui.FilterInfoCount":"({0})","ui.FilterInfoXOfY":"({0} von {1})","ui.FreeText":"Freitext","ui.FromXToY":"von {0} bis {1}","ui.Grouping":"Gruppierung","ui.Ignore":"Ignorieren","ui.Inactive":"Inaktive","ui.InternalProcessingErrorMsg":"Ein interner Verarbeitungsfehler ist aufgetreten{0}.","ui.InternalUiErrorMsg":"Ein interner UI-Fehler ist aufgetreten{0}.","ui.InvalidDateFormat":"Ungültiges Datumsformat","ui.LoadingPopupWindow":"Lade...","ui.Maximum":"Maximum","ui.Minimum":"Minimum","ui.Move":"Verschieben","ui.NetworkError":"Netzwerkfehler","ui.NumRowsFiltered":"{0} gefiltert","ui.NumRowsFilteredBy":"{0} gefiltert durch {1}","ui.NumRowsFilteredMin":"Gefiltert","ui.NumRowsLoaded":"{0} geladen","ui.NumRowsLoadedMin":"Geladen","ui.NumRowsRendered":"{0} gezeichnet","ui.NumRowsSelected":"{0} ausgewählt","ui.NumRowsSelectedMin":"Ausgewählt","ui.NumberRange":"Zahlenbereich","ui.OpenManually":"Manuell öffnen","ui.OtherValues":"Sonstige","ui.Outlines":"Sichten","ui.PleaseWait_":"Bitte warten...","ui.PopupBlockerDetected":"Das automatische Öffnen eines neuen Fensters wurde durch den Browser verhindert.","ui.Reconnecting_":"Verbinde...","ui.Reload":"Neu laden","ui.ReloadData":"Daten neu laden","ui.RemoveFilter":"Filter entfernen","ui.SearchFor_":"Suche nach...","ui.SelectAll":"Alle auswählen","ui.SelectAllFilter":"Alle","ui.SelectNone":"Keine auswählen","ui.SelectNoneFilter":"Keine","ui.ServerError":"Serverfehler","ui.SessionExpiredMsg":"Die Sitzung ist abgelaufen, bitte laden Sie die Seite neu.","ui.SessionTimeout":"Session-Timeout","ui.ShowAllNodes":"Alle {0} anzeigen","ui.Sum":"Summe","ui.TableRowCount":"{0} Zeilen","ui.TableRowCount0":"Keine Zeile","ui.TableRowCount1":"Eine Zeile","ui.Total":"Total","ui.UiInconsistentMsg":"Da sich die Benutzeroberfläche in einem inkonsistenten Zustand befinden könnte, wird empfohlen, die Seite neu zu laden.","ui.UnexpectedProblem":"Unerwartetes Problem","ui.UnsafeUpload":"Unsichere Datei hochgeladen","ui.UnsafeUploadMsg":"Die hochgeladene Datei ist unsicher. Bitte führen Sie einen Virus-Scan auf Ihrem System aus.","ui.Up":"Aufwärts","ui.Upload":"Hochladen","ui.add":"hinzufügen","ui.addColumn":"hinzufügen","ui.additionally":"zusätzlich","ui.ascending":"aufsteigend","ui.ascendingAdditionally":"zusätzlich aufsteigend","ui.backward":"nach hinten","ui.changeColumn":"ändern","ui.descending":"absteigend","ui.descendingAdditionally":"zusätzlich absteigend","ui.forward":"nach vorne","ui.from":"von","ui.fromGreenToRed":"von Grün nach Rot","ui.fromRedToGreen":"von Rot nach Grün","ui.grouped":"gruppiert","ui.groupedByMonth":"gruppiert nach Monat","ui.groupedByWeekday":"gruppiert nach Wochentag","ui.groupedByYear":"gruppiert nach Jahr","ui.groupingApply":"anwenden","ui.overEverything":"über alles","ui.overSelection":"über ausgewälte Zeilen","ui.remove":"entfernen","ui.removeColumn":"entfernen","ui.showEveryDate":"jedes Datum anzeigen","ui.to":"bis","ui.toBegin":"an den Anfang","ui.toEnd":"an das Ende","ui.withBarChart":"mit Balkendiagramm"}},"adapterData":{"2":{"id":"2","owner":"1","desktop":"3"},"3":{"id":"3","objectType":"Desktop","selectViewTabsKeyStrokeModifier":"control","navigationVisible":true,"selectViewTabsKeyStrokesEnabled":true,"benchVisible":true,"navigationHandleVisible":true,"headerVisible":true,"cacheSplitterPosition":true,"displayStyle":"default","keyStrokes":[]}}} - MDC[]
2021-07-31 21:36:25,519 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request completed in 5.043319 ms - MDC[]
2021-07-31 21:36:25,520 INFO  [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler - Unloading UI session with ID 0:m30uubukmj1igsasa8023g78h7 (requested by UI) - MDC[]
2021-07-31 21:36:25,520 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.dispose'  - MDC[]
2021-07-31 21:36:25,520 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:m30uubukmj1igsasa8023g78h7... - MDC[]
2021-07-31 21:36:25,520 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:m30uubukmj1igsasa8023g78h7 from store (clientSessionId=412235a3-e1b0-4421-abbd-e3b7dc28e95d) - MDC[]
2021-07-31 21:36:25,520 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 1 UI sessions and 0 preregistered UI session remaining for client session 412235a3-e1b0-4421-abbd-e3b7dc28e95d - MDC[]
2021-07-31 21:36:25,521 INFO  [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler - Unloading UI session with ID 0:e2m8lfpeatv7bqtbckmalqq9r9 (requested by UI) - MDC[]
2021-07-31 21:36:25,521 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.dispose'  - MDC[]
2021-07-31 21:36:25,522 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:e2m8lfpeatv7bqtbckmalqq9r9... - MDC[]
2021-07-31 21:36:25,522 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:e2m8lfpeatv7bqtbckmalqq9r9 from store (clientSessionId=412235a3-e1b0-4421-abbd-e3b7dc28e95d) - MDC[]
2021-07-31 21:36:25,522 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 412235a3-e1b0-4421-abbd-e3b7dc28e95d - MDC[]
2021-07-31 21:36:25,522 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 412235a3-e1b0-4421-abbd-e3b7dc28e95d - MDC[]
2021-07-31 21:36:25,522 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execGuiDetached'  - MDC[jobName=Detaching Gui]
2021-07-31 21:36:27,522 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'SessionStore.doHousekeeping'  - MDC[jobName=Performing session housekeeping for client session with ID 412235a3-e1b0-4421-abbd-e3b7dc28e95d]
2021-07-31 21:36:27,522 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 412235a3-e1b0-4421-abbd-e3b7dc28e95d referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 412235a3-e1b0-4421-abbd-e3b7dc28e95d]
2021-07-31 21:36:27,522 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Shutting down client session with ID 412235a3-e1b0-4421-abbd-e3b7dc28e95d because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 412235a3-e1b0-4421-abbd-e3b7dc28e95d]
2021-07-31 21:36:27,523 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID 412235a3-e1b0-4421-abbd-e3b7dc28e95d to shut down... - MDC[jobName=Force shutting down client session 412235a3-e1b0-4421-abbd-e3b7dc28e95d by session housekeeping]
2021-07-31 21:36:27,523 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'ClientSession.stopping'  - MDC[jobName=Force shutting down client session 412235a3-e1b0-4421-abbd-e3b7dc28e95d by session housekeeping]
2021-07-31 21:36:27,523 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'ClientSession.execStoreSession'  - MDC[jobName=Force shutting down client session 412235a3-e1b0-4421-abbd-e3b7dc28e95d by session housekeeping]
2021-07-31 21:36:27,523 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execClosing'  - MDC[jobName=Force shutting down client session 412235a3-e1b0-4421-abbd-e3b7dc28e95d by session housekeeping]
2021-07-31 21:36:27,524 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@1ad923a0[id = 412235a3-e1b0-4421-abbd-e3b7dc28e95d], user=null] - MDC[jobName=Force shutting down client session 412235a3-e1b0-4421-abbd-e3b7dc28e95d by session housekeeping]
2021-07-31 21:36:27,524 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'ClientSession.stopped'  - MDC[jobName=Force shutting down client session 412235a3-e1b0-4421-abbd-e3b7dc28e95d by session housekeeping]
2021-07-31 21:36:27,524 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID 412235a3-e1b0-4421-abbd-e3b7dc28e95d terminated. - MDC[jobName=Force shutting down client session 412235a3-e1b0-4421-abbd-e3b7dc28e95d by session housekeeping]
2021-07-31 21:36:27,524 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 412235a3-e1b0-4421-abbd-e3b7dc28e95d from session store - MDC[jobName=Performing session housekeeping for client session with ID 412235a3-e1b0-4421-abbd-e3b7dc28e95d]
2021-07-31 21:36:27,524 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID 412235a3-e1b0-4421-abbd-e3b7dc28e95d]
2021-07-31 21:36:27,524 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID 412235a3-e1b0-4421-abbd-e3b7dc28e95d]
2021-07-31 21:36:27,524 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 412235a3-e1b0-4421-abbd-e3b7dc28e95d]
2021-07-31 21:36:27,525 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
2021-07-31 21:36:27,525 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
2021-07-31 21:36:27,525 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Received: {"startup":true} - MDC[]
2021-07-31 21:36:27,526 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
2021-07-31 21:36:27,526 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Creating new UI session.... - MDC[]
2021-07-31 21:36:27,526 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.init'  - MDC[]
2021-07-31 21:36:27,526 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.getOrCreateClientSession'  - MDC[]
2021-07-31 21:36:27,526 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:ufal2h9tknriuu051vt0vnd4u4 - MDC[]
2021-07-31 21:36:27,527 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'ClientSession.execLoadSession'  - MDC[jobName=Starting ClientSession [sessionId=fe841d1b-6f6e-4a24-a37d-dbe0562744d7]]
2021-07-31 21:36:27,528 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@2c58451f[id = fe841d1b-6f6e-4a24-a37d-dbe0562744d7], user=null] - MDC[jobName=Starting ClientSession [sessionId=fe841d1b-6f6e-4a24-a37d-dbe0562744d7]]
2021-07-31 21:36:27,528 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=fe841d1b-6f6e-4a24-a37d-dbe0562744d7, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
2021-07-31 21:36:27,528 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
2021-07-31 21:36:27,529 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execOpened'  - MDC[jobName=Starting Desktop]
2021-07-31 21:36:27,529 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execGuiAttached'  - MDC[jobName=Starting Desktop]
2021-07-31 21:36:27,530 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@a6a2c20 - MDC[]
2021-07-31 21:36:27,530 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:ufal2h9tknriuu051vt0vnd4u4 initialized - MDC[]
2021-07-31 21:36:27,530 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:ufal2h9tknriuu051vt0vnd4u4 in store (clientSessionId=fe841d1b-6f6e-4a24-a37d-dbe0562744d7) - MDC[]
2021-07-31 21:36:27,530 INFO  [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Created new UI session with ID 0:ufal2h9tknriuu051vt0vnd4u4 in 4.364986 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[]
2021-07-31 21:36:27,531 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [2, 3] - MDC[jobName=Transforming response to JSON]
2021-07-31 21:36:27,532 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Adapter count after request: 3 - MDC[]
2021-07-31 21:36:27,532 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Returned: {"startupData":{"uiSessionId":"0:ufal2h9tknriuu051vt0vnd4u4","clientSessionId":"fe841d1b-6f6e-4a24-a37d-dbe0562744d7","clientSession":"2","persistent":false,"locale":{"languageTag":"und","decimalFormatPatternDefault":"#,##0.###","dateFormatPatternDefault":"MMM d, yyyy","decimalFormatSymbols":{"decimalSeparator":".","groupingSeparator":",","minusSign":"-"},"dateFormatSymbols":{"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"am":"AM","pm":"PM"}},"textMap":{"Cancel":"Abbrechen","Column":"Spalte","ColumnSorting":"Sortierung","NavigationBackward":"Zurück","Ok":"OK","Remove":"Entfernen","ResetTableColumns":"Spalten zurücksetzen","ui.Active":"Aktive","ui.Aggregation":"Aggregierung","ui.All":"Alle","ui.Average":"Durchschnitt","ui.BooleanColumnGroupingFalse":"Nicht markierte","ui.BooleanColumnGroupingTrue":"Markierte","ui.Browse":"Durchsuchen","ui.CW":"KW {0}","ui.CalendarCalendarWeek":"K-Woche","ui.CalendarDay":"Tag","ui.CalendarMonth":"Monat","ui.CalendarToday":"Heute","ui.CalendarWeek":"Woche","ui.CalendarWorkWeek":"5 Tage","ui.CalendarYear":"Jahr","ui.CannotInsertTextTooLong":"Einfügen nicht möglich (Längenbeschränkung).","ui.ChooseFile":"Datei auswählen","ui.ChooseFiles":"Dateien auswählen","ui.ClipboardTimeout":"Zeitüberschreitung beim Einfügen aus Zwischenablage.","ui.ClipboardTimeoutTitle":"Zeitüberschreitung Zwischenablage","ui.Coloring":"Einfärbung","ui.Column":"Spalte","ui.ConnectionInterrupted":"Verbindung unterbrochen","ui.ConnectionReestablished":"Verbindung wiederhergestellt","ui.Continue":"Weiter","ui.Copy":"Kopieren","ui.Count":"Anzahl","ui.DateRange":"Datumsbereich","ui.EmptyCell":"-leer-","ui.ErrorCodeX":"Code {0}","ui.FileChooserHint":"Bitte gewünschte Dateien in diesen Bereich verschieben oder mit Durchsuchen auswählen.","ui.FileSizeLimit":"Die maximal erlaubte Grösse wurde überschritten ({0} MB).","ui.FileSizeLimitTitle":"Dateigrössenbeschränkung","ui.Filter":"Filter","ui.FilterBy_":"Filtern nach...","ui.FilterInfoCount":"({0})","ui.FilterInfoXOfY":"({0} von {1})","ui.FreeText":"Freitext","ui.FromXToY":"von {0} bis {1}","ui.Grouping":"Gruppierung","ui.Ignore":"Ignorieren","ui.Inactive":"Inaktive","ui.InternalProcessingErrorMsg":"Ein interner Verarbeitungsfehler ist aufgetreten{0}.","ui.InternalUiErrorMsg":"Ein interner UI-Fehler ist aufgetreten{0}.","ui.InvalidDateFormat":"Ungültiges Datumsformat","ui.LoadingPopupWindow":"Lade...","ui.Maximum":"Maximum","ui.Minimum":"Minimum","ui.Move":"Verschieben","ui.NetworkError":"Netzwerkfehler","ui.NumRowsFiltered":"{0} gefiltert","ui.NumRowsFilteredBy":"{0} gefiltert durch {1}","ui.NumRowsFilteredMin":"Gefiltert","ui.NumRowsLoaded":"{0} geladen","ui.NumRowsLoadedMin":"Geladen","ui.NumRowsRendered":"{0} gezeichnet","ui.NumRowsSelected":"{0} ausgewählt","ui.NumRowsSelectedMin":"Ausgewählt","ui.NumberRange":"Zahlenbereich","ui.OpenManually":"Manuell öffnen","ui.OtherValues":"Sonstige","ui.Outlines":"Sichten","ui.PleaseWait_":"Bitte warten...","ui.PopupBlockerDetected":"Das automatische Öffnen eines neuen Fensters wurde durch den Browser verhindert.","ui.Reconnecting_":"Verbinde...","ui.Reload":"Neu laden","ui.ReloadData":"Daten neu laden","ui.RemoveFilter":"Filter entfernen","ui.SearchFor_":"Suche nach...","ui.SelectAll":"Alle auswählen","ui.SelectAllFilter":"Alle","ui.SelectNone":"Keine auswählen","ui.SelectNoneFilter":"Keine","ui.ServerError":"Serverfehler","ui.SessionExpiredMsg":"Die Sitzung ist abgelaufen, bitte laden Sie die Seite neu.","ui.SessionTimeout":"Session-Timeout","ui.ShowAllNodes":"Alle {0} anzeigen","ui.Sum":"Summe","ui.TableRowCount":"{0} Zeilen","ui.TableRowCount0":"Keine Zeile","ui.TableRowCount1":"Eine Zeile","ui.Total":"Total","ui.UiInconsistentMsg":"Da sich die Benutzeroberfläche in einem inkonsistenten Zustand befinden könnte, wird empfohlen, die Seite neu zu laden.","ui.UnexpectedProblem":"Unerwartetes Problem","ui.UnsafeUpload":"Unsichere Datei hochgeladen","ui.UnsafeUploadMsg":"Die hochgeladene Datei ist unsicher. Bitte führen Sie einen Virus-Scan auf Ihrem System aus.","ui.Up":"Aufwärts","ui.Upload":"Hochladen","ui.add":"hinzufügen","ui.addColumn":"hinzufügen","ui.additionally":"zusätzlich","ui.ascending":"aufsteigend","ui.ascendingAdditionally":"zusätzlich aufsteigend","ui.backward":"nach hinten","ui.changeColumn":"ändern","ui.descending":"absteigend","ui.descendingAdditionally":"zusätzlich absteigend","ui.forward":"nach vorne","ui.from":"von","ui.fromGreenToRed":"von Grün nach Rot","ui.fromRedToGreen":"von Rot nach Grün","ui.grouped":"gruppiert","ui.groupedByMonth":"gruppiert nach Monat","ui.groupedByWeekday":"gruppiert nach Wochentag","ui.groupedByYear":"gruppiert nach Jahr","ui.groupingApply":"anwenden","ui.overEverything":"über alles","ui.overSelection":"über ausgewälte Zeilen","ui.remove":"entfernen","ui.removeColumn":"entfernen","ui.showEveryDate":"jedes Datum anzeigen","ui.to":"bis","ui.toBegin":"an den Anfang","ui.toEnd":"an das Ende","ui.withBarChart":"mit Balkendiagramm"}},"adapterData":{"2":{"id":"2","owner":"1","desktop":"3"},"3":{"id":"3","objectType":"Desktop","selectViewTabsKeyStrokeModifier":"control","navigationVisible":true,"selectViewTabsKeyStrokesEnabled":true,"benchVisible":true,"navigationHandleVisible":true,"headerVisible":true,"cacheSplitterPosition":true,"displayStyle":"default","keyStrokes":[]}}} - MDC[]
2021-07-31 21:36:27,532 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request completed in 6.578610 ms - MDC[]
2021-07-31 21:36:27,533 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'ClientSession.stopping'  - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
2021-07-31 21:36:27,533 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:ufal2h9tknriuu051vt0vnd4u4 [clientSessionId=fe841d1b-6f6e-4a24-a37d-dbe0562744d7, processingJsonRequest=false] - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
2021-07-31 21:36:27,533 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.dispose'  - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
2021-07-31 21:36:27,533 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:ufal2h9tknriuu051vt0vnd4u4... - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
2021-07-31 21:36:27,533 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:ufal2h9tknriuu051vt0vnd4u4 from store (clientSessionId=fe841d1b-6f6e-4a24-a37d-dbe0562744d7) - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
2021-07-31 21:36:27,534 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session fe841d1b-6f6e-4a24-a37d-dbe0562744d7 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
2021-07-31 21:36:27,534 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID fe841d1b-6f6e-4a24-a37d-dbe0562744d7 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
2021-07-31 21:36:27,534 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:ufal2h9tknriuu051vt0vnd4u4 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
2021-07-31 21:36:27,534 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'ClientSession.execStoreSession'  - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
2021-07-31 21:36:27,534 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execGuiDetached'  - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
2021-07-31 21:36:27,534 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execClosing'  - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
2021-07-31 21:36:27,534 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@2c58451f[id = fe841d1b-6f6e-4a24-a37d-dbe0562744d7], user=null] - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
2021-07-31 21:36:27,535 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'ClientSession.stopped'  - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
2021-07-31 21:36:29,534 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'SessionStore.doHousekeeping'  - MDC[jobName=Performing session housekeeping for client session with ID fe841d1b-6f6e-4a24-a37d-dbe0562744d7]
2021-07-31 21:36:29,534 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session fe841d1b-6f6e-4a24-a37d-dbe0562744d7 is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID fe841d1b-6f6e-4a24-a37d-dbe0562744d7]
2021-07-31 21:36:29,534 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID fe841d1b-6f6e-4a24-a37d-dbe0562744d7 from session store - MDC[jobName=Performing session housekeeping for client session with ID fe841d1b-6f6e-4a24-a37d-dbe0562744d7]
2021-07-31 21:36:29,534 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID fe841d1b-6f6e-4a24-a37d-dbe0562744d7]
2021-07-31 21:36:29,534 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID fe841d1b-6f6e-4a24-a37d-dbe0562744d7]
2021-07-31 21:36:29,534 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID fe841d1b-6f6e-4a24-a37d-dbe0562744d7]
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.109 sec - in org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest
Running org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest
2021-07-31 21:36:29,537 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
2021-07-31 21:36:29,541 INFO  [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
2021-07-31 21:36:29,541 INFO  [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. - MDC[]
2021-07-31 21:36:29,541 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller - Don't overriding already installed MultiSessionCookieStore cookie handler from same deployment: java.net.CookieManager@230c693e (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@c665595) - MDC[]
2021-07-31 21:36:29,541 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
2021-07-31 21:36:29,542 INFO  [main] org.eclipse.scout.rt.ui.html.res.PrebuildFiles - Pre-building of web resources is enabled - MDC[]
2021-07-31 21:36:29,542 INFO  [main] org.eclipse.scout.rt.ui.html.res.PrebuildFiles - Finished pre-building of 0 web resources 0.006691 ms - MDC[]
2021-07-31 21:36:29,547 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
2021-07-31 21:36:29,547 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:thvpjbd06habl0g5lhcpnhf9af - MDC[]
2021-07-31 21:36:29,549 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@71594714[id = 64fd971e-014e-4905-bb9d-774bd85617d7], user=null] - MDC[jobName=Starting ClientSession [sessionId=64fd971e-014e-4905-bb9d-774bd85617d7]]
2021-07-31 21:36:29,550 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=64fd971e-014e-4905-bb9d-774bd85617d7, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
2021-07-31 21:36:29,550 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
2021-07-31 21:36:29,551 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory - Using following object factories: [org.eclipse.scout.rt.ui.html.JsonObjectFactory@1419539f] - MDC[jobName=Starting JsonClientSession]
2021-07-31 21:36:29,552 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5020e5ab - MDC[]
2021-07-31 21:36:29,552 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:thvpjbd06habl0g5lhcpnhf9af initialized - MDC[]
protocol: Session stopping
2021-07-31 21:36:29,553 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:thvpjbd06habl0g5lhcpnhf9af [clientSessionId=64fd971e-014e-4905-bb9d-774bd85617d7, processingJsonRequest=false] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$14]
2021-07-31 21:36:29,553 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:thvpjbd06habl0g5lhcpnhf9af... - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$14]
2021-07-31 21:36:29,553 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:thvpjbd06habl0g5lhcpnhf9af from store (clientSessionId=64fd971e-014e-4905-bb9d-774bd85617d7) - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$14]
2021-07-31 21:36:29,553 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 64fd971e-014e-4905-bb9d-774bd85617d7 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$14]
2021-07-31 21:36:29,553 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 64fd971e-014e-4905-bb9d-774bd85617d7 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$14]
2021-07-31 21:36:29,554 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:thvpjbd06habl0g5lhcpnhf9af - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$14]
protocol: Before MessageBoxInStore
2021-07-31 21:36:29,557 WARN  [scout-model-thread-25] org.eclipse.scout.rt.client.ui.messagebox.MessageBox - there is no desktop or the desktop has not yet been opened in the ui, default answer is CANCEL - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$14]
java.lang.IllegalStateException: null
	at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:338)
	at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:313)
	at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession.execStoreSession(ClientSessionWithBlockingConditionInterruptionTest.java:404)
	at org.eclipse.scout.rt.client.AbstractClientSession$LocalClientSessionExtension.execStoreSession(AbstractClientSession.java:607)
	at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionStoreSessionChain$1.callMethod(ClientSessionChains.java:40)
	at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionStoreSessionChain$1.callMethod(ClientSessionChains.java:1)
	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:122)
	at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionStoreSessionChain.execStoreSession(ClientSessionChains.java:43)
	at org.eclipse.scout.rt.client.AbstractClientSession.interceptStoreSession(AbstractClientSession.java:620)
	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:454)
	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:422)
	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2429)
	at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56)
	at com.sun.proxy.$Proxy25.closeFromUI(Unknown Source)
	at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$14.run(ClientSessionWithBlockingConditionInterruptionTest.java:273)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
protocol: After MessageBoxInStore 2
2021-07-31 21:36:29,557 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@71594714[id = 64fd971e-014e-4905-bb9d-774bd85617d7], user=null] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$14]
protocol: All session jobs terminated
2021-07-31 21:36:30,554 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 64fd971e-014e-4905-bb9d-774bd85617d7 is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 64fd971e-014e-4905-bb9d-774bd85617d7]
2021-07-31 21:36:30,554 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 64fd971e-014e-4905-bb9d-774bd85617d7 from session store - MDC[jobName=Performing session housekeeping for client session with ID 64fd971e-014e-4905-bb9d-774bd85617d7]
2021-07-31 21:36:30,554 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID 64fd971e-014e-4905-bb9d-774bd85617d7]
2021-07-31 21:36:30,554 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID 64fd971e-014e-4905-bb9d-774bd85617d7]
2021-07-31 21:36:30,555 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 64fd971e-014e-4905-bb9d-774bd85617d7]
2021-07-31 21:36:30,555 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
2021-07-31 21:36:30,556 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:mbt655oipqts1ce8qf8udmg8km - MDC[]
2021-07-31 21:36:30,557 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@28efa6c5[id = 7165cac6-9245-4cb7-9ce2-f085b3214496], user=null] - MDC[jobName=Starting ClientSession [sessionId=7165cac6-9245-4cb7-9ce2-f085b3214496]]
2021-07-31 21:36:30,557 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=7165cac6-9245-4cb7-9ce2-f085b3214496, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
2021-07-31 21:36:30,557 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
2021-07-31 21:36:30,559 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5020e5ab - MDC[]
2021-07-31 21:36:30,559 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:mbt655oipqts1ce8qf8udmg8km initialized - MDC[]
protocol: Session stopping
2021-07-31 21:36:30,560 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:mbt655oipqts1ce8qf8udmg8km [clientSessionId=7165cac6-9245-4cb7-9ce2-f085b3214496, processingJsonRequest=false] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$15]
2021-07-31 21:36:30,560 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:mbt655oipqts1ce8qf8udmg8km... - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$15]
2021-07-31 21:36:30,560 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:mbt655oipqts1ce8qf8udmg8km from store (clientSessionId=7165cac6-9245-4cb7-9ce2-f085b3214496) - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$15]
2021-07-31 21:36:30,560 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 7165cac6-9245-4cb7-9ce2-f085b3214496 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$15]
2021-07-31 21:36:30,561 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 7165cac6-9245-4cb7-9ce2-f085b3214496 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$15]
2021-07-31 21:36:30,561 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:mbt655oipqts1ce8qf8udmg8km - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$15]
protocol: Before Form.start
protocol: Form.execLoad
protocol: Form error ProcessingException There is no desktop or it is not open in the UI. [severity=ERROR]
2021-07-31 21:36:30,565 ERROR [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Failed to store the client session. - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$15]
org.eclipse.scout.rt.platform.exception.ProcessingException: There is no desktop or it is not open in the UI. [severity=ERROR]
	at org.eclipse.scout.rt.client.ui.form.AbstractForm$5.run(AbstractForm.java:1042)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:101)
	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:72)
	at org.eclipse.scout.rt.client.ui.form.AbstractForm.startInternal(AbstractForm.java:992)
	at org.eclipse.scout.rt.client.ui.form.AbstractForm.start(AbstractForm.java:985)
	at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureForm.start(ClientSessionWithBlockingConditionInterruptionTest.java:494)
	at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession.execStoreSession(ClientSessionWithBlockingConditionInterruptionTest.java:416)
	at org.eclipse.scout.rt.client.AbstractClientSession$LocalClientSessionExtension.execStoreSession(AbstractClientSession.java:607)
	at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionStoreSessionChain$1.callMethod(ClientSessionChains.java:40)
	at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionStoreSessionChain$1.callMethod(ClientSessionChains.java:1)
	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:122)
	at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionStoreSessionChain.execStoreSession(ClientSessionChains.java:43)
	at org.eclipse.scout.rt.client.AbstractClientSession.interceptStoreSession(AbstractClientSession.java:620)
	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:454)
	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:422)
	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2429)
	at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56)
	at com.sun.proxy.$Proxy25.closeFromUI(Unknown Source)
	at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$15.run(ClientSessionWithBlockingConditionInterruptionTest.java:316)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
2021-07-31 21:36:30,565 WARN  [scout-model-thread-25] org.eclipse.scout.rt.client.transformation.MainDeviceTransformer - Transformed forms map is not empty. Make sure every form gets closed properly to free up memory as quickly as possible. Cleaning up now... Open forms: [Form FixtureForm] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$15]
2021-07-31 21:36:30,565 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@28efa6c5[id = 7165cac6-9245-4cb7-9ce2-f085b3214496], user=null] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$15]
protocol: All session jobs terminated
2021-07-31 21:36:31,561 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 7165cac6-9245-4cb7-9ce2-f085b3214496 is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 7165cac6-9245-4cb7-9ce2-f085b3214496]
2021-07-31 21:36:31,562 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 7165cac6-9245-4cb7-9ce2-f085b3214496 from session store - MDC[jobName=Performing session housekeeping for client session with ID 7165cac6-9245-4cb7-9ce2-f085b3214496]
2021-07-31 21:36:31,562 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID 7165cac6-9245-4cb7-9ce2-f085b3214496]
2021-07-31 21:36:31,562 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID 7165cac6-9245-4cb7-9ce2-f085b3214496]
2021-07-31 21:36:31,562 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 7165cac6-9245-4cb7-9ce2-f085b3214496]
2021-07-31 21:36:31,563 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
2021-07-31 21:36:31,563 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:7ud0qu7tfeho63d5ldshp009d6 - MDC[]
2021-07-31 21:36:31,564 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@125042cd[id = ad593ec7-31e7-4d3c-9628-d5a0ace44efe], user=null] - MDC[jobName=Starting ClientSession [sessionId=ad593ec7-31e7-4d3c-9628-d5a0ace44efe]]
2021-07-31 21:36:31,565 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=ad593ec7-31e7-4d3c-9628-d5a0ace44efe, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
2021-07-31 21:36:31,565 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
protocol: Before MessageBox
2021-07-31 21:36:31,571 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5020e5ab - MDC[]
2021-07-31 21:36:31,571 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:7ud0qu7tfeho63d5ldshp009d6 initialized - MDC[]
protocol: MessageBox is open
protocol: Session stopping
2021-07-31 21:36:31,572 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:7ud0qu7tfeho63d5ldshp009d6 [clientSessionId=ad593ec7-31e7-4d3c-9628-d5a0ace44efe, processingJsonRequest=false] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9]
2021-07-31 21:36:31,572 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:7ud0qu7tfeho63d5ldshp009d6... - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9]
2021-07-31 21:36:31,572 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:7ud0qu7tfeho63d5ldshp009d6 from store (clientSessionId=ad593ec7-31e7-4d3c-9628-d5a0ace44efe) - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9]
2021-07-31 21:36:31,573 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session ad593ec7-31e7-4d3c-9628-d5a0ace44efe - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9]
2021-07-31 21:36:31,573 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID ad593ec7-31e7-4d3c-9628-d5a0ace44efe - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9]
2021-07-31 21:36:31,573 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:7ud0qu7tfeho63d5ldshp009d6 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9]
2021-07-31 21:36:31,575 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@125042cd[id = ad593ec7-31e7-4d3c-9628-d5a0ace44efe], user=null] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9]
protocol: Interrupted MessageBox
protocol: All session jobs terminated
2021-07-31 21:36:32,574 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session ad593ec7-31e7-4d3c-9628-d5a0ace44efe is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID ad593ec7-31e7-4d3c-9628-d5a0ace44efe]
2021-07-31 21:36:32,574 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID ad593ec7-31e7-4d3c-9628-d5a0ace44efe from session store - MDC[jobName=Performing session housekeeping for client session with ID ad593ec7-31e7-4d3c-9628-d5a0ace44efe]
2021-07-31 21:36:32,574 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID ad593ec7-31e7-4d3c-9628-d5a0ace44efe]
2021-07-31 21:36:32,574 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID ad593ec7-31e7-4d3c-9628-d5a0ace44efe]
2021-07-31 21:36:32,574 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID ad593ec7-31e7-4d3c-9628-d5a0ace44efe]
2021-07-31 21:36:32,575 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
2021-07-31 21:36:32,576 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:v90rb2eg7k9t2fab8ib091oov6 - MDC[]
2021-07-31 21:36:32,577 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@6ce44c32[id = 73d088b9-d815-452a-8769-4115d92212f9], user=null] - MDC[jobName=Starting ClientSession [sessionId=73d088b9-d815-452a-8769-4115d92212f9]]
2021-07-31 21:36:32,577 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=73d088b9-d815-452a-8769-4115d92212f9, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
2021-07-31 21:36:32,578 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
2021-07-31 21:36:32,580 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5020e5ab - MDC[]
2021-07-31 21:36:32,580 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:v90rb2eg7k9t2fab8ib091oov6 initialized - MDC[]
protocol: Form.execLoad
2021-07-31 21:36:32,583 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureDesktop@5cd24b6d - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$10]
protocol: Before Form.waitFor
protocol: Form is open
protocol: Session stopping
2021-07-31 21:36:32,584 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:v90rb2eg7k9t2fab8ib091oov6 [clientSessionId=73d088b9-d815-452a-8769-4115d92212f9, processingJsonRequest=false] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12]
2021-07-31 21:36:32,584 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:v90rb2eg7k9t2fab8ib091oov6... - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12]
2021-07-31 21:36:32,584 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:v90rb2eg7k9t2fab8ib091oov6 from store (clientSessionId=73d088b9-d815-452a-8769-4115d92212f9) - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12]
2021-07-31 21:36:32,584 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 73d088b9-d815-452a-8769-4115d92212f9 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12]
2021-07-31 21:36:32,584 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 73d088b9-d815-452a-8769-4115d92212f9 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12]
2021-07-31 21:36:32,585 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:v90rb2eg7k9t2fab8ib091oov6 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12]
protocol: Form.execFinally
protocol: Form.dispose
2021-07-31 21:36:32,585 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@6ce44c32[id = 73d088b9-d815-452a-8769-4115d92212f9], user=null] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12]
protocol: Interrupted Form
protocol: All session jobs terminated
2021-07-31 21:36:33,584 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 73d088b9-d815-452a-8769-4115d92212f9 is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 73d088b9-d815-452a-8769-4115d92212f9]
2021-07-31 21:36:33,584 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 73d088b9-d815-452a-8769-4115d92212f9 from session store - MDC[jobName=Performing session housekeeping for client session with ID 73d088b9-d815-452a-8769-4115d92212f9]
2021-07-31 21:36:33,584 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID 73d088b9-d815-452a-8769-4115d92212f9]
2021-07-31 21:36:33,584 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID 73d088b9-d815-452a-8769-4115d92212f9]
2021-07-31 21:36:33,584 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 73d088b9-d815-452a-8769-4115d92212f9]
2021-07-31 21:36:33,585 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
2021-07-31 21:36:33,585 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:sjqmk52o13fg7tfh49m9ieq5fo - MDC[]
protocol: Before MessageBoxInLoad
2021-07-31 21:36:33,587 WARN  [scout-model-thread-25] org.eclipse.scout.rt.client.ui.messagebox.MessageBox - there is no desktop or the desktop has not yet been opened in the ui, default answer is CANCEL - MDC[jobName=Starting ClientSession [sessionId=fad466c9-cc70-4693-9178-b959daaa382f]]
java.lang.IllegalStateException: null
	at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:338)
	at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:313)
	at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession.execLoadSession(ClientSessionWithBlockingConditionInterruptionTest.java:373)
	at org.eclipse.scout.rt.client.AbstractClientSession$LocalClientSessionExtension.execLoadSession(AbstractClientSession.java:612)
	at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionLoadSessionChain$1.callMethod(ClientSessionChains.java:57)
	at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionLoadSessionChain$1.callMethod(ClientSessionChains.java:1)
	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:122)
	at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionLoadSessionChain.execLoadSession(ClientSessionChains.java:60)
	at org.eclipse.scout.rt.client.AbstractClientSession.interceptLoadSession(AbstractClientSession.java:626)
	at org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325)
	at org.eclipse.scout.rt.client.session.ClientSessionProvider$1$1.call(ClientSessionProvider.java:81)
	at org.eclipse.scout.rt.client.session.ClientSessionProvider$1$1.call(ClientSessionProvider.java:1)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
protocol: After MessageBoxInLoad 2
2021-07-31 21:36:33,587 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@7a363217[id = fad466c9-cc70-4693-9178-b959daaa382f], user=null] - MDC[jobName=Starting ClientSession [sessionId=fad466c9-cc70-4693-9178-b959daaa382f]]
2021-07-31 21:36:33,587 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=fad466c9-cc70-4693-9178-b959daaa382f, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
2021-07-31 21:36:33,588 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
2021-07-31 21:36:33,590 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5020e5ab - MDC[]
2021-07-31 21:36:33,590 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:sjqmk52o13fg7tfh49m9ieq5fo initialized - MDC[]
protocol: Session stopping
2021-07-31 21:36:33,591 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:sjqmk52o13fg7tfh49m9ieq5fo [clientSessionId=fad466c9-cc70-4693-9178-b959daaa382f, processingJsonRequest=false] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$13]
2021-07-31 21:36:33,591 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:sjqmk52o13fg7tfh49m9ieq5fo... - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$13]
2021-07-31 21:36:33,591 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:sjqmk52o13fg7tfh49m9ieq5fo from store (clientSessionId=fad466c9-cc70-4693-9178-b959daaa382f) - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$13]
2021-07-31 21:36:33,591 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session fad466c9-cc70-4693-9178-b959daaa382f - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$13]
2021-07-31 21:36:33,591 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID fad466c9-cc70-4693-9178-b959daaa382f - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$13]
2021-07-31 21:36:33,591 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:sjqmk52o13fg7tfh49m9ieq5fo - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$13]
2021-07-31 21:36:33,592 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@7a363217[id = fad466c9-cc70-4693-9178-b959daaa382f], user=null] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$13]
protocol: All session jobs terminated
2021-07-31 21:36:34,592 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session fad466c9-cc70-4693-9178-b959daaa382f is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID fad466c9-cc70-4693-9178-b959daaa382f]
2021-07-31 21:36:34,592 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID fad466c9-cc70-4693-9178-b959daaa382f from session store - MDC[jobName=Performing session housekeeping for client session with ID fad466c9-cc70-4693-9178-b959daaa382f]
2021-07-31 21:36:34,592 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID fad466c9-cc70-4693-9178-b959daaa382f]
2021-07-31 21:36:34,592 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID fad466c9-cc70-4693-9178-b959daaa382f]
2021-07-31 21:36:34,592 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID fad466c9-cc70-4693-9178-b959daaa382f]
2021-07-31 21:36:34,593 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
2021-07-31 21:36:34,594 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:10nal3rn62k8jd1ua4jmcr3oq2 - MDC[]
2021-07-31 21:36:34,596 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:10nal3rn62k8jd1ua4jmcr3oq2... - MDC[]
2021-07-31 21:36:34,596 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:10nal3rn62k8jd1ua4jmcr3oq2 from store (clientSessionId=null) - MDC[]
2021-07-31 21:36:34,596 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session null - MDC[]
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.062 sec - in org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest
Running org.eclipse.scout.rt.client.ui.form.fields.ModelVariantTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.client.ui.form.fields.ModelVariantTest

Results :

Tests run: 253, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- jasmine-maven-plugin:2.0:test (default) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] jetty-8.1.14.v20131031
[INFO] Started SelectChannelConnector@0.0.0.0:46609
[INFO] Executing Jasmine Specs
Jul 31, 2021 9:37:03 PM org.openqa.selenium.phantomjs.PhantomJSDriverService <init>
INFO: executable: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/phantomjs-maven-plugin/phantomjs-1.9.7-linux-x86_64/bin/phantomjs
Jul 31, 2021 9:37:03 PM org.openqa.selenium.phantomjs.PhantomJSDriverService <init>
INFO: port: 20024
Jul 31, 2021 9:37:03 PM org.openqa.selenium.phantomjs.PhantomJSDriverService <init>
INFO: arguments: [--webdriver=20024, --webdriver-logfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/phantomjsdriver.log]
Jul 31, 2021 9:37:03 PM org.openqa.selenium.phantomjs.PhantomJSDriverService <init>
INFO: environment: {}
PhantomJS is launching GhostDriver...
[INFO  - 2021-07-31T21:37:03.793Z] GhostDriver - Main - running on port 20024
[INFO  - 2021-07-31T21:37:04.233Z] Session [727cbf70-f247-11eb-a20f-577568d0b7e2] - page.settings - {"XSSAuditingEnabled":false,"javascriptCanCloseWindows":true,"javascriptCanOpenWindows":true,"javascriptEnabled":true,"loadImages":true,"localToRemoteUrlAccessEnabled":false,"userAgent":"Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.7 Safari/534.34","webSecurityEnabled":true}
[INFO  - 2021-07-31T21:37:04.233Z] Session [727cbf70-f247-11eb-a20f-577568d0b7e2] - page.customHeaders:  - {}
[INFO  - 2021-07-31T21:37:04.233Z] Session [727cbf70-f247-11eb-a20f-577568d0b7e2] - Session.negotiatedCapabilities - {"browserName":"phantomjs","version":"1.9.7","driverName":"ghostdriver","driverVersion":"1.1.0","platform":"linux-unknown-64bit","javascriptEnabled":true,"takesScreenshot":true,"handlesAlerts":false,"databaseEnabled":false,"locationContextEnabled":false,"applicationCacheEnabled":false,"browserConnectionEnabled":false,"cssSelectorsEnabled":true,"webStorageEnabled":false,"rotatable":false,"acceptSslCerts":false,"nativeEvents":true,"proxy":{"proxyType":"direct"}}
[INFO  - 2021-07-31T21:37:04.233Z] SessionManagerReqHand - _postNewSessionCommand - New Session Created: 727cbf70-f247-11eb-a20f-577568d0b7e2
[INFO  - 2021-07-31T21:37:13.245Z] ShutdownReqHand - _handle - About to shutdown
[INFO] 
-------------------------------------------------------
 J A S M I N E   S P E C S
-------------------------------------------------------
[INFO] 
JasmineScout
  toContainEventTypesExactly
    checks whether event types in correct order
    checks whether event types are complete
    considers empty values

jquery-scout
  isEnabled
    is only false when class disabled is set
  isVisible
    returns true when display != none and visiblity != hidden
  setEnabled
    DIV does not have disabled attribute
    INPUT must have disabled attribute
  toggleAttr
    toggles attribute
  icon
    sets and removes icons
  textOrNbsp
    sets text or nbsp
  htmlOrNbsp
    sets html or nbsp
  cssPxValue
    is behaves differently with different types of arguments

ObjectFactory
  creates objects which are registered in scout.objectFactories

Action
  defaults
    should be as expected
  setTabbable
    should modify $container tabindex

Calendar
  init
    creates an empty calendar
  dayPosition
    calculates the day position
  component
    part day position
      calculates the part day position
      calculates the part day position for a range smaller than the minimum
      calculates the part day position for components larger than a day
    sort
      sorts first from then to
    arrangeComponents
      does nothing for no components
      arranges a single component
      arranges non intersecting components
      arranges intersecting components
      arranges equal components
      arranges intersecting and non-intersecting components
      reduces rows when arranging components
      arranges intersecting components spanning more than one day
  navigation
    navigate forward and back (with first day of month selected)
    navigate forward and back (with last day of month selected)

DateRange
  dateEquals
  equals

DesktopFormController
  Listens to popupWindowReady event and calls _onReady - having a popupWindow instance
  Listens to popupWindowReady event and calls _onReady - having only a form ID (reload case)
  _addPopupWindow registers listeners and adds to array with popup-windows
  _removePopupWindow cleans up and removes from array with popup-windows

Desktop
  notification
    addNotification
    schedules addNotification when desktop is not rendered
    removeNotification with object
    removeNotification with (string) ID
    _onNotificationRemoved - last notifications removes $notifications DIV
  outline
    gets displayed in desktop navigation 
  benchVisible
    controls visibility of the bench
    removes the content after the animation
  navigationVisible
    controls visibility of the navigation
    only affects content in navigation, not in bench or header
  headerVisible
    controls visibility of the header
  _showForm
    adds a view to the bench if displayHint is View
  displayStyle
    COMPACT
      shows bench and hides navigation if a view is open
      hides bench and shows navigation if the last view gets closed

PopupWindow
  Constructor sets cross references and window-name
  Initialization in _onReady

DesktopBench
  updateOutlineContent
    called when an outline page gets selected
    doesn't get called if page already is selected
    sets detailForm as outlineContent if node gets selected
    preserves desktop.inBackground when updating outline content
    preserves desktop.inBackground when switching nodes

DesktopHeader
  onBenchOutlineContentChange
    attaches listener to new outline content
    removes listener from old outline content
    removes listener when getting removed

DesktopNavigation
  viewButtonBox
    is rendered if there are view buttons
    is not rendered if there are no view buttons

DesktopNotification
  _init copies properties from event (model)
  has close-icon when notification is closable

Outline
  collapsing
    still allows a messagebox to be shown
  dispose
    calls onNodeDeleted for every node to be able to cleanup
    calls onNodeDeleted for every node (which was not already deleted before) to be able to cleanup
  navigateToTop
    collapses all nodes in bread crumb mode
  selectNodes
    handle navigateUp only once
    otherwise handle single selection (or do nothing when selection is != 1 node)
  updateDetailMenus
    adds the empty space menus of the detail table to the detail menu bar
    adds the single selection menus of the parent detail table to the detail menu bar
    attaches a listener to the detail table to get dynamic menu changes
    removes the listener from the detail tables on selection changes and destroy
  click on a node inside the detail content
    does not modify the outline
  onModelAction
    nodesDeleted event
      calls onNodeDeleted for every node to be able to cleanup
    allChildNodesDeleted event
      calls onNodeDeleted for every node to be able to cleanup

NavigateDownButton
  _toggleDetail is always false
  _isDetail returns true or false depending on the state of the detail-form and detail-table
  _buttonEnabled
    is disabled when node is a leaf
    is enabled when node is not a leaf and we're currently displaying the detail
    is only enabled when detail-table has exactly one selected row
  _drill drills down to first selected row in the detail table

NavigateUpButton
  _toggleDetail is always true
  _isDetail returns true or false depending on the state of the detail-form and detail-table
  _buttonEnabled
    is true when current node has a parent or...
    is true when current node is a top-level node and outline a default detail-form or...
    is false otherwise
  _drill
    drills up to parent node, sets the selection on the tree
    shows default detail-form or outline overview

ViewButtonBox
  viewMenuTab
    is only visible if there are visible view buttons with displayStyle == "MENU"
    is not visible if there are no visible view buttons ith displayStyle == "MENU"
    is not visible if there are visible view buttons with displayStyle == "TAB"
    is not visible if there are no view buttons at all

scout.FocusManager
  isSelectableText
    must return true for disabled text-fields
  Focus fixes for Internet Explorer (IE)
    Click on table-cell, must focus table
    Click on tree-node, must focus tree
  validateFocus
    When nothing else is focusable, focus must be on the Desktop (=sandbox)
    with forms:
      Focus-context must install listeners on its $container
      Focus must be on the 1st form-field when form is rendered
      FocusContext must remember the last focused element
      A new FocusContext must be created when a form is opened as dialog
      Must focus another valid field if the focused field is removed
      Must focus another valid field if the focused field is hidden

FormMenu
  setSelected
    opens and closes the form popup
    opens the popup and the ellipsis if the menu is overflown
    opens the popup but not the ellipsis if the menu is overflown and mobile popup style is used
  onModelPropertyChange
    selected
      calls setSelected

Form
  destroy
    destroys the adapter and its children
  onModelAction
    formClose
      destroys the form
  onModelPropertyChange
    considers custom css class

BasicField
  displayTextChanged must always be sent to server at the end of input, if at least one change has been was made
    updateDisplayTextOnModify = true, with changed text
    updateDisplayTextOnModify = false, with changed text
    updateDisplayTextOnModify = true, then property change to updateDisplayTextOnModify = false, with changed text
    updateDisplayTextOnModify = true, then property change to updateDisplayTextOnModify = false, with *pending* changed text
    updateDisplayTextOnModify = true, then acceptInput(false) is fired. -> send should be done immediately
    updateDisplayTextOnModify = true, w/o changed text
    updateDisplayTextOnModify = false, w/o changed text
    does not fail if field is removed while acceptInput is still pending

FormField
  inheritance
    inherits from ModelAdapter
  property label position
    position on_field
      sets the label as placeholder
      does not call field._renderLabelPosition initially
    position top
      guarantees a minimum height if label is empty
    does not display a status if status visible = false
  property status visible
    shows a status if status visible = true
    does not show a status if status visible = false
    shows a status even though status visible is false but tooltipText is set
    shows a status even though status visible is false but errorStatus is set
  onModelPropertyChange
    event should update model
    considers custom css class

ValueField
  property status visible
    shows a status even though status visible is false but there are visible menus
  menu visibility
    context menu only shows visible menus
    context menu only shows only menus of specific type
    context menu triggers a display text changed event

BrowserField
  postMessage

CheckBoxField
  inheritance
    inherits from ValueField
    _renderValue sets checked property
    _renderValue sets enabled property

ClipboardField
  Rendered container has the right class
  Rendered field DIV has _not_ an unselectable attribute in IE9

DateField
  Clicking the field
    opens the datepicker
  displayText
    is shown correctly after rendering
    is removed properly when setting to ''
  Leaving the field
    closes the datepicker
    accepts the prediction
    accepts the prediction with autoTimestamp
    updates the model with the selected value
    sends timestamp and displayText
    does not send timestamp and displayText again if not changed
    does not send timestamp and displayText if no date was entered
  Validation
    invalidates field if value is invalid (not a date)
    prevents model update if value is invalid
  Picker
    sends displayText and timestamp if date was selected
  Key handling
    ESC
      closes the datepicker
    ENTER
      updates the model with the selected value and closes picker
    DOWN
      increases day by one
      increases month by one if shift is used as modifier
      increases year by one if ctrl is used as modifier
    UP
      decreases day by one
      decreases month by one if shift is used as modifier
      decreases year by one if ctrl is used as modifier
  Date validation and prediction
    can validate inputs
    can predict dates
    can predict yyyy.MM
  can predict partial years
  Allowed dates
    _referenceDate returns only allowed date - only one date
    _referenceDate returns only allowed date - choose nearest date in the future
    _referenceDate returns only allowed date - when no date in future is available, choose nearest date in past
    _syncAllowedDates must convert date strings into Dates
  Touch = true
    touch popup
      updates display text and is not used for time fields
      is opened if datefield is touched
      is not opened if timefield is touched
      is closed when date in picker is selected
      unregisters clone after close
      updates displayText and timestamp of datefield if date in picker is selected
      updates displayText and timestamp of datefield if date in picker is entered
      updates displayText and timestamp of datefield if date and time in picker are entered
      shows datefield with same date as clicked datefield
      shows datefield with same date as clicked datefield, if field empty initially
      clears displayText and timestamp of datefield if date in picker was removed
      shows datefield with same date as clicked datefield, even if value was deleted before

GroupBox
  _render
    adds group-box div when label is set
  test predefined height and width in pixel
    adds group-box div when label is set
  focus
    focus first focusable field in groupBox

LabelField
  HtmlEnabled
    if false, encodes html in display text
    if true, does not encode html in display text
    if false, replaces 
 with br tag and encodes other text
    if true, does not replace 
 with br tag and does not encode other text

NumberField
  parse input (calculate value)
    with . as separator and ' as grouping char
    with , as separator and . as grouping char

SequenceBox
  mandatory indicator
    does not exist
  label width
    is 0 if it is empty
  status handling
    moves the error status of the last field to the seq box
    moves the tooltip of the last field to the seq box
    moves the menus of the last field to the seq box
    does not display the error message of the last field, only the one of the seq box
    removes the tooltip from the seq box if last field gets invisible
    moves the tooltip from the first field to the seq box if it gets the last field after a visibility change
    moves the error from the first field to the seq box if it gets the last field after a visibility change
    makes sure the status may be displayed on the field again if the field was the last visible field once

SliderField
  slider
    accepts the value

SmartField
  _onKeyUp
    doesn not call _openProposal() when TAB has been pressed
    calls _openProposal() when a character key has been pressed
  _syncProposalChooser
    must reset _requestProposal property
  _openProposal
    must "browse all" when field is valid and browseAll parameter is true
    must search by display-text when field is valid and browseAll parameter is false
    must "browseAll" when field is invalid
  _acceptProposal
    must set displayText
    must call clearTimeout() for pending typedProposal events
    dont send _acceptProposal when displayText has not changed
    send _acceptProposal when displayText has changed
    send deleteProposal when displayText has been deleted quickly
  touch = true
    opens a touch popup when smart field gets touched
    opens a touch popup if there already is a proposal chooser while rendering
    shows smartfield with same text as clicked smartfield
    properly unregisters the field when the popup gets closed

StringField
  Check if field is switched to password field if inputMasked is true
    set input masked
    set input not masked
  insertText
    expects empty field at the beginning
    inserts text into an empty field
    appends text to the previous value (if no text is selected)
    replaces selection #1 (if part of the text is selected, selection does not start at the beginning)
    replaces selection #2 (if part of the text is selected, start at the beginning)
    replaces selection #3 (if whole content is selected)
    sends display text changed to server using accept text
    sends display text changed to server using accept text, twice, if updateDisplayTextOnModify=true
  trim
    should restore selection
    should not break when displayText is very long (regex is too big)

TabBox
  render
    does NOT call layout for the selected tab on initialization
    must not create LogicalGridData for tab items

TabItem
  _renderStatusVisible
    invalidates tabarea if status visibility changes
  _renderCssClass
    adds CSS class to both, TabItem and GroupBox

TableField
  property table
    shows (renders) the table if the value is set
    destroys the table if value is changed to ''
    if table is global, only removes the table but does not destroy it if value is changed to ''
    table gets class 'field' to make it work with the form field layout
    table gets class 'field' to make it work with the form field layout (also when loaded by property change event)

WrappedForm
  mandatory indicator
    does not exist
  test initial focus disabled
    string field in inner form hasn't focus
  test initial focus enabled
    string field in inner form has focus

KeyStroke
  unrepeatability
    means that an unrepeatable KeyStroke is triggered exactly once per keyup event, even given three keydown events
    means that an unrepeatable KeyStroke is triggered exactly once given the sequence (keydown, keyup)

HtmlComponent
  Ctor
    sets data 'htmlComponent' when Ctor is called
  getSize
    returns outerWidth() and outerHeight() of JQuery comp
  setSize
    accepts scout.Dimension as single argument
    calls invalidate on layout when size has changed
  getInsets
    reads padding, margin and border correctly
  getBounds
    returns bounds without 'px'

LayoutValidator
  invalidateTree
    keeps track of invalid html components
    considers only the topmost component
    and validate roots
    makes sure parent components are put in front of child components
  validate
    calls validateLayout for each invalid html component
    does not call validateLayout if component has been removed
    does not call validateLayout if component has been detached, but does not remove from invalid components either
    removes the component from the list of invalidate components after validation
  cleanupInvalidObjects
    removes the widget from invalid components when a widget gets removed

LogicalGridLayoutInfo
  Rectangle.union
    produces same results as java.awt.Rectangle
  layoutCellBounds
    calculates bounds

graphics
  getBounds
    returns JQuery.outerWidth/Height(true)
    returns 0 when left/right is set to auto
  bounds
    returns rectangle with position from JQuery.position()
    returns rectangle with position from JQuery.position() including margin if includePosMargin is true
    returns rectangle with size from JQuery.outerWidth/Height
    returns rectangle with size from  JQuery.outerWidth/Height() including margin if includeSizeMargin is true
  Point
    equals
  Dimension
    accepts two numbers as width and height arguments
    accepts a single scout.Dimension argument
    equals
  Rectangle
    equals
  Insets
    equals

main
  nvl
    can return alternative value
  isOneOf
    can check if value is one of multiple values
  create
    accepts string or object as first argument
    creates a new initialized widget with parent and session set
    creates local object if first parameter is the objectType
      sets property 'id' correctly when no ID is provided
      session must be set, but adapter should not be registered
    creates local object if first parameter of type object and contains objectType property

ButtonAdapterMenu
  initialization / destroy
    should set/delete adaptedBy property on original button instance
  focusable element
    button should delegate to adapter menu

ContextMenuSpec
  renderMenuItems
    renders invisible menus
    adds last and first classes
    considers visibility when adding last and first classes

MenuBar
  setMenuItems
    prefers EmptySpace for the left position if menu has multiple menuTypes
    must add/destroy dynamically created separators
    renders menu bar invisible if no visible menu items are available
    renders menu bar visible if at least one visible menu item is available
  layout
    gets invalidated if a menu changes its visibility
  updateDefaultMenu
    marks first visible and enabled menu that reacts to ENTER keystroke as default menu
    updates state if menu gets enabled or disabled
    considers rendered state of default menu

MenuItemsOrder
  _createSeparator
  _menuTypes

Menu
  defaults
    should have expected defaults
  render
    render depending on the actionStyle
    render as separator
    childActions must not be rendered when popup is not opened. See ticket #173734
  isTabTarget
    should return true when menu can be a target of TAB action

menus
  filter
    does nothing if no menus are given
    returns no menus if no types are given
    only returns visible menus, if onlyVisible param is set to true
    only returns menus with given type (even when menu is not visible)
    only returns parent menus if child menus should be displayed
    only returns parent menus if child menus have correct type

Planner
  deleteResources
    deletes resources from model
    deletes resources from html document
    also adjusts selectedResources and selectionRange if deleted resource was selected
  updateResources
    updates resources in model
    updates resources in html document
  renderScale
    displayMode: DAY
      draws scale for whole day
      draws scale for one hour
      draws scale for two hour interval
      draws scale with only showing every second label
    displayMode: WEEK / WORK_WEEK
      draws scale for WEEK for whole day with 6h interval
      draws scale for WEEK with only showing every second label
      draws scale for WEEK with changing month
      draws scale for WORK_WEEK for whole day with 6h interval
      draws scale for WORK_WEEK with only showing every second label
    displayMode: MONTH
      draws scale
      draws scale with only showing every second label
    displayMode: CALENDAR_WEEK
      draws scale for CALENDAR_WEEK displayMode
      draws scale with only showing every second label
      draws scale with only showing every third label
    displayMode: YEAR
      draws scale for YEAR displayMode
      draws scale with only showing every second label
      draws scale with only showing every third label
  transformLeft/transformWidth
    calculates left and width in WEEK mode for whole days
    calculates left and width in WEEK mode for limitted day range

scrollbars
  onScroll
    attaches handler to scrolling parents which execute when scrolling
  offScroll
    detaches handler from scrolling parents
  isLocationInView
    returns true if the given location is inside the given $scrollable
    returns false if x of the given location is outside of the given $scrollable (smaller)
    returns false if y of the given location is outside of the given $scrollable (smaller)
    returns false if x of the given location is outside of the given $scrollable (greater)
    returns false if y of the given location is outside of the given $scrollable (greater)

ModelAdapter
  can handle properties in any order
  _syncPropertiesOnPropertyChange calls _sync* method or sets property
  _renderPropertiesOnPropertyChange
    for non-adapter property -> expects a _render* method
    for non-adapter property -> throw when _render* method does not exist
  init
    copies properties to adapter
    sets default values
  destroy
    destroys the adapter and its children
    does not destroy children, which are globally used
  _firePropertyChange
    fires the expected event object
    changedProperties is only set when new and old value are not equals
  cloneAdapter
    clones only model properties
    also considers default properties
    'label' must be recognized as model property, but not '$container'
    prefers properties passed as modelOverride
    must register clone in clone adapter registry
    must not register clone in adapter registry
  onModelPropertyChange
    adapter
      creates and registers the new adapter
      destroys the old adapter
    adapters
      creates and registers adapters
      destroys the old adapters
      destroys the old and creates the new adapters if the array contains both

ResponseQueue
  add
    adds elements to the queue in the correct order
  process
    processes elements in the correct order
    does not process elements in the wrong order
    does not process same response twice

Session
  send
    sends multiple async events in one call
    sends multiple async events in one call over multiple user interactions if sending was delayed
    does not await the full delay if a susequent send call has a smaller delay
    does not await the full delay if a previous send call has a smaller delay
    coalesces events if event provides a coalesce function
    sends requests consecutively
    sends requests consecutively and respects delay
    queues ?poll results when user requests are pending
    resumes polling after successful responses
    does not resume polling after JS errors
    does not resume polling after UI server errors
    does not resume polling after HTTP errors
    does not resume polling after session terminated
  init
    sends startup parameter
    sends user agent on startup
  texts
    check if correct text is returned
    check if empty text is returned
    check if null text is returned
    check if arguments are replaced in text
    check if multiple arguments are replaced in text
    check if undefined texts return an error message
    optText returns undefined if key is not found
    optText returns default value if key is not found
    optText returns text if key found
    optText returns text if key found, with arguments

texts
  check if correct text is returned
  check if empty text is returned
  check if null text is returned
  check if arguments are replaced in text
  check if multiple arguments are replaced in text
  check if undefined texts return an error message
  optGet returns undefined if key is not found
  optGet returns default value if key is not found
  optGet returns text if key found
  optGet returns text if key found, with arguments
  check if the same placeholder can be used multiple times

SimpleTabArea
  renders the tabs in the correct order

Table Filter
  row filtering
    applies row filter when table gets initialized
    doesn't filter anymore if filter gets removed
    applies row filter if a new row gets inserted
    applies row filter if a new row gets inserted, even if table is not rendered
    applies row filter if a row gets updated
    applies row filter if a row gets updated, even if table is not rendered
    properly handles successive row insertion and updates
    properly handles reset table case
    considers view range
    renders empty data if all rows are removed due to filtering
  selection
    gets removed for non visible rows after filtering
    stays removed even if filtered row is selected explicitly
    gets removed for non visible rows after filtering if a row has been updated
    gets restored for visible rows after filtering
  events
    rowsFiltered
      gets fired when table with a filter is initializing
      does not get fired when table with no filters is initializing
      gets fired if filter() is called
      gets fired if filter() is called, even if table is not rendered
      gets not fired if rows are filtered again but the filtered rows have not changed
      gets fired if rows are filtered during updateRows
      gets fired if rows are filtered during insertRows
      gets fired if rows are filtered during deleteRows
      gets fired if rows are filtered during deleteAllRows
      does not get fired if rows are updated but row filter state has not changed
      gets sent to server containing rowIds when rows are filtered

TableFooterSpec
  render
    attaches listener to the table but only once
  TableStatusTooltip
    shows ERROR tooltip
    shows INFO tooltip when table is rendered
    hides INFO tooltip when user clicks in table
    does not hide ERROR tooltip when user clicks in table

TableHeaderMenu
  filter
    string column
      shows the unique string values
      converts multiline text to single line
      strips html tags if html is enabled
      reflects the state of the filter
      correctly updates the list after inserting a new row, if a filter is applied
      always displays the selected value, even if the table does not contain the value anymore
      displays empty values as -empty-
      stores selected text in filter.selectedValues
      stores empty as null and not '-empty-'
    boolean column
      shows the unique string values
    sort enabled
      option enabled shows sort options in table header menu
      option disabled does not show sort options in table header menu

TableHeaderSpec
  render
    attaches listener to the table but only once

TableKeyStrokes
  key up
    selects the above row
    selects the last row if no row is selected yet
    selects the second last row if all rows are selected
    selects the only row if there is only one
    does nothing if first row already is selected
    if first row already is selected but is not the last action row, the row above the last action row gets selected
    if there is a last action row, selects the row above last last action row
    selects the row above the last action row even if the row above already is selected
    uses last row of selection as last action row if last action row is not visible anymore
     + shift
      adds the row above to the selection
      removes the row above from the selection if the last action row is the last row of the selection
      if the row above the last action row is not selected, adds the row above to the selection
  key down
    selects the row below
    selects the first row if no row is selected yet
    selects the second row if all rows are selected
    selects the only row if there is only one
    does nothing if last row already is selected
    if there is a last action row, selects the row below the last action row
    selects the row below the last action row even if the row below already is selected
    uses last row of selection as last action row if last action row is not visible anymore
     + shift
      adds the row below to the selection
      removes the row below from the selection if the last action row is the first row of the selection
      if the row below the last action row is not selected, adds the row below to the selection
  end
    selects last row
     + shift
      selects all rows from currently selected row to last row
      preserves existing selection
      considers last action row as start row for new selection
      uses last row of selection as last action row if last action row is not visible anymore
      does nothing if last row is already selected
      does not add same rows to selectedRows twice
  home
    selects first row
     + shift
      selects all rows from currently selected row to first row
      preserves existing selection
      considers last action row as start row for new selection
      uses first row of selection as last action row if last action row is not visible anymore
      does nothing if first row is already selected
      does not add same rows to selectedRows twice
  space
    does nothing if no rows are selected
    checks the selected rows if first row is unchecked
    does not modify already checked rows when checking
    unchecks the selected rows if first row is checked
    does not modify already unchecked rows when unchecking
  page up
    selects the only row if there is only one
  page down
    selects the only row if there is only one

Table
  render
    renders CSS class
    renders a table header
    renders table rows
      accepts rows with cells
      accepts rows with text only
  _calculateViewRangeForRowIndex
    returns a range based on viewRangeSize
  insertRows
    inserts rows at the end of the table
    renders rows only if view range is not full yet
  updateRows
    updates the model cell texts
    updates the html cell texts
    does not destroy selection
    silently updates rows which are not in view range
  deleteRows
    deletes single rows from model
    deletes single rows from html document
    considers view range (distinguishes between rendered and non rendered rows, adjusts viewRangeRendered)
  deleteAllRows
    deletes all rows from model
    deletes all rows from html document
    silently removes not rendered rows
  updateRowOrder
    reorders the model rows
    reorders the html nodes
    considers view range
  checkRow
    checks the row, does not uncheck others if multiCheck is set to true
    unchecks other rows if multiCheck is set to false
    does not check the row if checkable is set to false
    does not check the row if the row is disabled
    does not check the row if the table is disabled
    considers view range
    keeps added checkable column visible even when reloading factory settings
    does not add an additional checkable column if one is already configured
  selectRows
    updates model
    selects rendered rows and unselects others
    considers view range
    sends selection event containing rowIds
  toggle selection
    selects all if not all are selected
    selects none if all are selected
  selectAll
    selects all rows
    considers view range -> renders selection only for rendered rows
  doRowAction
    sends rowAction event with row and column
    does not send rowAction event if the row is not selected
    does not send rowAction event if it is not the only one selected row
  resizeColumn
    updates column model and sends resize event 
    does not send resize event when resizing is in progress
    sends resize event when resizing is finished
  autoResizeColumns
    distributes the table columns using initialWidth as weight
    excludes columns with fixed width
    does not make the column smaller than the initial size
    does not make the column smaller than a minimum size
  sort
    updates column model
    model update
      sets sortAscending according to direction param
      resets properties on other columns
      sets sortIndex
      does not remove sortIndex for columns always included at begin
      does not remove sortIndex for columns always included at end
      does not remove sortIndex for columns always included at begin and end (combination)
      removes column from sort columns
    sends rowsSorted event when client side sorting is possible
    sends sortRows event when client side sorting is not possible
    sorts the data
    regroups the data if group by column is active
    restores selection after sorting
    sorting
      sorts text columns considering locale (if browser supports it)
      sorts number columns
      sorts date columns
      uses non sort columns as fallback
  column grouping
    renders an aggregate row for each group
    considers view range -> only renders an aggregate row for rendered rows
    considers view range -> doesn't render an aggregate row if the last row of the group is not rendered
    regroups if rows get inserted
    regroups if rows get inserted, event is from server and table was empty
    does not regroup if rows get inserted, event is from server and table was not empty
    regroups if rows get deleted
    removes aggregate rows if all rows get deleted
    regroups if rows get updated
    may group column 0 only
    may group column 1 only
    may group columns 0 (avg) and 1 (sum)
    may group columns 0, 1 and 2
    may group columns 2 and 1
    may group column 1 only after grouping column 0 first
    may group column 1 and 2 after grouping column 0 first
  row click
    selects row and unselects others
    sends selection and click events
    sends only click if row already is selected
    sends selection, checked and click events if table is checkable and checkbox has been clicked
  right click on row
    opens context menu
    context menu only shows items without header type also if there is a type singleSelection
    context menu only shows visible menus
  _filterMenus
    returns no menus for contextMenu if no row is selected
    returns only single selection menus for contextMenu if one row is selected
    returns only multi selection menus for contextMenu if multiple rows are selected
    returns menus with single- and multi selection set for contextMenu if one or more rows are selected
    returns only empty space menus if no row is selected
    returns empty space and single selection menus if one row is selected
    returns empty space and multi selection menus if multiple rows are selected
    returns menus with empty space, single- and multi selection set if one or more rows are selected
  row mouse down / move / up
    selects multiple rows
    only sends selection event, no click
    only send one event for mousedown and immediate mouseup on the same row
    only selects first row if mouse move selection or multi selection is disabled
  moveColumn
    moves column from oldPos to newPos
    considers view range (does not fail if not all rows are rendered)
  onModelAction
    rowsSelected event
      calls selectRows
    rowsDeleted event
      calls deleteRows
    allRowsDeleted event
      calls deleteAllRows
    rowsInserted event
      calls insertRows
    rowOrderChanged event
      calls updateRowOrder
      does not animate ordering for newly inserted rows
    rowsUpdated event
      calls updateRows
    columnStructureChanged event
      resets the model columns
      redraws the header to reflect header cell changes (text)
    columnOrderChanged event
      reorders the model columns
      reorders the html nodes
      silently moves cells which are not rendered in view range
    columnHeadersUpdated event
      updates the text and sorting state of model columns
      updates sort indices of the sort columns if a sort column got removed
      updates the text and sorting state of html table header nodes
      updates the custom css class of table header nodes
  onModelPropertyChange
    headerVisible
      hides the table header
    menus
      creates and registers menu adapters
      destroys the old menus
      destroys the old and creates the new menus if the list contains both
    considers custom css class
  _sendRowsFiltered
    should not coalesce remove and 'add' events

BooleanColumn
  table checkable column
    a checkbox column gets inserted if table.checkable=true
    no checkbox column gets inserted if table.checkable=false
    this.checkableColumn is set to the new column
    displays the row.checked state as checkbox
  boolean column
    displays the cell value as checkbox

Column
  considers horizontal alignment
  converts linebreak into <br> in header cells
  considers custom css class of a column
  considers custom css class of a column, as well for checkbox columns
  considers custom css class of a cell, if both are set only the cell class is used
  considers htmlEnabled of a cell
  caches encoded text of a cell to improve performance
  multilineText
    replaces
 with br, but only if htmlEnabled is false
  textWrap
    wraps text if column.textWrap and table.multilineText are true
    does not wrap text if column.textWrap is false and table.multilineText is true
    does not wrap text if column.textWrap is true and table.multilineText is false
  background effect
    colorGradient1
      colors cells from red to green
      colors cells according to rounded values
    considers view range -> only colors rendered cells
    updates colors if row gets deleted
    updates colors if row gets inserted
    updates colors if row gets updated
    colors cells if table gets rendered
    restores existing background color if background effect gets removed
    barChart
      does not overwrite existing background color
    setBackgroundEffect
      changes the background effect
      sends columnBackgroundEffectChanged event
  calculateMinMaxValues
    calculates the min/max values based on rounded values

scout.comparators
  tests 'compare' method of TEXT comparator
  tests 'compareIgnoreCase' method of TEXT comparator
  tests 'compare' method of NUMERIC comparator
  tests 'compare' method of ALPHANUMERIC comparator
  tests 'compareIgnoreCase' method of ALPHANUMERIC comparator
  tests 'compareIgnoreCase' method of ALPHANUMERIC comparator with session

AggregateTableControl
  aggregate
    creates an aggregate row
    sums up numbers in a number column
    sums up numbers in a number column but only on filtered rows
    sums up numbers in a number column and considers format pattern
    sums up numbers in a number column and considers rounded values fo aggregation
  eanbled state
    is false if there are no number columns
    is true if there is at least one number column

TableControl
  onModelPropertyChange
    selected
      opens and closes the control container
      removes the content of the previous selected control without closing the container
  setSelected
    removes the content of the previous selected control without closing the container
    sends selected events (for current and previous selection)

CellEditor
  mouse click
    starts cell edit if cell is editable
    does not start cell edit if cell is not editable
    does not start cell edit if row is disabled
    does not start cell edit if table is disabled
    does not start cell edit if mouse down and up happened on different cells
    does not start cell edit if right mouse button was pressed
    does not start cell edit if middle mouse button was pressed
    does not open cell editor if a ctrl or shift is pressed, because the user probably wants to do row selection rather than cell editing
  startCellEdit event
    opens popup with field
  endCellEdit event
    destroys the field
    removes the cell editor popup
  completeEdit
    sends completeCellEdit
    sends completeCellEdit only once
    does not remove the popup and its field (will be done by endCellEdit)
  cancelEdit
    sends cancelCellEdit
    removes the popup and its field
  validation
    shows a tooltip if field has an error
    does not sho a tooltip if field has no error
  popup recovery
    reopens popup if row gets updated
    closes popup if row gets deleted
    closes popup if all rows get deleted
  tooltip recovery
    removes tooltip if row gets deleted

DateColumnUserFilter
  acceptByFields works
  acceptByFields works with time
  addFilterFields must not create date fields with time

TableTextUserFilter
  filter
    filters rows based on cell text
    separates cell values with whitepace
    works with bean columns

DateFormat
  format
    considers d M y
    considers h H m a
    considers E
  parse
    considers d M y
    considers h H m a
  analyze
    analyzes the text and returns an object with months, years and days
      considers pattern dd.MM.yyyy
      considers pattern yyyy-MM-dd
      considers pattern MM/dd/yyy
      checks correct handling of am/pm
      proposes valid dates for pattern dd.MM.yyyy
      proposes valid dates for pattern MM.yyyy
      proposes valid dates for pattern yyyy
      proposes valid times

DecimalFormat
  format
    considers decimal separators
    considers grouping separators
    can swap the position of the minus sign
    can handle invalid patterns
    distinguishes digits and zero digits
    can handle positive and negative subpattern
    can handle exotic symbols
    can handle percentages, format taken from application
    can handle multiplier
    can handle rounding mode
  round
    can handle rounding modes

scout.tooltips
  can be installed and uninstalled for a form field
  creates a tooltip on mouseenter and removes it on mouseleave
  if text
    is empty no tooltip will be shown
    is a function, it will be called for tooltip text
    is undefined no tooltip will be shown
    is provided by component, it will be used as tooltip text
    is provided as function by component, it will be called and used as tooltip text
    is provided using options and by component, text provided using options will be used
    is a function, component is passed as first and only argument

Compacttree
  creation
    adds no empty section node
    adds a node with child node
    adds a node with child nodes in correct order
    deletes a node
    inserts a child node
  node click
    calls selectNodes

TreeKeyStrokes
  key up
    selects the above node in collapsed tree
    selects the above node node in expanded tree
    selects the last node if no node is selected yet
    selects the only node if there is only one
    does nothing if first node already is selected
  key down
    selects the node below in collapsed tree
    selects the first node if no row is selected yet
    selects the above node node in expanded tree
    selects the only node if there is only one
    does nothing if last node already is selected
  Home
    selects first node in collapsed tree
    selects first node in expanded tree
  Subtract
     collapses a node
     collapses a node and drill up
  Add
     expands a node
     expands a node and drill down
  End
     jumps to last node
  space
    does nothing if no nodes are selected
    checks the selected node 
    unchecks the selected node 

TreeNodePosition
  _findInsertPositionInFlatList
    insert node between two other nodes on the same level
    insert node between two other nodes on another level
    insert node ahead all other nodes on the same level
    insert node below all other nodes on the same level
    insert a subtree between two other nodes on the same level
    insert a node below another node of the same level with an expanded subtree
  _addChildrenToFlatListIfExpanded
    expands collapsed node
    expands collapsed node with different levels in insertBatch

Tree
  creation
    adds nodes
    does not add notes if no nodes are provided
  insertNodes
    inserting a child
      updates model
      updates model with a complex node containing another node
      updates html document if parent is expanded
      updates html document at a specific position
    only updates the model if parent is collapsed
    expands the parent if parent.expanded = true and the new inserted nodes are the first child nodes
    with breadcrumb style
      inserts a html node if the parent node is selected
      only updates model if the parent node is not selected
      inserts html nodes at a specific position
    expands the parent if parent.expanded = true and the new inserted nodes are the first child nodes
  updateNodes
    enabled update
      updates the enabled state of the model node
      updates the enabled state of the html node, if visible
      updates the enabled state of the html node after expansion, if not visible
    enabled update on checkable tree
      updates the enabled state of the model node
      updates the enabled state of the html node, if visible
      updates the enabled state of the html node after expansion, if not visible
  deleteNodes
    deleting a child
      updates model
      updates html document
      updates child node indices
      considers view range (distinguishes between rendered and non rendered rows, adjusts viewRangeRendered)
    deleting a root node
      updates model
      updates html document
      deleting a collapsed root node
        updates model
        updates html document
    deleting all nodes
      updates model
      updates html document
  deleteAllChildNodes
    deletes all nodes from model
    deletes all nodes from html document
    deletes all nodes from model for a given parent
    deletes all nodes from html document for a given parent
  check nodes
    checks a subnode -> mark upper nodes 
    checks a node -> mark upper nodes -> uncheck node and test if node keeps marked because children are checked
    checks a subnode and its sibling->mark upper nodes -> uncheck one of the siblings
    try to check a disabled node 
    try to check a node in disabled tree 
    try to check two nodes in singlecheck tree 
    check a parent in autoCheckChildren tree 
    check a parent in autoCheckChildren = false tree 
    try to check nodes in uncheckable tree 
  node click
    calls tree._onNodeMouseDown
    sends selection and click events in one call in this order
    sends selection, check and click events if tree is checkable and checkbox has been clicked
    updates model (selection)
    does not send click if mouse down happens on another node than mouseup
    does not send click if mouse down does not happen on a node
  node double click
    expands/collapses the node
    sends clicked, selection, action and expansion events
  node control double click
    does the same as control single click (does NOT expand and immediately collapse again)
    sends clicked, selection, action and expansion events
  deselectAll
    clears the selection
  selectNodes
    selects a node
    expands the parents if a hidden node should be selected whose parents are collapsed (revealing the selection)
    also expands the node if bread crumb mode is enabled
    also expands the parents in breadcrumb mode if a hidden node should be selected after being expanded and collapsed while in its hidden state
    sets css class ancestor-of-selected on every ancestor of the selected element
    sets css class child-of-selected on direct children of the selected element
    may select a node which is not rendered
    sets parent and ancestor css classes even if nodes are not rendered
    sets child-of-selected css class even if nodes are not rendered
  expandNode
    sets css class child-of-selected on direct children if the expanded node is selected
    renders the child nodes if parent is expanded
    with breadcrumb style
      renders the child nodes if parent is expanded
      ensures top level nodes are rendered
  expandAllParentNodes
    expands all parent nodes of the given node (model)
    expands all parent nodes of the given node (html)
  lazyExpandCollapse
    manual expand -> manual collapse node
    manual expand -> lazy collapse node
    lazy expand -> manual collapse node
    lazy expand -> lazy collapse node
  collapseNode
    prevents collapsing in bread crumb mode if node is selected
  collapseAll
    collapses all nodes and updates model
  updateItemPath
    Sets css class group on every element within the same group
  updateNodeOrder
    reorders the child nodes if parent is given (model)
    reorders the child nodes if parent is given and expanded (model)
    reorders the child nodes if parent is given (html)
    considers view range when updating child node order
    reorders expanded child nodes if parent is given (model)
    reorders the root nodes if no parent is given (model)
    reorders the root nodes if no parent is given (html)
    reorders expanded root nodes if no parent is given (model)
    reorders expanded root nodes if no parent is given (html)
  tree filter
    filters nodes when filter() is called
    filters nodes when filter is added and removed
    makes sure only filtered nodes are displayed when node gets expanded
    applies filter if a node gets changed
    applies filter if a node gets inserted
    make sure nodes unchanged by filters are attached. See ticket #168957
  onModelAction
    nodesInserted event
      calls insertNodes
    nodesDeleted event
      calls deleteNodes
    allChildNodesDeleted event
      calls deleteAllChildNodes
    nodesSelected event
      calls selectNodes
      does not send events if called when processing response
    nodeChanged event
      updates the text of the model node
      updates the text of the html node
      updates custom cssClass of model and html node
      preserves child-of-selected when root nodes get updated
      preserves child-of-selected when child nodes get updated
      preserves group css class when nodes get updated
    nodesUpdated event
      calls updateNodes
    childNodeOrderChanged event
      calls updateNodeOrder
    multiple events
      handles delete, collapse, insert, expand events correctly
  tree enabled/disabled
    disables checkboxes when tree is disabled
  test visible list and map
    with initial all expanded nodes
      init with all expanded in correct order
      collapse a node -> all children have to be removed
      filter node -> filtered node and children has to be removed from visible
      update node -> node is filtered
      insert expanded node to expanded parent
      insert child node in filtered parent
      insert child node which should be filtered
    with initial all closed nodes
      init with all collapsed
      insert child node collapsed parent
      expand node
      expand child node
  onModelPropertyChange
    considers custom css class

DetachHelper
  restores sticky tooltips
  considers the context of $anchor -> only removes tooltips in that context

Device
  scout.device
    is initialized automatically
  isWindowsTablet
    returns true when browser is Edge and scrollbarWidth is 0
  user agent parsing
    recognizes iOS devices
    recognizes Android devices
    recognizes normal Windows PCs
    recognizes supported browsers

EventSupport
  on / trigger / off
    single event func only triggered until off() is called
    multiple events
  one
    single event func only triggered once when registered with one()
    event parameter passed to registered func
    de-register function registered with one()
  off
    remove all with same type
    remove specific listener

Range
  equals
  union
    returns a new range with the sum of both ranges
    returns a copy of both ranges if the ranges don't overlap
    returns a copy of the non empty range if one range is empty
  subtract
    returns a new range where the second range is removed from the first
    returns a copy of the first range if the second does not overlap the first
    returns an empty range if second range completely covers the first
    returns a new range if second range is inside the first and touches a border
    returns an array of two ranges if second range is inside the first but does not touch a border
    returns a copy of the first range if the second range is empty
    returns an empty range if the first range is empty
  intersect
    returns a new range with the part where both ranges overlap
    returns an empty range if the ranges don't overlap
    returns an empty range if one range is empty

scout.URL
  can parse super-simple URL
  can parse empty hash
  can parse a moderately simple URL
  can convert the URL to string (only changed in order of arguments)
  can handle multi-valued parameters
  can add parameters
  can remove parameters
  can create or replace parameters
  can handle non-ascii characters

scout.arrays
  init
    checks whether array has correct length and initial values
  ensure
    creates an array if the param is not an array
    returns the param if the param already is an array
  remove
    removes elements
  removeAll
    removes all given elements
    considers emtpy args
  replace
    replaces elements
  insert
    insert element at index
  max
    returns 0 iff input contains 0
    behaves like Math.max on null and undefined
    ignores non-number elements
  min
    returns 0 iff input contains 0
    behaves like Math.min on null and undefined
    ignores non-number elements
  move
    replaces elements
  union
    merges two arrays
    merges two arrays and removes duplicates
    also works with floats
    if the arrays contain objects instead of primitives, it uses their id to check for equality
    does not fail if arr1 or arr2 are not defined
  equals
    checks whether two arrays contain the same elements in the same order
    considers emtpy and same arrays
    returns true if one array is undefined/null and the other empty
  equalsIgnoreOrder
    checks whether two arrays contain the same elements without considering the order
    considers emtpy and same arrays
    returns true if one array is undefined/null and the other empty
  find
    returns the element for which the given predicate returns true
  findFrom
    returns the element for which the given predicate returns true, starting from a given index
    does not return the element for which the given predicate returns true, if it is on the left side of the start index
    also checks the element at start index 
    searches from right to left if backwards is true
  format
    formats an array by concatenating each entry
    returns '' for empty array or if no array was provided
  formatEncoded
    encodes the html of each array element
  first
    finds first array element
  last
    finds last array element

scout.dates
  shift
    shifts year or month or day
    shifts year and month if both provided
    shifts year and month and day if all provided
    shift year
      adds or removes years
      handles edge case leap year
    shift month
      adds or removes months
      handles edge case start month
      handles edge case end month
      handles edge case leap year
  shiftToNextDayOfType
    shifts to next day of type
  shiftToPreviousDayOfType
    shifts to previous day of type
  ensureMonday
    shifts to next monday in direction if it is not a monday yet
  isSameDay
    returns true if day, month and year matches
  compareMonths
    returns the differences in number of months
    ignores time
    works with different years
  compareDays
    returns the differences in number of days
    ignores time
    works with different month
    works with different years
  timestamp
    returns a string of the expected length withonly digits
  orderWeekdays
    orders weekdays
  toJsonDate / parseJsonDate
    can handle missing or invalid inputs
    can convert JSON and JS dates
  create
    can create dates
  weekInYear
    can calculate week in year
  format
    can handle invalid values
    can format valid dates
  compare
    can handle invalid dates
    can compare valid dates
  isLeapYear
    correctly identifies leap years

scout.defaultValues
  _loadDefaultsConfiguration
    can load invalid configurations
  applyTo
    can apply default values to JSON
    can apply default values to JSON considering the model variant
    copies default values 'by value'

scout.icons
  parses bitmap icons
  parses font icons (scoutIcons font)
  parses font icons (custom font)
  parses returns a CSS class for custom fonts
  appends CSS class string with custom fonts

scout.numbers
  round
    tests special cases
    tests rounding mode 'UP'
    tests rounding mode 'DOWN'
    tests rounding mode 'CEILING'
    tests rounding mode 'FLOOR'
    tests rounding mode 'HALF_UP'
    tests rounding mode 'HALF_DOWN'
  shiftDecimalPoint
    can shift decimal point to left and right
  randomId
    can generate random IDs
  correlationId
    can generate random correlation IDs

scout.objects
  copyProperties
    copies all properties
    copies the properties from prototype as well
  countOwnProperties
    counts all own properties
  valueCopy
    copies an object by value
  isNumber
    returns true iff argument is a number
  values
    returns object values

scout.strings
  nl2br
    can convert newlines to br tags
    encodes html, if the parameter is set to true (default)
  removeAmpersand
    can remove ampersands
  getMnemonic
    can extract mnemonics
  hasText
    can check if string has text
  repeat
    can repeat strings
  padZeroLeft
    can pad strings with 0
  startsWith
    can check if a string starts with another
  endsWith
    can check if a string ends with another
  count
    can count occurrences
  encode
    encodes html
    does not try to encode empty strings
    caches the html element used for encoding
  join
    joins strings
  box
    boxes strings
  lowercaseFirstLetter
    converts first letter to lowercase
  quote
    quotes special characters for regexp
  asString
    converts input to string
  plainText
    converts html to plain text
    does not try to get plaintext of empty strings
    caches the html element used for getting plain text
    considers upper and lower case tags
    converts br, p, div into new lines
    converts li, tr into new lines
    converts td into whitespaces
    converts &nbsp;, &amp;, &gt;, &lt;
    preserves tabs
  insertAt
    can insert strings into other strings
  nvl
    returns an empty string when input is null or undefined
  splitMax
    returns not more than limit elements

Widget
  rendering
    should set rendering, rendered flags correctly
    should set rendering flag to true _while_ the component is rendering
  attach/detach
    attached and rendered is false by default
    attached and rendered has the right value after render/remove and attach/detach

Results: 1027 specs, 0 failures, 0 pending

[INFO] stopped o.e.j.s.h.ContextHandler{/webjars,file:/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/}
[INFO] stopped o.e.j.s.h.ContextHandler{/classpath,file:/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/}
[INFO] stopped o.e.j.s.h.ContextHandler{/,file:/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/}
[INFO] stopped o.e.j.s.h.ContextHandler{/ext,file:/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/}
[INFO] stopped o.e.j.s.h.ContextHandler{/ext,file:/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/}
[INFO] stopped o.e.j.s.h.ContextHandler{/spec,file:/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/}
[INFO] stopped o.e.j.s.h.ContextHandler{/src,file:/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/}
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-6.0.300-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-6.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-6.0.300-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-6.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-6.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test >--
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test 6.0.300-SNAPSHOT [25/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.scout.rt.ui.html.scriptprocessor.ScriptProcessorTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.907 sec - in org.eclipse.scout.rt.ui.html.scriptprocessor.ScriptProcessorTest

Results :

Tests run: 3, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-6.0.300-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-6.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-6.0.300-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-6.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html >--------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html 6.0.300-SNAPSHOT [26/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.svg.ui.html ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.svg.ui.html ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.svg.ui.html ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.svg.ui.html ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.ui.html/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add-js-resource) @ org.eclipse.scout.rt.svg.ui.html ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.svg.ui.html ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.svg.ui.html ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.ui.html/target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.svg.ui.html ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.svg.ui.html ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.ui.html/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.svg.ui.html ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.svg.ui.html ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.svg.ui.html ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.svg.ui.html ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.svg.ui.html ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.svg.ui.html ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.svg.ui.html ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.svg.ui.html ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.svg.ui.html ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.svg.ui.html ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/6.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.ui.html/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/6.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/6.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.dev.jetty >----------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.dev.jetty 6.0.300-SNAPSHOT [27/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.dev.jetty ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.dev.jetty ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.dev.jetty ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.dev.jetty ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.dev.jetty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.dev.jetty ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.dev.jetty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.dev.jetty ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.dev.jetty ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.dev.jetty ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.dev.jetty ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.dev.jetty ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.dev.jetty ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.dev.jetty ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.dev.jetty ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.dev.jetty ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.dev.jetty ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty/6.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty/6.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty/6.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----< org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix >-----
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix 6.0.300-SNAPSHOT [28/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.dev.jetty.test.affix ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.dev.jetty.test.affix ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.dev.jetty.test.affix ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.dev.jetty.test.affix ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty.test.affix/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.dev.jetty.test.affix ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.dev.jetty.test.affix ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.dev.jetty.test.affix ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty.test.affix/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.dev.jetty.test.affix ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.dev.jetty.test.affix ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.dev.jetty.test.affix ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.dev.jetty.test.affix ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.dev.jetty.test.affix ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.dev.jetty.test.affix ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.dev.jetty.test.affix ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.dev.jetty.test.affix ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.dev.jetty.test.affix ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.dev.jetty.test.affix ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test.affix/6.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test.affix-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty.test.affix/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test.affix/6.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test.affix-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test.affix/6.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test.affix-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test >--------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test 6.0.300-SNAPSHOT [29/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.dev.jetty.test ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.dev.jetty.test ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.dev.jetty.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.dev.jetty.test ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty.test/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.dev.jetty.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.dev.jetty.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.dev.jetty.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty.test/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.dev.jetty.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty.test/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.dev.jetty.test ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty.test/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.scout.dev.jetty.JettyServerTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in org.eclipse.scout.dev.jetty.JettyServerTest

Results :

Tests run: 3, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.dev.jetty.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.dev.jetty.test ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.dev.jetty.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-6.0.300-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.dev.jetty.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.dev.jetty.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.dev.jetty.test ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.dev.jetty.test ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.dev.jetty.test ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/6.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/6.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-6.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/6.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test-6.0.300-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/6.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test-6.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-6.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/6.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt-settings >---------
[INFO] Building org.eclipse.scout.rt-settings 6.0.300-SNAPSHOT          [30/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt-settings ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt-settings ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt-settings ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt-settings ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt-settings/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt-settings ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 15 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt-settings ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt-settings ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt-settings/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt-settings ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt-settings ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt-settings ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt-settings ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt-settings ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt-settings ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt-settings ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt-settings ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt-settings ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt-settings ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt-settings/6.0.300-SNAPSHOT/org.eclipse.scout.rt-settings-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt-settings/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt-settings/6.0.300-SNAPSHOT/org.eclipse.scout.rt-settings-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt-settings/6.0.300-SNAPSHOT/org.eclipse.scout.rt-settings-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------< org.eclipse.scout.rt:org.eclipse.scout.rt-root >-----------
[INFO] Building Eclipse Scout RT ROOT Module 6.0.300                    [31/31]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.scout.rt-root ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.scout.rt-root ---
[INFO] Skipping artifact installation
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Eclipse Scout RT 6.0.300-SNAPSHOT .................. SUCCESS [ 59.615 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.json 6.0.300-SNAPSHOT SUCCESS [  9.995 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform 6.0.300-SNAPSHOT SUCCESS [  5.791 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test 6.0.300-SNAPSHOT SUCCESS [01:31 min]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared 6.0.300-SNAPSHOT SUCCESS [  1.515 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test 6.0.300-SNAPSHOT SUCCESS [  3.243 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons 6.0.300-SNAPSHOT SUCCESS [  1.068 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test 6.0.300-SNAPSHOT SUCCESS [  2.332 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server 6.0.300-SNAPSHOT SUCCESS [  1.134 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.test 6.0.300-SNAPSHOT SUCCESS [  7.747 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms 6.0.300-SNAPSHOT SUCCESS [  0.946 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws 6.0.300-SNAPSHOT SUCCESS [  1.077 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt 6.0.300-SNAPSHOT SUCCESS [  0.991 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test 6.0.300-SNAPSHOT SUCCESS [ 21.065 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc 6.0.300-SNAPSHOT SUCCESS [  1.059 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test 6.0.300-SNAPSHOT SUCCESS [  2.897 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client 6.0.300-SNAPSHOT SUCCESS [  3.136 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client.test 6.0.300-SNAPSHOT SUCCESS [ 23.453 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client 6.0.300-SNAPSHOT SUCCESS [  1.617 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test 6.0.300-SNAPSHOT SUCCESS [  2.045 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge 6.0.300-SNAPSHOT SUCCESS [  0.887 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor 6.0.300-SNAPSHOT SUCCESS [  1.498 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html 6.0.300-SNAPSHOT SUCCESS [  1.842 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test 6.0.300-SNAPSHOT SUCCESS [01:14 min]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test 6.0.300-SNAPSHOT SUCCESS [  2.319 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html 6.0.300-SNAPSHOT SUCCESS [  1.118 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty 6.0.300-SNAPSHOT SUCCESS [  1.301 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix 6.0.300-SNAPSHOT SUCCESS [  0.728 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test 6.0.300-SNAPSHOT SUCCESS [  1.470 s]
[INFO] org.eclipse.scout.rt-settings 6.0.300-SNAPSHOT ..... SUCCESS [  0.715 s]
[INFO] Eclipse Scout RT ROOT Module 6.0.300 ............... SUCCESS [  0.154 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  05:28 min
[INFO] Finished at: 2021-07-31T21:37:22Z
[INFO] ------------------------------------------------------------------------
[scout-integration-6.0-RT-nightly] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dremote_branch=origin/releases/6.0.x -Dis_tag=false -Dtag_or_branch=origin/releases/6.0.x -Dmaster_unitTest_skip=true -DskipJasmineTests=true -Dmaster_deployAtEnd=false deploy -Psign
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_292, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_292-b10/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.scout.rt:org.eclipse.scout.rt-root:pom:6.0.300
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-install-plugin is missing. @ line 33, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 41, column 15
[WARNING] 'build.plugins.plugin.version' for com.mycila:license-maven-plugin is missing. @ line 49, column 15
[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] 
[WARNING] The project org.eclipse.scout.rt:org.eclipse.scout.rt:pom:6.0.300-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[WARNING] The project org.eclipse.scout.rt:org.eclipse.scout.rt-settings:jar:6.0.300-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[WARNING] The project org.eclipse.scout.rt:org.eclipse.scout.rt-root:pom:6.0.300 uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Eclipse Scout RT                                                   [pom]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.json                        [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform                 [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test            [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared                   [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test              [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons           [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test      [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server                   [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.test              [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms               [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws             [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt                   [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test        [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc              [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test         [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client                   [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client.test              [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client               [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test          [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge             [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor  [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html                  [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test             [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html              [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty                   [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix        [jar]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test              [jar]
[INFO] org.eclipse.scout.rt-settings                                      [jar]
[INFO] Eclipse Scout RT ROOT Module                                       [pom]
[INFO] 
[INFO] -------------< org.eclipse.scout.rt:org.eclipse.scout.rt >--------------
[INFO] Building Eclipse Scout RT 6.0.300-SNAPSHOT                        [1/31]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ org.eclipse.scout.rt ---
[INFO] Generating flattened POM of project org.eclipse.scout.rt:org.eclipse.scout.rt:pom:6.0.300-SNAPSHOT...
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt ---
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt ---
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.rt ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt/6.0.300-SNAPSHOT/org.eclipse.scout.rt-6.0.300-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt ---
[INFO] 
[INFO] ------------< org.eclipse.scout.rt:org.eclipse.scout.json >-------------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.json 6.0.300-SNAPSHOT [2/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.json ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.json ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.json ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.json/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.json ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.json/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.json ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.json ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.json/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.json ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.json ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.json ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.json/target/org.eclipse.scout.json-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.json ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.json ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.json/target/org.eclipse.scout.json-6.0.300-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.json ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.json/target/org.eclipse.scout.json-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.json ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.json/target/org.eclipse.scout.json-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.json ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.json ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.json ---
[INFO] Searching org.eclipse.scout.json-6.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.json:jar:6.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.json-6.0.300-SNAPSHOT-tests.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.json:test-jar:tests:6.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.json-6.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.json:java-source:sources:6.0.300-SNAPSHOT in 0 seconds.
[INFO] Searching org.eclipse.scout.json-6.0.300-SNAPSHOT-test-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.json:java-source:test-sources:6.0.300-SNAPSHOT in 0 seconds.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.json ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.json/target/org.eclipse.scout.json-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.json/6.0.300-SNAPSHOT/org.eclipse.scout.json-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.json/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.json/6.0.300-SNAPSHOT/org.eclipse.scout.json-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.json/target/org.eclipse.scout.json-6.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.json/6.0.300-SNAPSHOT/org.eclipse.scout.json-6.0.300-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.json/target/org.eclipse.scout.json-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.json/6.0.300-SNAPSHOT/org.eclipse.scout.json-6.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.json/target/org.eclipse.scout.json-6.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.json/6.0.300-SNAPSHOT/org.eclipse.scout.json-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.json ---
[INFO] 
[INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.platform >---------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.platform 6.0.300-SNAPSHOT [3/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.platform ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.platform ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.platform ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.platform ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.platform ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.platform ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.platform ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.platform ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.platform ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.platform ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform/target/org.eclipse.scout.rt.platform-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.platform ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.platform ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.platform ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform/target/org.eclipse.scout.rt.platform-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.platform ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.platform ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.platform ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.rt.platform ---
[INFO] Searching org.eclipse.scout.rt.platform-6.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.platform:jar:6.0.300-SNAPSHOT in 2 seconds.
[INFO] Searching org.eclipse.scout.rt.platform-6.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.platform:java-source:sources:6.0.300-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.platform ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform/target/org.eclipse.scout.rt.platform-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/6.0.300-SNAPSHOT/org.eclipse.scout.rt.platform-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/6.0.300-SNAPSHOT/org.eclipse.scout.rt.platform-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform/target/org.eclipse.scout.rt.platform-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/6.0.300-SNAPSHOT/org.eclipse.scout.rt.platform-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.platform ---
[INFO] 
[INFO] ------< org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test >-------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test 6.0.300-SNAPSHOT [4/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.platform.test ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.platform.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.platform.test ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform.test/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.platform.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.platform.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.platform.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 17 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.platform.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.platform.test ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.platform.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.platform.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.platform.test ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.platform.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.platform.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.platform.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.platform.test ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.platform.test ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.rt.platform.test ---
[INFO] Searching org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test:jar:6.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT-tests.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test:test-jar:tests:6.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test:java-source:sources:6.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT-test-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test:java-source:test-sources:6.0.300-SNAPSHOT in 0 seconds.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.platform.test ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.platform.test ---
[INFO] 
[INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.shared >----------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.shared 6.0.300-SNAPSHOT [5/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.shared ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.shared ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.shared ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.shared/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.shared ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 29 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.shared ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.shared ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.shared ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.shared/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.shared ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.shared ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.shared ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.shared/target/org.eclipse.scout.rt.shared-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.shared ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.shared ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.shared ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.shared/target/org.eclipse.scout.rt.shared-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.shared ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.shared ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.shared ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.rt.shared ---
[INFO] Searching org.eclipse.scout.rt.shared-6.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.shared:jar:6.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.rt.shared-6.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.shared:java-source:sources:6.0.300-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.shared ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.shared/target/org.eclipse.scout.rt.shared-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/6.0.300-SNAPSHOT/org.eclipse.scout.rt.shared-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.shared/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/6.0.300-SNAPSHOT/org.eclipse.scout.rt.shared-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.shared/target/org.eclipse.scout.rt.shared-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/6.0.300-SNAPSHOT/org.eclipse.scout.rt.shared-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.shared ---
[INFO] 
[INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test >--------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test 6.0.300-SNAPSHOT [6/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.shared.test ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.shared.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.shared.test ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.shared.test/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.shared.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.shared.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.shared.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.shared.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.shared.test ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.shared.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.shared.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.shared.test ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.shared.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.shared.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.shared.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.shared.test ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.shared.test ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.rt.shared.test ---
[INFO] Searching org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test:jar:6.0.300-SNAPSHOT in 0 seconds.
[INFO] Searching org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT-tests.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test:test-jar:tests:6.0.300-SNAPSHOT in 0 seconds.
[INFO] Searching org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test:java-source:sources:6.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT-test-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test:java-source:test-sources:6.0.300-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.shared.test ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.shared.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.shared.test ---
[INFO] 
[INFO] ------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons >------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons 6.0.300-SNAPSHOT [7/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.commons ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.commons ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.commons ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.commons/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.commons ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.commons ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server.commons ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.commons ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.commons/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.commons ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.commons ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.commons ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.commons/target/org.eclipse.scout.rt.server.commons-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.commons ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.commons ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.commons ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.commons/target/org.eclipse.scout.rt.server.commons-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.commons ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.commons ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.commons ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.rt.server.commons ---
[INFO] Searching org.eclipse.scout.rt.server.commons-6.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons:jar:6.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.rt.server.commons-6.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons:java-source:sources:6.0.300-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.commons ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.commons/target/org.eclipse.scout.rt.server.commons-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.commons/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.commons/target/org.eclipse.scout.rt.server.commons-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.server.commons ---
[INFO] 
[INFO] ---< org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test >----
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test 6.0.300-SNAPSHOT [8/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.commons.test ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.commons.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.commons.test ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.commons.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.commons.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.commons.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.commons.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.commons.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.commons.test ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.commons.test ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.commons.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-6.0.300-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.commons.test ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.commons.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.commons.test ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.commons.test ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.rt.server.commons.test ---
[INFO] Searching org.eclipse.scout.rt.server.commons.test-6.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test:jar:6.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.rt.server.commons.test-6.0.300-SNAPSHOT-tests.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test:test-jar:tests:6.0.300-SNAPSHOT in 0 seconds.
[INFO] Searching org.eclipse.scout.rt.server.commons.test-6.0.300-SNAPSHOT-test-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test:java-source:test-sources:6.0.300-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.commons.test ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-6.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-6.0.300-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-6.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.server.commons.test ---
[INFO] 
[INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.server >----------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server 6.0.300-SNAPSHOT [9/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server/target/org.eclipse.scout.rt.server-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server/target/org.eclipse.scout.rt.server-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.rt.server ---
[INFO] Searching org.eclipse.scout.rt.server-6.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.server:jar:6.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.rt.server-6.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.server:java-source:sources:6.0.300-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server/target/org.eclipse.scout.rt.server-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server/target/org.eclipse.scout.rt.server-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.server ---
[INFO] 
[INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.test >--------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.test 6.0.300-SNAPSHOT [10/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.test ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.test ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.test/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server.test ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.test ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.test ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.test ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.rt.server.test ---
[INFO] Searching org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.server.test:jar:6.0.300-SNAPSHOT in 0 seconds.
[INFO] Searching org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT-tests.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.server.test:test-jar:tests:6.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.server.test:java-source:sources:6.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT-test-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.server.test:java-source:test-sources:6.0.300-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.test ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.server.test ---
[INFO] 
[INFO] --------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms >--------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms 6.0.300-SNAPSHOT [11/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jms ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.jms ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.jms ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jms/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jms ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.jms ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server.jms ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.jms ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jms/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jms ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.jms ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.jms ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jms/target/org.eclipse.scout.rt.server.jms-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jms ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jms ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jms ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jms/target/org.eclipse.scout.rt.server.jms-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jms ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jms ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jms ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.rt.server.jms ---
[INFO] Searching org.eclipse.scout.rt.server.jms-6.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms:jar:6.0.300-SNAPSHOT in 0 seconds.
[INFO] Searching org.eclipse.scout.rt.server.jms-6.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms:java-source:sources:6.0.300-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jms ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jms/target/org.eclipse.scout.rt.server.jms-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jms/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jms-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jms/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jms/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jms-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jms/target/org.eclipse.scout.rt.server.jms-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jms/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jms-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.server.jms ---
[INFO] 
[INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws >-------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws 6.0.300-SNAPSHOT [12/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jaxws ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.jaxws ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.jaxws ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jaxws ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.jaxws ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server.jaxws ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.jaxws ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jaxws ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.jaxws ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.jaxws ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws/target/org.eclipse.scout.rt.server.jaxws-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jaxws ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jaxws ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jaxws ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws/target/org.eclipse.scout.rt.server.jaxws-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jaxws ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jaxws ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jaxws ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.rt.server.jaxws ---
[INFO] Searching org.eclipse.scout.rt.server.jaxws-6.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws:jar:6.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.rt.server.jaxws-6.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws:java-source:sources:6.0.300-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jaxws ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws/target/org.eclipse.scout.rt.server.jaxws-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws/target/org.eclipse.scout.rt.server.jaxws-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.server.jaxws ---
[INFO] 
[INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt >----------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt 6.0.300-SNAPSHOT [13/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.jaxws.apt ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.jaxws.apt ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.jaxws.apt ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.jaxws.apt/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.jaxws.apt ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.jaxws.apt ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.jaxws.apt ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.jaxws.apt/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.jaxws.apt ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.jaxws.apt ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.jaxws.apt ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.jaxws.apt ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.jaxws.apt ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.jaxws.apt ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.jaxws.apt ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.jaxws.apt ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.jaxws.apt ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.jaxws.apt ---
[INFO] Searching org.eclipse.scout.jaxws.apt-6.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt:jar:6.0.300-SNAPSHOT in 0 seconds.
[INFO] Searching org.eclipse.scout.jaxws.apt-6.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt:java-source:sources:6.0.300-SNAPSHOT in 0 seconds.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.jaxws.apt ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/6.0.300-SNAPSHOT/org.eclipse.scout.jaxws.apt-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.jaxws.apt/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/6.0.300-SNAPSHOT/org.eclipse.scout.jaxws.apt-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/6.0.300-SNAPSHOT/org.eclipse.scout.jaxws.apt-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.jaxws.apt ---
[INFO] 
[INFO] ----< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test >-----
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test 6.0.300-SNAPSHOT [14/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- jaxws-maven-plugin:2.4:wsimport (wsimport-1) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] Ignoring: file:/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/wsdl/JaxWsConsumerTestService.wsdl
[INFO] 
[INFO] --- jaxws-maven-plugin:2.4:wsimport (wsimport-2) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] Ignoring: file:/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/wsdl/JaxWsPingTestService.wsdl
[INFO] 
[INFO] --- build-helper-maven-plugin:1.9.1:add-source (add-wsimport-source) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] Source directory: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/wsimport added.
[INFO] 
[INFO] --- build-helper-maven-plugin:1.9.1:add-source (add-apt-source) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] Source directory: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/annotations added.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wsimport-artifacts) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-jaxws-artifacts-to-meta-inf) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-apt-artifacts) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] Searching org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test:jar:6.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT-tests.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test:test-jar:tests:6.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test:java-source:sources:6.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT-test-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test:java-source:test-sources:6.0.300-SNAPSHOT in 0 seconds.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.server.jaxws.test ---
[INFO] 
[INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc >--------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc 6.0.300-SNAPSHOT [15/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jdbc ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.jdbc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.jdbc ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jdbc/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jdbc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.jdbc ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server.jdbc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.jdbc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jdbc/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jdbc ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.jdbc ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.jdbc ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jdbc/target/org.eclipse.scout.rt.server.jdbc-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jdbc ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jdbc ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jdbc ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jdbc/target/org.eclipse.scout.rt.server.jdbc-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jdbc ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jdbc ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jdbc ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.rt.server.jdbc ---
[INFO] Searching org.eclipse.scout.rt.server.jdbc-6.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc:jar:6.0.300-SNAPSHOT in 0 seconds.
[INFO] Searching org.eclipse.scout.rt.server.jdbc-6.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc:java-source:sources:6.0.300-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jdbc ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jdbc/target/org.eclipse.scout.rt.server.jdbc-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jdbc/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jdbc/target/org.eclipse.scout.rt.server.jdbc-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.server.jdbc ---
[INFO] 
[INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test >-----
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test 6.0.300-SNAPSHOT [16/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jdbc.test ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.jdbc.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.jdbc.test ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jdbc.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.jdbc.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.jdbc.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 13 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jdbc.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server.jdbc.test ---
[ERROR] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/target/classes. Directory does not exist!
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.jdbc.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.jdbc.test ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jdbc.test ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jdbc.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-6.0.300-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jdbc.test ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jdbc.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jdbc.test ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jdbc.test ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.rt.server.jdbc.test ---
[INFO] Searching org.eclipse.scout.rt.server.jdbc.test-6.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test:jar:6.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.rt.server.jdbc.test-6.0.300-SNAPSHOT-tests.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test:test-jar:tests:6.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.rt.server.jdbc.test-6.0.300-SNAPSHOT-test-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test:java-source:test-sources:6.0.300-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jdbc.test ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-6.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-6.0.300-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-6.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.server.jdbc.test ---
[INFO] 
[INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.client >----------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.client 6.0.300-SNAPSHOT [17/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.client ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.client ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.client ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.client/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.client ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.client/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.client ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.client/target/org.eclipse.scout.rt.client-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.client ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.client ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.client/target/org.eclipse.scout.rt.client-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.client ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.client ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.client ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.rt.client ---
[INFO] Searching org.eclipse.scout.rt.client-6.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.client:jar:6.0.300-SNAPSHOT in 6 seconds.
[INFO] Searching org.eclipse.scout.rt.client-6.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.client:java-source:sources:6.0.300-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.client ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.client/target/org.eclipse.scout.rt.client-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client/6.0.300-SNAPSHOT/org.eclipse.scout.rt.client-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client/6.0.300-SNAPSHOT/org.eclipse.scout.rt.client-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.client/target/org.eclipse.scout.rt.client-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client/6.0.300-SNAPSHOT/org.eclipse.scout.rt.client-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.client ---
[INFO] 
[INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.client.test >--------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.client.test 6.0.300-SNAPSHOT [18/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.client.test ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.client.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.client.test ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.client.test/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.client.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.client.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.client.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.client.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.client.test ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.client.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.client.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.client.test ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.client.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.client.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.client.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.client.test ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.client.test ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.rt.client.test ---
[INFO] Searching org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.client.test:jar:6.0.300-SNAPSHOT in 0 seconds.
[INFO] Searching org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT-tests.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.client.test:test-jar:tests:6.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.client.test:java-source:sources:6.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT-test-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.client.test:java-source:test-sources:6.0.300-SNAPSHOT in 2 seconds.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.client.test ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.client.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.client.test ---
[INFO] 
[INFO] --------< org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client >--------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client 6.0.300-SNAPSHOT [19/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.svg.client ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.svg.client ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.svg.client ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.client/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.svg.client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.svg.client ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.svg.client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.svg.client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.client/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.svg.client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.svg.client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.svg.client ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.client/target/org.eclipse.scout.rt.svg.client-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.svg.client ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.svg.client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.svg.client ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.client/target/org.eclipse.scout.rt.svg.client-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.svg.client ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.svg.client ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.svg.client ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.rt.svg.client ---
[INFO] Searching org.eclipse.scout.rt.svg.client-6.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client:jar:6.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.rt.svg.client-6.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client:java-source:sources:6.0.300-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.svg.client ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.client/target/org.eclipse.scout.rt.svg.client-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client/6.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client/6.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.client/target/org.eclipse.scout.rt.svg.client-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client/6.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.svg.client ---
[INFO] 
[INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test >------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test 6.0.300-SNAPSHOT [20/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.svg.client.test ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.svg.client.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.svg.client.test ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.svg.client.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.svg.client.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.svg.client.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.svg.client.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.svg.client.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.svg.client.test ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.svg.client.test ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.svg.client.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-6.0.300-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.svg.client.test ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.svg.client.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.svg.client.test ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.svg.client.test ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.rt.svg.client.test ---
[INFO] Searching org.eclipse.scout.rt.svg.client.test-6.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test:jar:6.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.rt.svg.client.test-6.0.300-SNAPSHOT-tests.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test:test-jar:tests:6.0.300-SNAPSHOT in 0 seconds.
[INFO] Searching org.eclipse.scout.rt.svg.client.test-6.0.300-SNAPSHOT-test-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test:java-source:test-sources:6.0.300-SNAPSHOT in 0 seconds.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.svg.client.test ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-6.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-6.0.300-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-6.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.svg.client.test ---
[INFO] 
[INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge >-------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge 6.0.300-SNAPSHOT [21/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.serverbridge ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.serverbridge ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.serverbridge ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.serverbridge/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.serverbridge ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.serverbridge ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.serverbridge ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.serverbridge ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.serverbridge/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.serverbridge ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.serverbridge ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.serverbridge ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.serverbridge/target/org.eclipse.scout.rt.serverbridge-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.serverbridge ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.serverbridge ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.serverbridge ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.serverbridge/target/org.eclipse.scout.rt.serverbridge-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.serverbridge ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.serverbridge ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.serverbridge ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.rt.serverbridge ---
[INFO] Searching org.eclipse.scout.rt.serverbridge-6.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge:jar:6.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.rt.serverbridge-6.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge:java-source:sources:6.0.300-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.serverbridge ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.serverbridge/target/org.eclipse.scout.rt.serverbridge-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.serverbridge/6.0.300-SNAPSHOT/org.eclipse.scout.rt.serverbridge-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.serverbridge/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.serverbridge/6.0.300-SNAPSHOT/org.eclipse.scout.rt.serverbridge-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.serverbridge/target/org.eclipse.scout.rt.serverbridge-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.serverbridge/6.0.300-SNAPSHOT/org.eclipse.scout.rt.serverbridge-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.serverbridge ---
[INFO] 
[INFO] --< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor >--
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor 6.0.300-SNAPSHOT [22/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:copy-dependencies (copy) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
[INFO] org.jboss:jandex:jar:1.2.2.Final already exists in destination.
[INFO] org.quartz-scheduler:quartz:jar:2.2.2 already exists in destination.
[INFO] javax.activation:activation:jar:1.1 already exists in destination.
[INFO] org.mozilla:rhino:jar:1.7R4 already exists in destination.
[INFO] commons-logging:commons-logging:jar:1.1.1 already exists in destination.
[INFO] com.yahoo.platform.yui:yuicompressor:jar:2.4.8 already exists in destination.
[INFO] com.sun.mail:javax.mail:jar:1.5.4 already exists in destination.
[INFO] org.slf4j:slf4j-api:jar:1.7.12 already exists in destination.
[INFO] com.asual.lesscss:lesscss-engine:jar:1.7.4.bsiR03 already exists in destination.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
[INFO] Searching org.eclipse.scout.rt.ui.html.scriptprocessor-6.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed private-libs/jandex.jar in 1 seconds.
[INFO] Signed private-libs/quartz.jar in 1 seconds.
[INFO] Signed private-libs/activation.jar in 0 seconds.
[INFO] Signed private-libs/rhino.jar in 1 seconds.
[INFO] Signed private-libs/commons-logging.jar in 1 seconds.
[INFO] Signed private-libs/yuicompressor.jar in 2 seconds.
[INFO] Signed private-libs/javax.mail.jar in 1 seconds.
[INFO] Signed private-libs/slf4j-api.jar in 1 seconds.
[INFO] Signed private-libs/lesscss-engine.jar in 0 seconds.
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor:jar:6.0.300-SNAPSHOT in 14 seconds.
[INFO] Searching org.eclipse.scout.rt.ui.html.scriptprocessor-6.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor:java-source:sources:6.0.300-SNAPSHOT in 0 seconds.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
[INFO] 
[INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html >----------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html 6.0.300-SNAPSHOT [23/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.ui.html ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.ui.html ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add-js-resource) @ org.eclipse.scout.rt.ui.html ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.ui.html ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 31 resources
[INFO] Copying 436 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.ui.html ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.ui.html ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.ui.html ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html/target/org.eclipse.scout.rt.ui.html-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html/target/org.eclipse.scout.rt.ui.html-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.rt.ui.html ---
[INFO] Searching org.eclipse.scout.rt.ui.html-6.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html:jar:6.0.300-SNAPSHOT in 2 seconds.
[INFO] Searching org.eclipse.scout.rt.ui.html-6.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html:java-source:sources:6.0.300-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html/target/org.eclipse.scout.rt.ui.html-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html/target/org.eclipse.scout.rt.ui.html-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.ui.html ---
[INFO] 
[INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test >-------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test 6.0.300-SNAPSHOT [24/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add-js-resource) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/src/main/resources
[INFO] Copying 11 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- phantomjs-maven-plugin:0.7:install (default) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.9.1:add-test-resource (add-js-test-resource) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 11 resources
[INFO] Copying 95 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jasmine-maven-plugin:2.0:test (default) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] Skipping Jasmine Specs
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-6.0.300-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] Searching org.eclipse.scout.rt.ui.html.test-6.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test:jar:6.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.rt.ui.html.test-6.0.300-SNAPSHOT-tests.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test:test-jar:tests:6.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.rt.ui.html.test-6.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test:java-source:sources:6.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.rt.ui.html.test-6.0.300-SNAPSHOT-test-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test:java-source:test-sources:6.0.300-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-6.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-6.0.300-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-6.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-6.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.ui.html.test ---
[INFO] 
[INFO] --< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test >--
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test 6.0.300-SNAPSHOT [25/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-6.0.300-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
[INFO] Searching org.eclipse.scout.rt.ui.html.scriptprocessor.test-6.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test:jar:6.0.300-SNAPSHOT in 0 seconds.
[INFO] Searching org.eclipse.scout.rt.ui.html.scriptprocessor.test-6.0.300-SNAPSHOT-tests.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test:test-jar:tests:6.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.rt.ui.html.scriptprocessor.test-6.0.300-SNAPSHOT-test-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test:java-source:test-sources:6.0.300-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-6.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-6.0.300-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-6.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
[INFO] 
[INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html >--------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html 6.0.300-SNAPSHOT [26/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.svg.ui.html ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.svg.ui.html ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.svg.ui.html ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.ui.html/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add-js-resource) @ org.eclipse.scout.rt.svg.ui.html ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.svg.ui.html ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.svg.ui.html ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.svg.ui.html ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.svg.ui.html ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.ui.html/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.svg.ui.html ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.svg.ui.html ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.svg.ui.html ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.svg.ui.html ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.svg.ui.html ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.svg.ui.html ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.svg.ui.html ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.svg.ui.html ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.svg.ui.html ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.rt.svg.ui.html ---
[INFO] Searching org.eclipse.scout.rt.svg.ui.html-6.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html:jar:6.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.rt.svg.ui.html-6.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html:java-source:sources:6.0.300-SNAPSHOT in 0 seconds.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.svg.ui.html ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/6.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.ui.html/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/6.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/6.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt.svg.ui.html ---
[INFO] 
[INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.dev.jetty >----------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.dev.jetty 6.0.300-SNAPSHOT [27/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.dev.jetty ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.dev.jetty ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.dev.jetty ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.dev.jetty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.dev.jetty ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.dev.jetty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.dev.jetty ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.dev.jetty ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.dev.jetty ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.dev.jetty ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.dev.jetty ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.dev.jetty ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.dev.jetty ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.dev.jetty ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.dev.jetty ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.dev.jetty ---
[INFO] Searching org.eclipse.scout.dev.jetty-6.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.dev.jetty:jar:6.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.dev.jetty-6.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.dev.jetty:java-source:sources:6.0.300-SNAPSHOT in 0 seconds.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.dev.jetty ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty/6.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty/6.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty/6.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.dev.jetty ---
[INFO] 
[INFO] ----< org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix >-----
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix 6.0.300-SNAPSHOT [28/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.dev.jetty.test.affix ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.dev.jetty.test.affix ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.dev.jetty.test.affix ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty.test.affix/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.dev.jetty.test.affix ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.dev.jetty.test.affix ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.dev.jetty.test.affix ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty.test.affix/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.dev.jetty.test.affix ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.dev.jetty.test.affix ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.dev.jetty.test.affix ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.dev.jetty.test.affix ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.dev.jetty.test.affix ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.dev.jetty.test.affix ---
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.dev.jetty.test.affix ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.dev.jetty.test.affix ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.dev.jetty.test.affix ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.dev.jetty.test.affix ---
[INFO] Searching org.eclipse.scout.dev.jetty.test.affix-6.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix:jar:6.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.dev.jetty.test.affix-6.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix:java-source:sources:6.0.300-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.dev.jetty.test.affix ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test.affix/6.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test.affix-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty.test.affix/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test.affix/6.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test.affix-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test.affix/6.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test.affix-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.dev.jetty.test.affix ---
[INFO] 
[INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test >--------
[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test 6.0.300-SNAPSHOT [29/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.dev.jetty.test ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.dev.jetty.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.dev.jetty.test ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty.test/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.dev.jetty.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.dev.jetty.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.dev.jetty.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty.test/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.dev.jetty.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.dev.jetty.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.dev.jetty.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.dev.jetty.test ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.dev.jetty.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-6.0.300-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.dev.jetty.test ---
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.dev.jetty.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.dev.jetty.test ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.dev.jetty.test ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.dev.jetty.test ---
[INFO] Searching org.eclipse.scout.dev.jetty.test-6.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test:jar:6.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.dev.jetty.test-6.0.300-SNAPSHOT-tests.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test:test-jar:tests:6.0.300-SNAPSHOT in 2 seconds.
[INFO] Searching org.eclipse.scout.dev.jetty.test-6.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test:java-source:sources:6.0.300-SNAPSHOT in 0 seconds.
[INFO] Searching org.eclipse.scout.dev.jetty.test-6.0.300-SNAPSHOT-test-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test:java-source:test-sources:6.0.300-SNAPSHOT in 0 seconds.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.dev.jetty.test ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/6.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/6.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-6.0.300-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/6.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test-6.0.300-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/6.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test-6.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-6.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/6.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test-6.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.dev.jetty.test ---
[INFO] 
[INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt-settings >---------
[INFO] Building org.eclipse.scout.rt-settings 6.0.300-SNAPSHOT          [30/31]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt-settings ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt-settings ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt-settings ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt-settings/../org.eclipse.scout.rt/target/jacoco-all.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt-settings ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 15 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt-settings ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt-settings ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt-settings/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt-settings ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt-settings ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt-settings ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-6.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt-settings ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt-settings ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt-settings ---
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt-settings ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt-settings ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt-settings ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.rt-settings ---
[INFO] Searching org.eclipse.scout.rt-settings-6.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt-settings:jar:6.0.300-SNAPSHOT in 2 seconds.
[INFO] Searching org.eclipse.scout.rt-settings-6.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.rt:org.eclipse.scout.rt-settings:java-source:sources:6.0.300-SNAPSHOT in 2 seconds.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt-settings ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-6.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt-settings/6.0.300-SNAPSHOT/org.eclipse.scout.rt-settings-6.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt-settings/pom.xml to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt-settings/6.0.300-SNAPSHOT/org.eclipse.scout.rt-settings-6.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-6.0-RT-nightly/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt-settings/6.0.300-SNAPSHOT/org.eclipse.scout.rt-settings-6.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.rt-settings ---
[INFO] 
[INFO] -----------< org.eclipse.scout.rt:org.eclipse.scout.rt-root >-----------
[INFO] Building Eclipse Scout RT ROOT Module 6.0.300                    [31/31]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.scout.rt-root ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ org.eclipse.scout.rt-root ---
[INFO] Skipping artifact deployment
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Eclipse Scout RT 6.0.300-SNAPSHOT .................. SUCCESS [  3.020 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.json 6.0.300-SNAPSHOT SUCCESS [  6.702 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform 6.0.300-SNAPSHOT SUCCESS [  6.607 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test 6.0.300-SNAPSHOT SUCCESS [  7.739 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared 6.0.300-SNAPSHOT SUCCESS [  4.591 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test 6.0.300-SNAPSHOT SUCCESS [  6.366 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons 6.0.300-SNAPSHOT SUCCESS [  4.352 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test 6.0.300-SNAPSHOT SUCCESS [  4.692 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server 6.0.300-SNAPSHOT SUCCESS [  4.821 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.test 6.0.300-SNAPSHOT SUCCESS [  6.822 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms 6.0.300-SNAPSHOT SUCCESS [  4.008 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws 6.0.300-SNAPSHOT SUCCESS [  3.972 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt 6.0.300-SNAPSHOT SUCCESS [  3.042 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test 6.0.300-SNAPSHOT SUCCESS [  6.592 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc 6.0.300-SNAPSHOT SUCCESS [  4.544 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test 6.0.300-SNAPSHOT SUCCESS [  5.323 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client 6.0.300-SNAPSHOT SUCCESS [ 11.056 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client.test 6.0.300-SNAPSHOT SUCCESS [  8.869 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client 6.0.300-SNAPSHOT SUCCESS [  4.592 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test 6.0.300-SNAPSHOT SUCCESS [  4.296 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge 6.0.300-SNAPSHOT SUCCESS [  4.617 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor 6.0.300-SNAPSHOT SUCCESS [ 16.887 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html 6.0.300-SNAPSHOT SUCCESS [  6.761 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test 6.0.300-SNAPSHOT SUCCESS [  7.954 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test 6.0.300-SNAPSHOT SUCCESS [  5.393 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html 6.0.300-SNAPSHOT SUCCESS [  3.527 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty 6.0.300-SNAPSHOT SUCCESS [  4.073 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix 6.0.300-SNAPSHOT SUCCESS [  3.854 s]
[INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test 6.0.300-SNAPSHOT SUCCESS [  7.497 s]
[INFO] org.eclipse.scout.rt-settings 6.0.300-SNAPSHOT ..... SUCCESS [  7.366 s]
[INFO] Eclipse Scout RT ROOT Module 6.0.300 ............... SUCCESS [  0.029 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:00 min
[INFO] Finished at: 2021-07-31T21:40:23Z
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Finished: SUCCESS