Skip to content
Failed

Console Output

09:43:30 Started by an SCM change
09:43:30 Running as SYSTEM
09:43:30 Agent centos-7-f471w is provisioned from template centos-7
09:43:30 ---
09:43:30 apiVersion: "v1"
09:43:30 kind: "Pod"
09:43:30 metadata:
09:43:30   annotations: {}
09:43:30   labels:
09:43:30     jenkins: "slave"
09:43:30     jenkins/label: "migration_jipp-migration_centos-7"
09:43:30   name: "centos-7-f471w"
09:43:30 spec:
09:43:30   containers:
09:43:30   - env:
09:43:30     - name: "JENKINS_SECRET"
09:43:30       value: "********"
09:43:30     - name: "JENKINS_TUNNEL"
09:43:30       value: "jenkins-discovery.scout.svc.cluster.local:50000"
09:43:30     - name: "JENKINS_AGENT_NAME"
09:43:30       value: "centos-7-f471w"
09:43:30     - name: "JENKINS_REMOTING_JAVA_OPTS"
09:43:30       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
09:43:30         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
09:43:30     - name: "JAVA_TOOL_OPTIONS"
09:43:30       value: ""
09:43:30     - name: "_JAVA_OPTIONS"
09:43:30       value: ""
09:43:30     - name: "OPENJ9_JAVA_OPTIONS"
09:43:30       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
09:43:30     - name: "JENKINS_NAME"
09:43:30       value: "centos-7-f471w"
09:43:30     - name: "JENKINS_AGENT_WORKDIR"
09:43:30       value: "/home/jenkins/agent"
09:43:30     - name: "JENKINS_URL"
09:43:30       value: "http://jenkins-ui.scout.svc.cluster.local/scout/"
09:43:30     image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.5"
09:43:30     imagePullPolicy: "Always"
09:43:30     name: "jnlp"
09:43:30     resources:
09:43:30       limits:
09:43:30         memory: "4096Mi"
09:43:30         cpu: "2000m"
09:43:30       requests:
09:43:30         memory: "4096Mi"
09:43:30         cpu: "1000m"
09:43:30     securityContext:
09:43:30       privileged: false
09:43:30     tty: true
09:43:30     volumeMounts:
09:43:30     - mountPath: "/home/jenkins/.m2/toolchains.xml"
09:43:30       name: "m2-dir"
09:43:30       readOnly: true
09:43:30       subPath: "toolchains.xml"
09:43:30     - mountPath: "/home/jenkins/.mavenrc"
09:43:30       name: "m2-dir"
09:43:30       readOnly: true
09:43:30       subPath: ".mavenrc"
09:43:30     - mountPath: "/opt/tools"
09:43:30       name: "volume-0"
09:43:30       readOnly: false
09:43:30     - mountPath: "/home/jenkins"
09:43:30       name: "volume-2"
09:43:30       readOnly: false
09:43:30     - mountPath: "/home/jenkins/.m2/repository"
09:43:30       name: "volume-3"
09:43:30       readOnly: false
09:43:30     - mountPath: "/home/jenkins/.m2/settings-security.xml"
09:43:30       name: "m2-secret-dir"
09:43:30       readOnly: true
09:43:30       subPath: "settings-security.xml"
09:43:30     - mountPath: "/home/jenkins/.m2/wrapper"
09:43:30       name: "volume-4"
09:43:30       readOnly: false
09:43:30     - mountPath: "/home/jenkins/.m2/settings.xml"
09:43:30       name: "m2-secret-dir"
09:43:30       readOnly: true
09:43:30       subPath: "settings.xml"
09:43:30     - mountPath: "/home/jenkins/.ssh"
09:43:30       name: "volume-1"
09:43:30       readOnly: false
09:43:30     - mountPath: "/home/jenkins/agent"
09:43:30       name: "workspace-volume"
09:43:30       readOnly: false
09:43:30     workingDir: "/home/jenkins/agent"
09:43:30   nodeSelector:
09:43:30     beta.kubernetes.io/os: "linux"
09:43:30   restartPolicy: "Never"
09:43:30   securityContext: {}
09:43:30   volumes:
09:43:30   - name: "volume-0"
09:43:30     persistentVolumeClaim:
09:43:30       claimName: "tools-claim-jiro-scout"
09:43:30       readOnly: true
09:43:30   - name: "m2-secret-dir"
09:43:30     secret:
09:43:30       secretName: "m2-secret-dir"
09:43:30   - emptyDir:
09:43:30       medium: ""
09:43:30     name: "volume-2"
09:43:30   - configMap:
09:43:30       name: "m2-dir"
09:43:30     name: "m2-dir"
09:43:30   - configMap:
09:43:30       name: "known-hosts"
09:43:30     name: "volume-1"
09:43:30   - emptyDir:
09:43:30       medium: ""
09:43:30     name: "workspace-volume"
09:43:30   - emptyDir:
09:43:30       medium: ""
09:43:30     name: "volume-4"
09:43:30   - emptyDir:
09:43:30       medium: ""
09:43:30     name: "volume-3"
09:43:30 
09:43:30 Building remotely on centos-7-f471w (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous
09:43:30 The recommended git tool is: NONE
09:43:31 No credentials specified
09:43:31 Cloning the remote Git repository
09:43:31 Cloning repository git://git.eclipse.org/gitroot/scout/org.eclipse.scout.rt.git
09:43:31  > git init /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous # timeout=10
09:43:31 Fetching upstream changes from git://git.eclipse.org/gitroot/scout/org.eclipse.scout.rt.git
09:43:31  > git --version # timeout=10
09:43:31  > git --version # 'git version 1.8.3.1'
09:43:31  > git fetch --tags --progress git://git.eclipse.org/gitroot/scout/org.eclipse.scout.rt.git +refs/heads/*:refs/remotes/origin/* # timeout=10
09:43:50  > git config remote.origin.url git://git.eclipse.org/gitroot/scout/org.eclipse.scout.rt.git # timeout=10
09:43:50  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
09:43:50 Avoid second fetch
09:43:50  > git rev-parse refs/remotes/origin/releases/9.0.x^{commit} # timeout=10
09:43:50 Checking out Revision bee306994f65e917cce71ad685fe404e7d25d1ee (refs/remotes/origin/releases/9.0.x)
09:43:50  > git config core.sparsecheckout # timeout=10
09:43:50  > git checkout -f bee306994f65e917cce71ad685fe404e7d25d1ee # timeout=10
09:43:54 Commit message: "HttpProxy: include payload for PATCH request"
09:43:54  > git rev-list --no-walk c1e78c1288f2ca9d0f640307b0ee52f18614ff50 # timeout=10
09:43:54 [org.eclipse.scout.rt.branch-9.0_continuous] $ /opt/tools/apache-maven/latest/bin/mvn -f org.eclipse.scout.rt/pom.xml -Dbranch=origin/releases/9.0.x -Dmaven.repo.local=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository clean install -U -B -e -Dmaster_enforcerCheck_skip=true -Dscout.excludeTestCategories=org.eclipse.scout.rt.testing.platform.testcategory.ResourceIntensiveTest
09:43:55 Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
09:43:55 Maven home: /opt/tools/apache-maven/latest
09:43:55 Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
09:43:55 Default locale: en_US, platform encoding: UTF-8
09:43:55 OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
09:43:56 [INFO] Error stacktraces are turned on.
09:43:56 [INFO] Scanning for projects...
09:44:00 [WARNING] The project org.eclipse.scout.rt:org.eclipse.scout.rt:pom:9.0.0-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
09:44:00 [WARNING] The project org.eclipse.scout.rt:org.eclipse.scout.rt-settings:jar:9.0.0-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
09:44:00 [INFO] ------------------------------------------------------------------------
09:44:00 [INFO] Reactor Build Order:
09:44:00 [INFO] 
09:44:00 [INFO] Eclipse Scout RT                                                   [pom]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.json                        [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform                 [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test            [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared                   [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test              [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons           [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test      [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api                  [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server                   [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.test              [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws             [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt                   [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test        [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc              [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test         [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.dataobject               [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.jackson                  [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.dataobject.test          [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.jackson.test             [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api.test             [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms                  [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms.test             [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mail                     [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mail.test                [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.security                 [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.security.test            [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.dataformat               [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest                     [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest.test                [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest.jackson             [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest.jersey.client       [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest.jersey.test         [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client                   [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client.test              [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client               [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test          [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge             [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor  [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html                  [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test             [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.selenium         [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html              [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty                   [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix        [jar]
09:44:00 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test              [jar]
09:44:00 [INFO] org.eclipse.scout.rt-settings                                      [jar]
09:44:00 [INFO] 
09:44:00 [INFO] -------------< org.eclipse.scout.rt:org.eclipse.scout.rt >--------------
09:44:00 [INFO] Building Eclipse Scout RT 9.0.0-SNAPSHOT                          [1/48]
09:44:00 [INFO] --------------------------------[ pom ]---------------------------------
09:44:44 [INFO] 
09:44:44 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.rt ---
09:44:53 [INFO] 
09:44:53 [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ org.eclipse.scout.rt ---
09:45:41 [INFO] 
09:45:41 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt ---
09:46:40 [INFO] Skipping Rule Enforcement.
09:46:40 [INFO] 
09:46:40 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.rt ---
09:47:07 [INFO] 
09:47:07 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.rt ---
09:47:49 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt/../org.eclipse.scout.rt/target/jacoco-all.exec
09:47:49 [INFO] 
09:47:49 [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ org.eclipse.scout.rt ---
09:47:49 [INFO] Generating flattened POM of project org.eclipse.scout.rt:org.eclipse.scout.rt:pom:9.0.0-SNAPSHOT...
09:47:49 [INFO] 
09:47:49 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt ---
09:49:58 [INFO] No site descriptor found: nothing to attach.
09:49:58 [INFO] 
09:49:58 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.rt ---
09:50:10 [INFO] Skipping packaging of the test-jar
09:50:10 [INFO] 
09:50:10 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.rt ---
09:50:12 [INFO] 
09:50:12 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt ---
09:50:12 [INFO] 
09:50:12 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.rt ---
09:50:30 [INFO] Checking compile classpath
09:50:30 [INFO] Checking runtime classpath
09:50:30 [INFO] Checking test classpath
09:50:30 [INFO] 
09:50:30 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt ---
09:50:38 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
09:50:40 [INFO] 
09:50:40 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt ---
09:50:44 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt/.flattened-pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt/9.0.0-SNAPSHOT/org.eclipse.scout.rt-9.0.0-SNAPSHOT.pom
09:50:44 [INFO] 
09:50:44 [INFO] ------------< org.eclipse.scout.rt:org.eclipse.scout.json >-------------
09:50:44 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.json 9.0.0-SNAPSHOT [2/48]
09:50:44 [INFO] --------------------------------[ jar ]---------------------------------
09:50:51 [INFO] 
09:50:51 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.json ---
09:50:51 [INFO] 
09:50:51 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.json ---
09:50:51 [INFO] Skipping Rule Enforcement.
09:50:51 [INFO] 
09:50:51 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.json ---
09:50:53 [INFO] 
09:50:53 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.json ---
09:50:53 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.json/../org.eclipse.scout.rt/target/jacoco-all.exec
09:50:53 [INFO] 
09:50:53 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.json ---
09:50:57 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:50:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.json/src/main/resources
09:50:57 [INFO] 
09:50:57 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.json ---
09:51:35 [INFO] Changes detected - recompiling the module!
09:51:35 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.json/target/classes
09:51:36 [INFO] 
09:51:36 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.json ---
09:51:36 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:51:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.json/src/test/resources
09:51:36 [INFO] 
09:51:36 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.json ---
09:51:36 [INFO] Changes detected - recompiling the module!
09:51:36 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.json/target/test-classes
09:51:36 [INFO] 
09:51:36 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.json ---
09:51:39 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.json/target/surefire-reports
09:51:40 [INFO] 
09:51:40 [INFO] -------------------------------------------------------
09:51:40 [INFO]  T E S T S
09:51:40 [INFO] -------------------------------------------------------
09:51:41 [INFO] Running org.json.CompatibilityTest
09:51:41 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.json.CompatibilityTest
09:51:41 [INFO] Running org.json.JSONArrayTest
09:51:41 [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.json.JSONArrayTest
09:51:41 [INFO] Running org.json.JSONObjectTest
09:51:41 [INFO] Tests run: 66, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.json.JSONObjectTest
09:51:41 [INFO] Running org.json.JSONStringerTest
09:51:41 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.json.JSONStringerTest
09:51:41 [INFO] Running org.json.JSONTokenerTest
09:51:41 [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.json.JSONTokenerTest
09:51:41 [INFO] Running org.json.ParsingTest
09:51:41 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.json.ParsingTest
09:51:41 [INFO] Running org.json.SelfUseTest
09:51:41 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.json.SelfUseTest
09:51:41 [INFO] 
09:51:41 [INFO] Results:
09:51:41 [INFO] 
09:51:41 [INFO] Tests run: 187, Failures: 0, Errors: 0, Skipped: 0
09:51:41 [INFO] 
09:51:41 [INFO] 
09:51:41 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.json ---
09:51:41 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.json/target/org.eclipse.scout.json-9.0.0-SNAPSHOT.jar
09:51:42 [INFO] 
09:51:42 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.json ---
09:51:42 [INFO] Skipping because packaging 'jar' is not pom.
09:51:42 [INFO] 
09:51:42 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.json ---
09:51:42 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.json/target/org.eclipse.scout.json-9.0.0-SNAPSHOT-tests.jar
09:51:42 [INFO] 
09:51:42 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.json ---
09:51:42 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.json/target/org.eclipse.scout.json-9.0.0-SNAPSHOT-sources.jar
09:51:42 [INFO] 
09:51:42 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.json ---
09:51:42 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.json/target/org.eclipse.scout.json-9.0.0-SNAPSHOT-test-sources.jar
09:51:42 [INFO] 
09:51:42 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.json ---
09:51:42 [INFO] Checking compile classpath
09:51:42 [INFO] Checking runtime classpath
09:51:42 [INFO] Checking test classpath
09:51:42 [INFO] 
09:51:42 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.json ---
09:51:42 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
09:51:42 [INFO] 
09:51:42 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.json ---
09:51:42 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.json/target/org.eclipse.scout.json-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.json/9.0.0-SNAPSHOT/org.eclipse.scout.json-9.0.0-SNAPSHOT.jar
09:51:42 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.json/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.json/9.0.0-SNAPSHOT/org.eclipse.scout.json-9.0.0-SNAPSHOT.pom
09:51:42 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.json/target/org.eclipse.scout.json-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.json/9.0.0-SNAPSHOT/org.eclipse.scout.json-9.0.0-SNAPSHOT-tests.jar
09:51:42 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.json/target/org.eclipse.scout.json-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.json/9.0.0-SNAPSHOT/org.eclipse.scout.json-9.0.0-SNAPSHOT-sources.jar
09:51:42 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.json/target/org.eclipse.scout.json-9.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.json/9.0.0-SNAPSHOT/org.eclipse.scout.json-9.0.0-SNAPSHOT-test-sources.jar
09:51:42 [INFO] 
09:51:42 [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.platform >---------
09:51:42 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.platform 9.0.0-SNAPSHOT [3/48]
09:51:42 [INFO] --------------------------------[ jar ]---------------------------------
09:51:55 [INFO] 
09:51:55 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.rt.platform ---
09:51:55 [INFO] 
09:51:55 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.platform ---
09:51:55 [INFO] Skipping Rule Enforcement.
09:51:55 [INFO] 
09:51:55 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.rt.platform ---
09:51:57 [INFO] 
09:51:57 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.rt.platform ---
09:51:57 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform/../org.eclipse.scout.rt/target/jacoco-all.exec
09:51:57 [INFO] 
09:51:57 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.rt.platform ---
09:51:57 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:51:57 [INFO] Copying 1 resource
09:51:57 [INFO] 
09:51:57 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.rt.platform ---
09:51:57 [INFO] Changes detected - recompiling the module!
09:51:57 [INFO] Compiling 454 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform/target/classes
09:51:59 [INFO] 
09:51:59 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.platform ---
09:52:16 [INFO] 
09:52:16 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.rt.platform ---
09:52:16 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:52:16 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform/src/test/resources
09:52:16 [INFO] 
09:52:16 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.platform ---
09:52:16 [INFO] No sources to compile
09:52:16 [INFO] 
09:52:16 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.rt.platform ---
09:52:16 [INFO] No tests to run.
09:52:16 [INFO] 
09:52:16 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.rt.platform ---
09:52:16 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform/target/org.eclipse.scout.rt.platform-9.0.0-SNAPSHOT.jar
09:52:16 [INFO] 
09:52:16 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.platform ---
09:52:16 [INFO] Skipping because packaging 'jar' is not pom.
09:52:16 [INFO] 
09:52:16 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.rt.platform ---
09:52:16 [INFO] Skipping packaging of the test-jar
09:52:16 [INFO] 
09:52:16 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.platform ---
09:52:16 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform/target/org.eclipse.scout.rt.platform-9.0.0-SNAPSHOT-sources.jar
09:52:16 [INFO] 
09:52:16 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.platform ---
09:52:16 [INFO] No sources in project. Archive not created.
09:52:16 [INFO] 
09:52:16 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.rt.platform ---
09:52:16 [INFO] Checking compile classpath
09:52:17 [INFO] Checking runtime classpath
09:52:17 [INFO] Checking test classpath
09:52:17 [INFO] 
09:52:17 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.platform ---
09:52:17 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
09:52:17 [INFO] 
09:52:17 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.platform ---
09:52:17 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform/target/org.eclipse.scout.rt.platform-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/9.0.0-SNAPSHOT/org.eclipse.scout.rt.platform-9.0.0-SNAPSHOT.jar
09:52:17 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/9.0.0-SNAPSHOT/org.eclipse.scout.rt.platform-9.0.0-SNAPSHOT.pom
09:52:17 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform/target/org.eclipse.scout.rt.platform-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/9.0.0-SNAPSHOT/org.eclipse.scout.rt.platform-9.0.0-SNAPSHOT-sources.jar
09:52:17 [INFO] 
09:52:17 [INFO] ------< org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test >-------
09:52:17 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test 9.0.0-SNAPSHOT [4/48]
09:52:17 [INFO] --------------------------------[ jar ]---------------------------------
09:52:20 [INFO] 
09:52:20 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.rt.platform.test ---
09:52:20 [INFO] 
09:52:20 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.platform.test ---
09:52:20 [INFO] Skipping Rule Enforcement.
09:52:20 [INFO] 
09:52:20 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.rt.platform.test ---
09:52:22 [INFO] 
09:52:22 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.rt.platform.test ---
09:52:22 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/../org.eclipse.scout.rt/target/jacoco-all.exec
09:52:22 [INFO] 
09:52:22 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.rt.platform.test ---
09:52:22 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:52:22 [INFO] Copying 3 resources
09:52:22 [INFO] 
09:52:22 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.rt.platform.test ---
09:52:22 [INFO] Changes detected - recompiling the module!
09:52:22 [INFO] Compiling 45 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/classes
09:52:22 [INFO] 
09:52:22 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.rt.platform.test ---
09:52:22 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:52:22 [INFO] Copying 30 resources
09:52:22 [INFO] 
09:52:22 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.platform.test ---
09:52:22 [INFO] Changes detected - recompiling the module!
09:52:22 [INFO] Compiling 255 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes
09:52:23 [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/serialization/OwaspDeserializationTest.java:[74] 
09:52:23 	.serialize(Arrays.asList(new Long(123), new Long(123)));
09:52:23 	                             ^^^^^^^^^
09:52:23 The constructor Long(long) is deprecated
09:52:23 [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/serialization/OwaspDeserializationTest.java:[74] 
09:52:23 	.serialize(Arrays.asList(new Long(123), new Long(123)));
09:52:23 	                                            ^^^^^^^^^
09:52:23 The constructor Long(long) is deprecated
09:52:23 [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/serialization/OwaspDeserializationTest.java:[86] 
09:52:23 	.serialize(Arrays.asList(new Long(123), new Long(123)));
09:52:23 	                             ^^^^^^^^^
09:52:23 The constructor Long(long) is deprecated
09:52:23 [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/serialization/OwaspDeserializationTest.java:[86] 
09:52:23 	.serialize(Arrays.asList(new Long(123), new Long(123)));
09:52:23 	                                            ^^^^^^^^^
09:52:23 The constructor Long(long) is deprecated
09:52:23 [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/serialization/OwaspDeserializationTest.java:[98] 
09:52:23 	.serialize(Arrays.asList(new Long(123), new AtomicLong(123)));
09:52:23 	                             ^^^^^^^^^
09:52:23 The constructor Long(long) is deprecated
09:52:23 [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/serialization/OwaspDeserializationTest.java:[109] 
09:52:23 	.serialize(Arrays.asList(new Long(123), new Long(123)));
09:52:23 	                             ^^^^^^^^^
09:52:23 The constructor Long(long) is deprecated
09:52:23 [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/serialization/OwaspDeserializationTest.java:[109] 
09:52:23 	.serialize(Arrays.asList(new Long(123), new Long(123)));
09:52:23 	                                            ^^^^^^^^^
09:52:23 The constructor Long(long) is deprecated
09:52:23 [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/serialization/OwaspDeserializationTest.java:[119] 
09:52:23 	.serialize(Arrays.asList(new Long(123), new javax.naming.Reference("foo")));
09:52:23 	                             ^^^^^^^^^
09:52:23 The constructor Long(long) is deprecated
09:52:23 [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/serialization/OwaspDeserializationTest.java:[131] 
09:52:23 	.serialize(Arrays.asList(new Long(123), new Long(123)));
09:52:23 	                             ^^^^^^^^^
09:52:23 The constructor Long(long) is deprecated
09:52:23 [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/serialization/OwaspDeserializationTest.java:[131] 
09:52:23 	.serialize(Arrays.asList(new Long(123), new Long(123)));
09:52:23 	                                            ^^^^^^^^^
09:52:23 The constructor Long(long) is deprecated
09:52:23 [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/serialization/OwaspDeserializationTest.java:[143] 
09:52:23 	.serialize(Arrays.asList(new Long(123), new AtomicLong(123)));
09:52:23 	                             ^^^^^^^^^
09:52:23 The constructor Long(long) is deprecated
09:52:23 [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/serialization/OwaspDeserializationTest.java:[155] 
09:52:23 	.serialize(Arrays.asList(new Long(123), new javax.naming.Reference("foo")));
09:52:23 	                             ^^^^^^^^^
09:52:23 The constructor Long(long) is deprecated
09:52:23 [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/serialization/OwaspDeserializationTest.java:[167] 
09:52:23 	.serialize(Arrays.asList(new Long(123), new Long(123)));
09:52:23 	                             ^^^^^^^^^
09:52:23 The constructor Long(long) is deprecated
09:52:23 [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/serialization/OwaspDeserializationTest.java:[167] 
09:52:23 	.serialize(Arrays.asList(new Long(123), new Long(123)));
09:52:23 	                                            ^^^^^^^^^
09:52:23 The constructor Long(long) is deprecated
09:52:23 [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/serialization/OwaspDeserializationTest.java:[179] 
09:52:23 	.serialize(Arrays.asList(new Long(123), new AtomicLong(123)));
09:52:23 	                             ^^^^^^^^^
09:52:23 The constructor Long(long) is deprecated
09:52:23 [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/serialization/OwaspDeserializationTest.java:[191] 
09:52:23 	.serialize(Arrays.asList(new Long(123), new javax.naming.Reference("foo")));
09:52:23 	                             ^^^^^^^^^
09:52:23 The constructor Long(long) is deprecated
09:52:23 [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/serialization/OwaspDeserializationTest.java:[207] 
09:52:23 	.serialize(Arrays.asList(new Long(123), new Long(123)));
09:52:23 	                             ^^^^^^^^^
09:52:23 The constructor Long(long) is deprecated
09:52:23 [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/serialization/OwaspDeserializationTest.java:[207] 
09:52:23 	.serialize(Arrays.asList(new Long(123), new Long(123)));
09:52:23 	                                            ^^^^^^^^^
09:52:23 The constructor Long(long) is deprecated
09:52:23 [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/serialization/OwaspDeserializationTest.java:[224] 
09:52:23 	.serialize(Arrays.asList(new Long(123), new Integer(123)));
09:52:23 	                             ^^^^^^^^^
09:52:23 The constructor Long(long) is deprecated
09:52:23 [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/serialization/OwaspDeserializationTest.java:[224] 
09:52:23 	.serialize(Arrays.asList(new Long(123), new Integer(123)));
09:52:23 	                                            ^^^^^^^^^^^^
09:52:23 The constructor Integer(int) is deprecated
09:52:23 [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/serialization/OwaspDeserializationTest.java:[242] 
09:52:23 	.serialize(Arrays.asList(new Long(123), new Long(123)));
09:52:23 	                             ^^^^^^^^^
09:52:23 The constructor Long(long) is deprecated
09:52:23 [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/serialization/OwaspDeserializationTest.java:[242] 
09:52:23 	.serialize(Arrays.asList(new Long(123), new Long(123)));
09:52:23 	                                            ^^^^^^^^^
09:52:23 The constructor Long(long) is deprecated
09:52:23 [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/serialization/OwaspDeserializationTest.java:[259] 
09:52:23 	.serialize(Arrays.asList(new Long(123), new Integer(123)));
09:52:23 	                             ^^^^^^^^^
09:52:23 The constructor Long(long) is deprecated
09:52:23 [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/serialization/OwaspDeserializationTest.java:[259] 
09:52:23 	.serialize(Arrays.asList(new Long(123), new Integer(123)));
09:52:23 	                                            ^^^^^^^^^^^^
09:52:23 The constructor Integer(int) is deprecated
09:52:23 24 problems (24 warnings)
09:52:23 [INFO] 
09:52:23 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.platform.test ---
09:52:24 [INFO] 
09:52:24 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.rt.platform.test ---
09:52:24 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/surefire-reports
09:52:24 [INFO] parallel='none', perCoreThreadCount=true, threadCount=0, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true
09:52:32 [INFO] 
09:52:32 [INFO] -------------------------------------------------------
09:52:32 [INFO]  T E S T S
09:52:32 [INFO] -------------------------------------------------------
09:52:33 [INFO] Running org.eclipse.scout.rt.platform.ApplicationTest
09:52:33 2021-02-22 14:52:33,842 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/config.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
09:52:33 2021-02-22 14:52:33,856 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
09:52:33 2021-02-22 14:52:33,863 INFO  [main] org.eclipse.scout.rt.platform.inventory.ClassInventory.<clinit>(ClassInventory.java:38) - Building jandex class inventory using rebuild strategy IF_MISSING... - MDC[]
09:52:33 2021-02-22 14:52:33,922 INFO  [main] org.eclipse.scout.rt.platform.inventory.ClassInventory.<clinit>(ClassInventory.java:44) - Finished building jandex class inventory in 64.617365 ms. Total class count: 1783 - MDC[]
09:52:34 2021-02-22 14:52:34,029 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:219) - Collected 163 beans in 106.447922 ms - MDC[]
09:52:34 2021-02-22 14:52:34,051 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:224) - Registered 163 beans in 22.443739 ms - MDC[]
09:52:34 2021-02-22 14:52:34,092 INFO  [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[]
09:52:34 2021-02-22 14:52:34,196 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:52:34 2021-02-22 14:52:34,198 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:52:34 2021-02-22 14:52:34,200 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
09:52:34 2021-02-22 14:52:34,203 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:219) - Collected 163 beans in 2.494791 ms - MDC[]
09:52:34 2021-02-22 14:52:34,206 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:224) - Registered 163 beans in 3.020106 ms - MDC[]
09:52:34 2021-02-22 14:52:34,207 INFO  [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[]
09:52:34 2021-02-22 14:52:34,212 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:52:34 2021-02-22 14:52:34,212 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:52:34 2021-02-22 14:52:34,213 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
09:52:34 2021-02-22 14:52:34,215 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:219) - Collected 163 beans in 2.347325 ms - MDC[]
09:52:34 2021-02-22 14:52:34,218 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:224) - Registered 163 beans in 2.402421 ms - MDC[]
09:52:34 2021-02-22 14:52:34,218 INFO  [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[]
09:52:34 2021-02-22 14:52:34,223 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:52:34 2021-02-22 14:52:34,224 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:52:34 2021-02-22 14:52:34,229 INFO  [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
09:52:34 2021-02-22 14:52:34,231 INFO  [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:219) - Collected 163 beans in 1.611761 ms - MDC[]
09:52:34 2021-02-22 14:52:34,233 INFO  [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:224) - Registered 163 beans in 1.822265 ms - MDC[]
09:52:34 2021-02-22 14:52:34,234 INFO  [scout-platform-starter] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[]
09:52:34 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.669 s - in org.eclipse.scout.rt.platform.ApplicationTest
09:52:34 [INFO] Running org.eclipse.scout.rt.platform.ApplicationsScopedTest
09:52:34 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.321 s - in org.eclipse.scout.rt.platform.ApplicationsScopedTest
09:52:34 [INFO] Running org.eclipse.scout.rt.platform.BEANSTest
09:52:34 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.scout.rt.platform.BEANSTest
09:52:34 [INFO] Running org.eclipse.scout.rt.platform.BeanContextTest
09:52:34 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.BeanContextTest
09:52:34 [INFO] Running org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest
09:52:34 2021-02-22 14:52:34,694 ERROR [scout-thread-23] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:124) -  - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1]
09:52:34 org.eclipse.scout.rt.platform.exception.BeanCreationException: Thread was waiting on bean instance creator thread which most likely failed (check the log). [beanClass=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean, creatorThreadID=116, creatorThreadName=scout-thread-25]
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.getOrCreateInstance(SingeltonBeanInstanceProducer.java:167)
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.lambda$0(SingeltonBeanInstanceProducer.java:95)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createAndAssertNoCircularDependency(BeanInstanceUtil.java:149)
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.produce(SingeltonBeanInstanceProducer.java:95)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:98)
09:52:34 	at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:58)
09:52:34 	at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:42)
09:52:34 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:328)
09:52:34 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:1)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:106)
09:52:34 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:175)
09:52:34 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:52:34 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:52:34 	at java.base/java.lang.Thread.run(Thread.java:834)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
09:52:34 2021-02-22 14:52:34,694 ERROR [scout-thread-25] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:124) -  - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1]
09:52:34 org.eclipse.scout.rt.platform.exception.BeanCreationException: Exception while invoking @PostConstruct method private void org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean.postConstruct()
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.translateException(BeanInstanceUtil.java:171)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.initializeBeanInstance(BeanInstanceUtil.java:106)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.initializeBeanInstance(BeanInstanceUtil.java:77)
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.createInstance(SingeltonBeanInstanceProducer.java:236)
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.getOrCreateInstance(SingeltonBeanInstanceProducer.java:112)
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.lambda$0(SingeltonBeanInstanceProducer.java:95)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createAndAssertNoCircularDependency(BeanInstanceUtil.java:149)
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.produce(SingeltonBeanInstanceProducer.java:95)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:98)
09:52:34 	at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:58)
09:52:34 	at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:42)
09:52:34 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:328)
09:52:34 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:1)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:106)
09:52:34 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:175)
09:52:34 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:52:34 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:52:34 	at java.base/java.lang.Thread.run(Thread.java:834)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
09:52:34 Caused by: org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBeanException: expected exception from @PostConstruct
09:52:34 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean.postConstruct(BeanCreationWithExceptionsTest.java:395)
09:52:34 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:52:34 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:52:34 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:52:34 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.initializeBeanInstance(BeanInstanceUtil.java:103)
09:52:34 	... 24 common frames omitted
09:52:34 2021-02-22 14:52:34,701 ERROR [scout-thread-23] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:124) -  - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1]
09:52:34 org.eclipse.scout.rt.platform.exception.BeanCreationException: Thread was waiting on bean instance creator thread which most likely failed (check the log). [beanClass=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean, creatorThreadID=116, creatorThreadName=scout-thread-25]
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.getOrCreateInstance(SingeltonBeanInstanceProducer.java:167)
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.lambda$0(SingeltonBeanInstanceProducer.java:95)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createAndAssertNoCircularDependency(BeanInstanceUtil.java:149)
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.produce(SingeltonBeanInstanceProducer.java:95)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:98)
09:52:34 	at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:58)
09:52:34 	at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:42)
09:52:34 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:328)
09:52:34 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:1)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:106)
09:52:34 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:175)
09:52:34 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:52:34 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:52:34 	at java.base/java.lang.Thread.run(Thread.java:834)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
09:52:34 2021-02-22 14:52:34,701 ERROR [scout-thread-25] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:124) -  - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1]
09:52:34 org.eclipse.scout.rt.platform.exception.BeanCreationException: Could not create bean [class org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean]
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.translateException(BeanInstanceUtil.java:171)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createBean(BeanInstanceUtil.java:67)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createBean(BeanInstanceUtil.java:59)
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.createInstance(SingeltonBeanInstanceProducer.java:235)
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.getOrCreateInstance(SingeltonBeanInstanceProducer.java:112)
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.lambda$0(SingeltonBeanInstanceProducer.java:95)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createAndAssertNoCircularDependency(BeanInstanceUtil.java:149)
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.produce(SingeltonBeanInstanceProducer.java:95)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:98)
09:52:34 	at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:58)
09:52:34 	at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:42)
09:52:34 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:328)
09:52:34 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:1)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:106)
09:52:34 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:175)
09:52:34 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:52:34 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:52:34 	at java.base/java.lang.Thread.run(Thread.java:834)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
09:52:34 Caused by: org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBeanException: expected exception from constructor
09:52:34 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean.<init>(BeanCreationWithExceptionsTest.java:387)
09:52:34 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
09:52:34 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
09:52:34 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
09:52:34 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createBean(BeanInstanceUtil.java:64)
09:52:34 	... 24 common frames omitted
09:52:34 2021-02-22 14:52:34,705 ERROR [scout-thread-23] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:124) -  - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1]
09:52:34 org.eclipse.scout.rt.platform.exception.BeanCreationException: Thread was waiting on bean instance creator thread which most likely failed (check the log). [beanClass=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean, creatorThreadID=116, creatorThreadName=scout-thread-25]
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.getOrCreateInstance(SingeltonBeanInstanceProducer.java:167)
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.lambda$0(SingeltonBeanInstanceProducer.java:95)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createAndAssertNoCircularDependency(BeanInstanceUtil.java:149)
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.produce(SingeltonBeanInstanceProducer.java:95)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:98)
09:52:34 	at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:58)
09:52:34 	at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:42)
09:52:34 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:328)
09:52:34 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:1)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:106)
09:52:34 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:175)
09:52:34 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:52:34 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:52:34 	at java.base/java.lang.Thread.run(Thread.java:834)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
09:52:34 2021-02-22 14:52:34,705 ERROR [scout-thread-25] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:124) -  - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1]
09:52:34 org.eclipse.scout.rt.platform.exception.BeanCreationException: Exception while invoking @PostConstruct method private void org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean.postConstruct()
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.translateException(BeanInstanceUtil.java:171)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.initializeBeanInstance(BeanInstanceUtil.java:106)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.initializeBeanInstance(BeanInstanceUtil.java:77)
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.createInstance(SingeltonBeanInstanceProducer.java:236)
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.getOrCreateInstance(SingeltonBeanInstanceProducer.java:112)
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.lambda$0(SingeltonBeanInstanceProducer.java:95)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createAndAssertNoCircularDependency(BeanInstanceUtil.java:149)
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.produce(SingeltonBeanInstanceProducer.java:95)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:98)
09:52:34 	at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:58)
09:52:34 	at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:42)
09:52:34 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:328)
09:52:34 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:1)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:106)
09:52:34 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:175)
09:52:34 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:52:34 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:52:34 	at java.base/java.lang.Thread.run(Thread.java:834)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
09:52:34 Caused by: org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBeanException: expected exception from @PostConstruct
09:52:34 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean.postConstruct(BeanCreationWithExceptionsTest.java:395)
09:52:34 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:52:34 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:52:34 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:52:34 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.initializeBeanInstance(BeanInstanceUtil.java:103)
09:52:34 	... 24 common frames omitted
09:52:34 2021-02-22 14:52:34,708 ERROR [scout-thread-23] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:124) -  - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1]
09:52:34 org.eclipse.scout.rt.platform.exception.BeanCreationException: Thread was waiting on bean instance creator thread which most likely failed (check the log). [beanClass=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean, creatorThreadID=116, creatorThreadName=scout-thread-25]
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.getOrCreateInstance(SingeltonBeanInstanceProducer.java:167)
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.lambda$0(SingeltonBeanInstanceProducer.java:95)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createAndAssertNoCircularDependency(BeanInstanceUtil.java:149)
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.produce(SingeltonBeanInstanceProducer.java:95)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:98)
09:52:34 	at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:58)
09:52:34 	at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:42)
09:52:34 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:328)
09:52:34 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:1)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:106)
09:52:34 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:175)
09:52:34 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:52:34 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:52:34 	at java.base/java.lang.Thread.run(Thread.java:834)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
09:52:34 2021-02-22 14:52:34,708 ERROR [scout-thread-25] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:124) -  - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1]
09:52:34 org.eclipse.scout.rt.platform.exception.BeanCreationException: Could not create bean [class org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean]
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.translateException(BeanInstanceUtil.java:171)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createBean(BeanInstanceUtil.java:67)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createBean(BeanInstanceUtil.java:59)
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.createInstance(SingeltonBeanInstanceProducer.java:235)
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.getOrCreateInstance(SingeltonBeanInstanceProducer.java:112)
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.lambda$0(SingeltonBeanInstanceProducer.java:95)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createAndAssertNoCircularDependency(BeanInstanceUtil.java:149)
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.produce(SingeltonBeanInstanceProducer.java:95)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:98)
09:52:34 	at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:58)
09:52:34 	at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:42)
09:52:34 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:328)
09:52:34 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:1)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:106)
09:52:34 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:175)
09:52:34 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:52:34 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:52:34 	at java.base/java.lang.Thread.run(Thread.java:834)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
09:52:34 Caused by: org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBeanException: expected exception from constructor
09:52:34 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean.<init>(BeanCreationWithExceptionsTest.java:387)
09:52:34 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
09:52:34 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
09:52:34 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
09:52:34 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createBean(BeanInstanceUtil.java:64)
09:52:34 	... 24 common frames omitted
09:52:34 2021-02-22 14:52:34,715 ERROR [scout-thread-23] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:124) -  - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1]
09:52:34 org.eclipse.scout.rt.platform.exception.BeanCreationException: Thread was waiting on bean instance creator thread which most likely failed (check the log). [beanClass=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean, creatorThreadID=116, creatorThreadName=scout-thread-25]
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.getOrCreateInstance(SingeltonBeanInstanceProducer.java:167)
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.lambda$0(SingeltonBeanInstanceProducer.java:95)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createAndAssertNoCircularDependency(BeanInstanceUtil.java:149)
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.produce(SingeltonBeanInstanceProducer.java:95)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:98)
09:52:34 	at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:58)
09:52:34 	at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:42)
09:52:34 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:328)
09:52:34 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:1)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:106)
09:52:34 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:175)
09:52:34 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:52:34 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:52:34 	at java.base/java.lang.Thread.run(Thread.java:834)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
09:52:34 2021-02-22 14:52:34,715 ERROR [scout-thread-25] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:124) -  - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1]
09:52:34 org.eclipse.scout.rt.platform.exception.BeanCreationException: Exception while invoking @PostConstruct method private void org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean.postConstruct()
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.translateException(BeanInstanceUtil.java:171)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.initializeBeanInstance(BeanInstanceUtil.java:106)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.initializeBeanInstance(BeanInstanceUtil.java:77)
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.createInstance(SingeltonBeanInstanceProducer.java:236)
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.getOrCreateInstance(SingeltonBeanInstanceProducer.java:112)
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.lambda$0(SingeltonBeanInstanceProducer.java:95)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createAndAssertNoCircularDependency(BeanInstanceUtil.java:149)
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.produce(SingeltonBeanInstanceProducer.java:95)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:98)
09:52:34 	at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:58)
09:52:34 	at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:42)
09:52:34 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:328)
09:52:34 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:1)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:106)
09:52:34 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:175)
09:52:34 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:52:34 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:52:34 	at java.base/java.lang.Thread.run(Thread.java:834)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
09:52:34 Caused by: org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBeanException: expected exception from @PostConstruct
09:52:34 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean.postConstruct(BeanCreationWithExceptionsTest.java:395)
09:52:34 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:52:34 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:52:34 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:52:34 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.initializeBeanInstance(BeanInstanceUtil.java:103)
09:52:34 	... 24 common frames omitted
09:52:34 2021-02-22 14:52:34,719 ERROR [scout-thread-23] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:124) -  - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1]
09:52:34 org.eclipse.scout.rt.platform.exception.BeanCreationException: Thread was waiting on bean instance creator thread which most likely failed (check the log). [beanClass=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean, creatorThreadID=116, creatorThreadName=scout-thread-25]
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.getOrCreateInstance(SingeltonBeanInstanceProducer.java:167)
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.lambda$0(SingeltonBeanInstanceProducer.java:95)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createAndAssertNoCircularDependency(BeanInstanceUtil.java:149)
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.produce(SingeltonBeanInstanceProducer.java:95)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:98)
09:52:34 	at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:58)
09:52:34 	at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:42)
09:52:34 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:328)
09:52:34 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:1)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:106)
09:52:34 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:175)
09:52:34 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:52:34 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:52:34 	at java.base/java.lang.Thread.run(Thread.java:834)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
09:52:34 2021-02-22 14:52:34,719 ERROR [scout-thread-25] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:124) -  - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1]
09:52:34 org.eclipse.scout.rt.platform.exception.BeanCreationException: Could not create bean [class org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean]
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.translateException(BeanInstanceUtil.java:171)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createBean(BeanInstanceUtil.java:67)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createBean(BeanInstanceUtil.java:59)
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.createInstance(SingeltonBeanInstanceProducer.java:235)
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.getOrCreateInstance(SingeltonBeanInstanceProducer.java:112)
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.lambda$0(SingeltonBeanInstanceProducer.java:95)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createAndAssertNoCircularDependency(BeanInstanceUtil.java:149)
09:52:34 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.produce(SingeltonBeanInstanceProducer.java:95)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:98)
09:52:34 	at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:58)
09:52:34 	at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:42)
09:52:34 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:328)
09:52:34 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:1)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:106)
09:52:34 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:175)
09:52:34 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:52:34 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:52:34 	at java.base/java.lang.Thread.run(Thread.java:834)
09:52:34 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
09:52:34 Caused by: org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBeanException: expected exception from constructor
09:52:34 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean.<init>(BeanCreationWithExceptionsTest.java:387)
09:52:34 	at jdk.internal.reflect.GeneratedConstructorAccessor15.newInstance(Unknown Source)
09:52:34 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
09:52:34 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
09:52:34 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createBean(BeanInstanceUtil.java:64)
09:52:34 	... 24 common frames omitted
09:52:34 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.18 s - in org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest
09:52:34 [INFO] Running org.eclipse.scout.rt.platform.BeanDoubleRegistrationTest
09:52:34 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.rt.platform.BeanDoubleRegistrationTest
09:52:34 [INFO] Running org.eclipse.scout.rt.platform.BeanManagerIsBeanTest
09:52:34 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.BeanManagerIsBeanTest
09:52:34 [INFO] Running org.eclipse.scout.rt.platform.BeanManagerUniqueTest
09:52:34 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.BeanManagerUniqueTest
09:52:34 [INFO] Running org.eclipse.scout.rt.platform.BeanOrderTest
09:52:34 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.BeanOrderTest
09:52:34 [INFO] Running org.eclipse.scout.rt.platform.BeanRegisterUnregisterTest
09:52:34 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.BeanRegisterUnregisterTest
09:52:34 [INFO] Running org.eclipse.scout.rt.platform.BeanTestingHelperTest
09:52:35 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 s - in org.eclipse.scout.rt.platform.BeanTestingHelperTest
09:52:35 [INFO] Running org.eclipse.scout.rt.platform.BeansWithCircularDependenciesTest
09:52:35 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.scout.rt.platform.BeansWithCircularDependenciesTest
09:52:35 [INFO] Running org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest
09:52:36 2021-02-22 14:52:36,037 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.logWarnPotentialDeadlock(SingeltonBeanInstanceProducer.java:216) - potential deadlock detected
09:52:36 creator Thread: 114 - scout-thread-23
09:52:36 	at java.base@11.0.2/jdk.internal.misc.Unsafe.park(Native Method)
09:52:36 	at java.base@11.0.2/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
09:52:36 	at java.base@11.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
09:52:36 	at app//org.eclipse.scout.rt.platform.job.internal.CompletionPromise.awaitDoneAndGet(CompletionPromise.java:159)
09:52:36 	at app//org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDoneAndGet(JobFutureTask.java:408)
09:52:36 	at app//org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDoneAndGet(JobFutureTask.java:400)
09:52:36 	at app//org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean.initialize(ConcurrentBeanCreationDeadlockDetectionTest.java:238)
09:52:36 	at app//org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$ConcurrentPostConstructSelfReferencingTestBean.postConstruct(ConcurrentBeanCreationDeadlockDetectionTest.java:269)
09:52:36 	at java.base@11.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:52:36 	at java.base@11.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:52:36 	at java.base@11.0.2/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:52:36 	at java.base@11.0.2/java.lang.reflect.Method.invoke(Method.java:566)
09:52:36 	at app//org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.initializeBeanInstance(BeanInstanceUtil.java:103)
09:52:36 	at app//org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.initializeBeanInstance(BeanInstanceUtil.java:77)
09:52:36 	at app//org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.createInstance(SingeltonBeanInstanceProducer.java:236)
09:52:36 	at app//org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.getOrCreateInstance(SingeltonBeanInstanceProducer.java:112)
09:52:36 	at app//org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.lambda$0(SingeltonBeanInstanceProducer.java:95)
09:52:36 	at app//org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer$$Lambda$98/0x00000001001f2840.get(Unknown Source)
09:52:36 	at app//org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createAndAssertNoCircularDependency(BeanInstanceUtil.java:149)
09:52:36 	at app//org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.produce(SingeltonBeanInstanceProducer.java:95)
09:52:36 	at app//org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:98)
09:52:36 	at app//org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:58)
09:52:36 	at app//org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:42)
09:52:36 	at app//org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$5.call(ConcurrentBeanCreationDeadlockDetectionTest.java:172)
09:52:36 	at app//org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$5.call(ConcurrentBeanCreationDeadlockDetectionTest.java:1)
09:52:36 	at app//org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:52:36 	at app//org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
09:52:36 	at app//org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:36 	at app//org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32)
09:52:36 	at app//org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:36 	at app//org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:52:36 	at app//org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:106)
09:52:36 	at app//org.eclipse.scout.rt.platform.job.internal.JobFutureTask$$Lambda$135/0x0000000100287040.call(Unknown Source)
09:52:36 	at java.base@11.0.2/java.util.concurrent.FutureTask.run(FutureTask.java:264)
09:52:36 	at app//org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:175)
09:52:36 	at java.base@11.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:52:36 	at java.base@11.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:52:36 	at java.base@11.0.2/java.lang.Thread.run(Thread.java:834)
09:52:36 	at app//org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
09:52:36 current Thread: 113 - scout-thread-22
09:52:36 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.getOrCreateInstance(SingeltonBeanInstanceProducer.java:173)
09:52:36 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.lambda$0(SingeltonBeanInstanceProducer.java:95)
09:52:36 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createAndAssertNoCircularDependency(BeanInstanceUtil.java:149)
09:52:36 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.produce(SingeltonBeanInstanceProducer.java:95)
09:52:36 	at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:98)
09:52:36 	at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:58)
09:52:36 	at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:42)
09:52:36 	at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1.call(ConcurrentBeanCreationDeadlockDetectionTest.java:233)
09:52:36 	at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1.call(ConcurrentBeanCreationDeadlockDetectionTest.java:1)
09:52:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:52:36 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
09:52:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:36 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32)
09:52:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:52:36 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:106)
09:52:36 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
09:52:36 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:175)
09:52:36 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:52:36 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:52:36 	at java.base/java.lang.Thread.run(Thread.java:834)
09:52:36 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
09:52:36  - MDC[jobName=org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1]
09:52:36 2021-02-22 14:52:36,038 ERROR [scout-thread-22] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:124) -  - MDC[jobName=org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1]
09:52:36 org.eclipse.scout.rt.platform.exception.BeanCreationException: Potential deadlock detected: bean is being created by another thread. Either the creation takes longer than 1s or the current and the creator threads are blocking each other (check the log). [beanClass=org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$ConcurrentPostConstructSelfReferencingTestBean, creatorThreadID=114, creatorThreadName=scout-thread-23]
09:52:36 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.getOrCreateInstance(SingeltonBeanInstanceProducer.java:174)
09:52:36 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.lambda$0(SingeltonBeanInstanceProducer.java:95)
09:52:36 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createAndAssertNoCircularDependency(BeanInstanceUtil.java:149)
09:52:36 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.produce(SingeltonBeanInstanceProducer.java:95)
09:52:36 	at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:98)
09:52:36 	at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:58)
09:52:36 	at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:42)
09:52:36 	at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1.call(ConcurrentBeanCreationDeadlockDetectionTest.java:233)
09:52:36 	at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1.call(ConcurrentBeanCreationDeadlockDetectionTest.java:1)
09:52:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:52:36 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
09:52:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:36 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32)
09:52:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:52:36 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:106)
09:52:36 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
09:52:36 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:175)
09:52:36 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:52:36 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:52:36 	at java.base/java.lang.Thread.run(Thread.java:834)
09:52:36 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
09:52:37 2021-02-22 14:52:37,100 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.logWarnPotentialDeadlock(SingeltonBeanInstanceProducer.java:216) - potential deadlock detected
09:52:37 creator Thread: 113 - scout-thread-22
09:52:37 	at java.base@11.0.2/jdk.internal.misc.Unsafe.park(Native Method)
09:52:37 	at java.base@11.0.2/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
09:52:37 	at java.base@11.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
09:52:37 	at app//org.eclipse.scout.rt.platform.job.internal.CompletionPromise.awaitDoneAndGet(CompletionPromise.java:159)
09:52:37 	at app//org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDoneAndGet(JobFutureTask.java:408)
09:52:37 	at app//org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDoneAndGet(JobFutureTask.java:400)
09:52:37 	at app//org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean.initialize(ConcurrentBeanCreationDeadlockDetectionTest.java:238)
09:52:37 	at app//org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$ConcurrentConstructorSelfReferencingTestBean.<init>(ConcurrentBeanCreationDeadlockDetectionTest.java:262)
09:52:37 	at java.base@11.0.2/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
09:52:37 	at java.base@11.0.2/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
09:52:37 	at java.base@11.0.2/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
09:52:37 	at java.base@11.0.2/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
09:52:37 	at app//org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createBean(BeanInstanceUtil.java:64)
09:52:37 	at app//org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createBean(BeanInstanceUtil.java:59)
09:52:37 	at app//org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.createInstance(SingeltonBeanInstanceProducer.java:235)
09:52:37 	at app//org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.getOrCreateInstance(SingeltonBeanInstanceProducer.java:112)
09:52:37 	at app//org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.lambda$0(SingeltonBeanInstanceProducer.java:95)
09:52:37 	at app//org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer$$Lambda$98/0x00000001001f2840.get(Unknown Source)
09:52:37 	at app//org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createAndAssertNoCircularDependency(BeanInstanceUtil.java:149)
09:52:37 	at app//org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.produce(SingeltonBeanInstanceProducer.java:95)
09:52:37 	at app//org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:98)
09:52:37 	at app//org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:58)
09:52:37 	at app//org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:42)
09:52:37 	at app//org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$5.call(ConcurrentBeanCreationDeadlockDetectionTest.java:172)
09:52:37 	at app//org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$5.call(ConcurrentBeanCreationDeadlockDetectionTest.java:1)
09:52:37 	at app//org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:52:37 	at app//org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
09:52:37 	at app//org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:37 	at app//org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32)
09:52:37 	at app//org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:37 	at app//org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:52:37 	at app//org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:106)
09:52:37 	at app//org.eclipse.scout.rt.platform.job.internal.JobFutureTask$$Lambda$135/0x0000000100287040.call(Unknown Source)
09:52:37 	at java.base@11.0.2/java.util.concurrent.FutureTask.run(FutureTask.java:264)
09:52:37 	at app//org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:175)
09:52:37 	at java.base@11.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:52:37 	at java.base@11.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:52:37 	at java.base@11.0.2/java.lang.Thread.run(Thread.java:834)
09:52:37 	at app//org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
09:52:37 current Thread: 114 - scout-thread-23
09:52:37 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.getOrCreateInstance(SingeltonBeanInstanceProducer.java:173)
09:52:37 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.lambda$0(SingeltonBeanInstanceProducer.java:95)
09:52:37 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createAndAssertNoCircularDependency(BeanInstanceUtil.java:149)
09:52:37 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.produce(SingeltonBeanInstanceProducer.java:95)
09:52:37 	at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:98)
09:52:37 	at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:58)
09:52:37 	at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:42)
09:52:37 	at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1.call(ConcurrentBeanCreationDeadlockDetectionTest.java:233)
09:52:37 	at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1.call(ConcurrentBeanCreationDeadlockDetectionTest.java:1)
09:52:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:52:37 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
09:52:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:37 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32)
09:52:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:52:37 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:106)
09:52:37 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
09:52:37 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:175)
09:52:37 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:52:37 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:52:37 	at java.base/java.lang.Thread.run(Thread.java:834)
09:52:37 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
09:52:37  - MDC[jobName=org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1]
09:52:37 2021-02-22 14:52:37,101 ERROR [scout-thread-23] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:124) -  - MDC[jobName=org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1]
09:52:37 org.eclipse.scout.rt.platform.exception.BeanCreationException: Potential deadlock detected: bean is being created by another thread. Either the creation takes longer than 1s or the current and the creator threads are blocking each other (check the log). [beanClass=org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$ConcurrentConstructorSelfReferencingTestBean, creatorThreadID=113, creatorThreadName=scout-thread-22]
09:52:37 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.getOrCreateInstance(SingeltonBeanInstanceProducer.java:174)
09:52:37 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.lambda$0(SingeltonBeanInstanceProducer.java:95)
09:52:37 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createAndAssertNoCircularDependency(BeanInstanceUtil.java:149)
09:52:37 	at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.produce(SingeltonBeanInstanceProducer.java:95)
09:52:37 	at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:98)
09:52:37 	at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:58)
09:52:37 	at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:42)
09:52:37 	at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1.call(ConcurrentBeanCreationDeadlockDetectionTest.java:233)
09:52:37 	at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1.call(ConcurrentBeanCreationDeadlockDetectionTest.java:1)
09:52:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:52:37 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
09:52:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:37 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32)
09:52:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:52:37 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:106)
09:52:37 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
09:52:37 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:175)
09:52:37 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:52:37 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:52:37 	at java.base/java.lang.Thread.run(Thread.java:834)
09:52:37 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
09:52:37 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.124 s - in org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest
09:52:37 [INFO] Running org.eclipse.scout.rt.platform.DoubleReplaceTest
09:52:37 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.scout.rt.platform.DoubleReplaceTest
09:52:37 [INFO] Running org.eclipse.scout.rt.platform.DynamicAnnotationTest
09:52:37 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.DynamicAnnotationTest
09:52:37 [INFO] Running org.eclipse.scout.rt.platform.InheritOrderTest
09:52:37 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.scout.rt.platform.InheritOrderTest
09:52:37 [INFO] Running org.eclipse.scout.rt.platform.InjectInstancesTest
09:52:37 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.rt.platform.InjectInstancesTest
09:52:37 [INFO] Running org.eclipse.scout.rt.platform.InjectionTest
09:52:37 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.scout.rt.platform.InjectionTest
09:52:37 [INFO] Running org.eclipse.scout.rt.platform.InterfaceBeanTest
09:52:37 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.InterfaceBeanTest
09:52:37 [INFO] Running org.eclipse.scout.rt.platform.PlatformAwaitStartedTest
09:52:37 2021-02-22 14:52:37,175 INFO  [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
09:52:37 2021-02-22 14:52:37,177 WARN  [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.initBeanDecorationFactory(PlatformImplementor.java:237) - Using org.eclipse.scout.rt.platform.SimpleBeanDecorationFactory. Please verify that this application really has no client or server side IBeanDecorationFactory - MDC[]
09:52:37 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s - in org.eclipse.scout.rt.platform.PlatformAwaitStartedTest
09:52:37 [INFO] Running org.eclipse.scout.rt.platform.PlatformStartTest
09:52:37 2021-02-22 14:52:37,282 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
09:52:37 2021-02-22 14:52:37,283 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
09:52:37 2021-02-22 14:52:37,285 INFO  [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
09:52:37 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.scout.rt.platform.PlatformStartTest
09:52:37 [INFO] Running org.eclipse.scout.rt.platform.PostConstructTest
09:52:37 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.rt.platform.PostConstructTest
09:52:37 [INFO] Running org.eclipse.scout.rt.platform.PreDestroyTest
09:52:37 2021-02-22 14:52:37,291 ERROR [main] org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.handleError(BeanInstanceUtil.java:339) - Methods annotated with @PreDestroy must not be static [method=private static void org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithSingleValidPreDestroy.cleanupStatic()] - MDC[]
09:52:37 2021-02-22 14:52:37,291 ERROR [main] org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.handleError(BeanInstanceUtil.java:339) - Methods annotated with @PreDestroy must have no arguments [method=private void org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithSingleValidPreDestroy.cleanupWithArgs(int)] - MDC[]
09:52:37 2021-02-22 14:52:37,293 ERROR [main] org.eclipse.scout.rt.platform.internal.BeanManagerImplementor.destroyBean(BeanManagerImplementor.java:314) - Error invoking @PreDestroy method public void org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithPreDestroyThrowingException.cleanupOne() throws java.lang.Exception on bean IBean[@ApplicationScoped org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithInherited]. - MDC[]
09:52:37 org.eclipse.scout.rt.platform.exception.BeanCreationException: Exception while invoking @PreDestroy method public void org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithPreDestroyThrowingException.cleanupOne() throws java.lang.Exception
09:52:37 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.translateException(BeanInstanceUtil.java:171)
09:52:37 	at org.eclipse.scout.rt.platform.internal.BeanManagerImplementor.destroyBean(BeanManagerImplementor.java:313)
09:52:37 	at org.eclipse.scout.rt.platform.internal.BeanManagerImplementor.callPreDestroyOnBeans(BeanManagerImplementor.java:284)
09:52:37 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.stop(PlatformImplementor.java:247)
09:52:37 	at org.eclipse.scout.rt.platform.PreDestroyTest.testPreDestroyWithInheritedMethods(PreDestroyTest.java:86)
09:52:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:52:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:52:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:52:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:52:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:52:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:52:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:52:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:52:37 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
09:52:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:52:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:52:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:52:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:52:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:52:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:52:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:52:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:52:37 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
09:52:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:52:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:52:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:52:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:52:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:52:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:52:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:52:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:52:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:52:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:52:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:52:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:52:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:52:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:52:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:52:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:52:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:52:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:52:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:52:37 Caused by: java.lang.Exception: test
09:52:37 	at org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithPreDestroyThrowingException.cleanupOne(PreDestroyTest.java:122)
09:52:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:52:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:52:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:52:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:52:37 	at org.eclipse.scout.rt.platform.internal.BeanManagerImplementor.destroyBean(BeanManagerImplementor.java:309)
09:52:37 	... 40 common frames omitted
09:52:37 2021-02-22 14:52:37,295 ERROR [main] org.eclipse.scout.rt.platform.internal.BeanManagerImplementor.destroyBean(BeanManagerImplementor.java:314) - Error invoking @PreDestroy method public void org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithPreDestroyThrowingException.cleanupOne() throws java.lang.Exception on bean IBean[@ApplicationScoped org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithPreDestroyThrowingException]. - MDC[]
09:52:37 org.eclipse.scout.rt.platform.exception.BeanCreationException: Exception while invoking @PreDestroy method public void org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithPreDestroyThrowingException.cleanupOne() throws java.lang.Exception
09:52:37 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.translateException(BeanInstanceUtil.java:171)
09:52:37 	at org.eclipse.scout.rt.platform.internal.BeanManagerImplementor.destroyBean(BeanManagerImplementor.java:313)
09:52:37 	at org.eclipse.scout.rt.platform.internal.BeanManagerImplementor.callPreDestroyOnBeans(BeanManagerImplementor.java:284)
09:52:37 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.stop(PlatformImplementor.java:247)
09:52:37 	at org.eclipse.scout.rt.platform.PreDestroyTest.testPreDestroyThrowingException(PreDestroyTest.java:77)
09:52:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:52:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:52:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:52:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:52:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:52:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:52:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:52:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:52:37 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
09:52:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:52:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:52:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:52:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:52:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:52:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:52:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:52:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:52:37 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
09:52:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:52:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:52:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:52:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:52:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:52:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:52:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:52:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:52:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:52:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:52:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:52:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:52:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:52:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:52:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:52:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:52:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:52:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:52:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:52:37 Caused by: java.lang.Exception: test
09:52:37 	at org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithPreDestroyThrowingException.cleanupOne(PreDestroyTest.java:122)
09:52:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:52:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:52:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:52:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:52:37 	at org.eclipse.scout.rt.platform.internal.BeanManagerImplementor.destroyBean(BeanManagerImplementor.java:309)
09:52:37 	... 40 common frames omitted
09:52:37 2021-02-22 14:52:37,295 ERROR [main] org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.handleError(BeanInstanceUtil.java:339) - Methods annotated with @PreDestroy must not be static [method=private static void org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithSingleValidPreDestroy.cleanupStatic()] - MDC[]
09:52:37 2021-02-22 14:52:37,296 ERROR [main] org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.handleError(BeanInstanceUtil.java:339) - Methods annotated with @PreDestroy must have no arguments [method=private void org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithSingleValidPreDestroy.cleanupWithArgs(int)] - MDC[]
09:52:37 2021-02-22 14:52:37,296 WARN  [main] org.eclipse.scout.rt.platform.internal.BeanManagerImplementor.destroyBean(BeanManagerImplementor.java:300) - The bean IBean[org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithSingleValidPreDestroy] declares @PreDestroy methods but is not @ApplicationScoped. These methods will not be called. - MDC[]
09:52:37 2021-02-22 14:52:37,297 ERROR [main] org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.handleError(BeanInstanceUtil.java:339) - Methods annotated with @PreDestroy must not be static [method=private static void org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithSingleValidPreDestroy.cleanupStatic()] - MDC[]
09:52:37 2021-02-22 14:52:37,297 ERROR [main] org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.handleError(BeanInstanceUtil.java:339) - Methods annotated with @PreDestroy must have no arguments [method=private void org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithSingleValidPreDestroy.cleanupWithArgs(int)] - MDC[]
09:52:37 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.scout.rt.platform.PreDestroyTest
09:52:37 [INFO] Running org.eclipse.scout.rt.platform.ReUseVsReplaceTest
09:52:37 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.ReUseVsReplaceTest
09:52:37 [INFO] Running org.eclipse.scout.rt.platform.SameBeanOrderTest
09:52:37 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.SameBeanOrderTest
09:52:37 [INFO] Running org.eclipse.scout.rt.platform.SimpleInstanceTest
09:52:37 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.SimpleInstanceTest
09:52:37 [INFO] Running org.eclipse.scout.rt.platform.chain.callable.CallableChainTest
09:52:37 2021-02-22 14:52:37,317 ERROR [main] org.eclipse.scout.rt.platform.chain.callable.CallableChain.undecorateSafe(CallableChain.java:242) - 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@63d85fdf] - MDC[]
09:52:37 java.lang.RuntimeException: expected JUnit test exception
09:52:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChainTest$6$1.undecorate(CallableChainTest.java:123)
09:52:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.undecorateSafe(CallableChain.java:239)
09:52:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:232)
09:52:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:52:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChainTest.testDecoratorChainWithException(CallableChainTest.java:147)
09:52:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:52:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:52:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:52:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:52:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:52:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:52:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:52:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:52:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:52:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:52:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:52:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:52:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:52:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:52:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:52:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:52:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:52:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:52:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:52:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:52:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:52:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:52:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:52:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:52:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:52:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:52:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:52:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:52:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:52:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:52:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:52:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:52:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:52:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:52:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:52:37 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.scout.rt.platform.chain.callable.CallableChainTest
09:52:37 [INFO] Running org.eclipse.scout.rt.platform.config.ConfigFileLoaderTest
09:52:37 2021-02-22 14:52:37,323 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/config.properties using org.eclipse.scout.rt.platform.config.ConfigFileLoaderTest$FixtureSinglePropertyConfigFileLoader - MDC[]
09:52:37 2021-02-22 14:52:37,325 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/config.properties using org.eclipse.scout.rt.platform.config.ConfigFileLoaderTest$FixtureEmptyConfigFileLoader - MDC[]
09:52:37 2021-02-22 14:52:37,326 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/config.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
09:52:37 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.scout.rt.platform.config.ConfigFileLoaderTest
09:52:37 [INFO] Running org.eclipse.scout.rt.platform.config.ConfigPropertyTest
09:52:37 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.config.ConfigPropertyTest
09:52:37 [INFO] Running org.eclipse.scout.rt.platform.config.IntegerConfigPropertyTest
09:52:37 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.scout.rt.platform.config.IntegerConfigPropertyTest
09:52:37 [INFO] Running org.eclipse.scout.rt.platform.config.LongConfigPropertyTest
09:52:37 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.eclipse.scout.rt.platform.config.LongConfigPropertyTest
09:52:37 [INFO] Running org.eclipse.scout.rt.platform.config.PropertiesHelperTest
09:52:37 2021-02-22 14:52:37,335 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/config/dotproperty-test.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
09:52:37 2021-02-22 14:52:37,627 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/config/sample-config.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
09:52:37 2021-02-22 14:52:37,627 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:1082) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[]
09:52:37 2021-02-22 14:52:37,628 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/config/dotproperty-test.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
09:52:37 2021-02-22 14:52:37,630 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/config/sample-config.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
09:52:37 2021-02-22 14:52:37,630 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:1082) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[]
09:52:37 2021-02-22 14:52:37,632 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/config/map-test.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
09:52:37 2021-02-22 14:52:37,632 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:1082) - Duplicate config key: 'namespace|mapKey[a]'. Old value 'a' replaced with 'b'. - MDC[]
09:52:37 2021-02-22 14:52:37,633 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:1082) - Duplicate config key: 'namespace1|mapKey[a]'. Old value 'a' replaced with 'b'. - MDC[]
09:52:37 2021-02-22 14:52:37,647 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/config/sample-config.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
09:52:37 2021-02-22 14:52:37,648 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:1082) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[]
09:52:37 2021-02-22 14:52:37,650 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/config/list-test.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
09:52:37 2021-02-22 14:52:37,689 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/config/sample-config.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
09:52:37 2021-02-22 14:52:37,689 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:1082) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[]
09:52:37 2021-02-22 14:52:37,694 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/config/map-test.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
09:52:37 2021-02-22 14:52:37,695 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:1082) - Duplicate config key: 'namespace|mapKey[a]'. Old value 'a' replaced with 'b'. - MDC[]
09:52:37 2021-02-22 14:52:37,695 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:1082) - Duplicate config key: 'namespace1|mapKey[a]'. Old value 'a' replaced with 'b'. - MDC[]
09:52:37 2021-02-22 14:52:37,698 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/config/map-test.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
09:52:37 2021-02-22 14:52:37,698 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:1082) - Duplicate config key: 'namespace|mapKey[a]'. Old value 'a' replaced with 'b'. - MDC[]
09:52:37 2021-02-22 14:52:37,698 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:1082) - Duplicate config key: 'namespace1|mapKey[a]'. Old value 'a' replaced with 'b'. - MDC[]
09:52:37 2021-02-22 14:52:37,703 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/config/sample-config.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
09:52:37 2021-02-22 14:52:37,703 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:1082) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[]
09:52:37 2021-02-22 14:52:37,705 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/config/sample-config.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
09:52:37 2021-02-22 14:52:37,705 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:1082) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[]
09:52:37 2021-02-22 14:52:37,708 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/config/dotproperty-test.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
09:52:37 2021-02-22 14:52:37,710 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from http://www.whatever-not-existing-scout-domain.org/config.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
09:52:37 2021-02-22 14:52:37,759 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/config/test-config.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
09:52:37 2021-02-22 14:52:37,760 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/config/test-config.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
09:52:37 2021-02-22 14:52:37,761 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/config/sample-config.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
09:52:37 2021-02-22 14:52:37,761 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:1082) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[]
09:52:37 2021-02-22 14:52:37,763 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/config/list-test.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
09:52:37 2021-02-22 14:52:37,764 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/config/sample-config.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
09:52:37 2021-02-22 14:52:37,764 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:1082) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[]
09:52:37 2021-02-22 14:52:37,765 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/config/placeholder-imp.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
09:52:37 2021-02-22 14:52:37,766 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/config/map-test.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
09:52:37 2021-02-22 14:52:37,767 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:1082) - Duplicate config key: 'namespace|mapKey[a]'. Old value 'a' replaced with 'b'. - MDC[]
09:52:37 2021-02-22 14:52:37,767 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:1082) - Duplicate config key: 'namespace1|mapKey[a]'. Old value 'a' replaced with 'b'. - MDC[]
09:52:37 2021-02-22 14:52:37,768 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/config/sample-config.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
09:52:37 2021-02-22 14:52:37,769 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:1082) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[]
09:52:37 2021-02-22 14:52:37,769 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/config/map-test.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
09:52:37 2021-02-22 14:52:37,770 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:1082) - Duplicate config key: 'namespace|mapKey[a]'. Old value 'a' replaced with 'b'. - MDC[]
09:52:37 2021-02-22 14:52:37,770 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:1082) - Duplicate config key: 'namespace1|mapKey[a]'. Old value 'a' replaced with 'b'. - MDC[]
09:52:37 2021-02-22 14:52:37,771 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/config/sample-config.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
09:52:37 2021-02-22 14:52:37,771 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:1082) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[]
09:52:37 2021-02-22 14:52:37,772 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/config/sample-config.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
09:52:37 2021-02-22 14:52:37,772 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:1082) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[]
09:52:37 2021-02-22 14:52:37,792 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/config/map-test.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
09:52:37 2021-02-22 14:52:37,793 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:1082) - Duplicate config key: 'namespace|mapKey[a]'. Old value 'a' replaced with 'b'. - MDC[]
09:52:37 2021-02-22 14:52:37,793 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:1082) - Duplicate config key: 'namespace1|mapKey[a]'. Old value 'a' replaced with 'b'. - MDC[]
09:52:37 2021-02-22 14:52:37,797 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/config/sample-config.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
09:52:37 2021-02-22 14:52:37,797 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:1082) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[]
09:52:37 2021-02-22 14:52:37,798 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/config/helper-test.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
09:52:37 2021-02-22 14:52:37,800 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/config/recursion-test.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
09:52:37 2021-02-22 14:52:37,800 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.importAll(PropertiesHelper.java:1045) - Import of 'org/eclipse/scout/rt/platform/config/recursion-test.properties' skipped because already imported: [org/eclipse/scout/rt/platform/config/recursion-test.properties]. - MDC[]
09:52:37 2021-02-22 14:52:37,802 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/config/sample-config.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
09:52:37 2021-02-22 14:52:37,802 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:1082) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[]
09:52:37 2021-02-22 14:52:37,803 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/config/imp1.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
09:52:37 2021-02-22 14:52:37,804 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/config/imp2.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
09:52:37 2021-02-22 14:52:37,805 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/config/imp3.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
09:52:37 2021-02-22 14:52:37,805 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.importAll(PropertiesHelper.java:1045) - Import of 'org/eclipse/scout/rt/platform/config/imp1.properties' skipped because already imported: [org/eclipse/scout/rt/platform/config/imp1.properties, org/eclipse/scout/rt/platform/config/imp2.properties, org/eclipse/scout/rt/platform/config/imp3.properties]. - MDC[]
09:52:37 2021-02-22 14:52:37,806 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:1082) - Duplicate config key: 'import'. Old value 'org/eclipse/scout/rt/platform/config/imp1.properties' replaced with 'org/eclipse/scout/rt/platform/config/imp3.properties'. - MDC[]
09:52:37 2021-02-22 14:52:37,806 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:1082) - Duplicate config key: 'import'. Old value 'org/eclipse/scout/rt/platform/config/imp3.properties' replaced with 'org/eclipse/scout/rt/platform/config/imp2.properties'. - MDC[]
09:52:37 2021-02-22 14:52:37,813 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/config/helper-test.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
09:52:37 2021-02-22 14:52:37,814 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/config/test-config.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
09:52:37 2021-02-22 14:52:37,814 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.importAll(PropertiesHelper.java:1045) - Import of 'virtual-test.properties' skipped because already imported: [org/eclipse/scout/rt/platform/config/helper-test.properties, file:/tmp/properties-helper-test1279702637202823150.properties, virtual-test.properties]. - MDC[]
09:52:37 2021-02-22 14:52:37,815 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.importAll(PropertiesHelper.java:1045) - Import of 'file:/tmp/properties-helper-test1279702637202823150.properties' skipped because already imported: [org/eclipse/scout/rt/platform/config/helper-test.properties, file:/tmp/properties-helper-test1279702637202823150.properties, virtual-test.properties]. - MDC[]
09:52:37 2021-02-22 14:52:37,815 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from file:/tmp/properties-helper-test1279702637202823150.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
09:52:37 2021-02-22 14:52:37,815 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:1082) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[]
09:52:37 2021-02-22 14:52:37,816 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.importAll(PropertiesHelper.java:1045) - Import of 'virtual-test.properties' skipped because already imported: [org/eclipse/scout/rt/platform/config/helper-test.properties, file:/tmp/properties-helper-test1279702637202823150.properties, virtual-test.properties]. - MDC[]
09:52:37 2021-02-22 14:52:37,816 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.importAll(PropertiesHelper.java:1045) - Import of 'file:/tmp/properties-helper-test1279702637202823150.properties' skipped because already imported: [org/eclipse/scout/rt/platform/config/helper-test.properties, file:/tmp/properties-helper-test1279702637202823150.properties, virtual-test.properties]. - MDC[]
09:52:37 2021-02-22 14:52:37,817 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:1082) - Duplicate config key: 'longKey'. Old value '2' replaced with '-11'. - MDC[]
09:52:37 2021-02-22 14:52:37,817 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/config/map-test.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
09:52:37 2021-02-22 14:52:37,818 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:1082) - Duplicate config key: 'namespace|mapKey[a]'. Old value 'a' replaced with 'b'. - MDC[]
09:52:37 2021-02-22 14:52:37,818 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:1082) - Duplicate config key: 'namespace1|mapKey[a]'. Old value 'a' replaced with 'b'. - MDC[]
09:52:37 2021-02-22 14:52:37,824 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:1115) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/config/dotproperty-test.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
09:52:37 [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.438 s - in org.eclipse.scout.rt.platform.config.PropertiesHelperTest
09:52:37 [INFO] Running org.eclipse.scout.rt.platform.context.RunContextChainInterceptorTest
09:52:37 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.scout.rt.platform.context.RunContextChainInterceptorTest
09:52:37 [INFO] Running org.eclipse.scout.rt.platform.context.RunContextChainTest
09:52:37 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.scout.rt.platform.context.RunContextChainTest
09:52:37 [INFO] Running org.eclipse.scout.rt.platform.context.RunContextExceptionTranslationTest
09:52:37 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.rt.platform.context.RunContextExceptionTranslationTest
09:52:37 [INFO] Running org.eclipse.scout.rt.platform.context.RunContextTest
09:52:38 2021-02-22 14:52:38,022 INFO  [scout-thread-25] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:50) - Exception will be re-thrown for JUnit assertion. [exception=Transaction cancelled] - MDC[jobName=org.eclipse.scout.rt.platform.context.RunContextTest$27]
09:52:38 org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled
09:52:38 	at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127)
09:52:38 	at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:100)
09:52:38 	at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:43)
09:52:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:120)
09:52:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:52:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:52:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:52:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:52:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:52:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:52:38 	at org.eclipse.scout.rt.platform.context.RunContextTest$27.run(RunContextTest.java:738)
09:52:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:52:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:52:38 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
09:52:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32)
09:52:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:52:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:106)
09:52:38 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
09:52:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:175)
09:52:38 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:52:38 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:52:38 	at java.base/java.lang.Thread.run(Thread.java:834)
09:52:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
09:52:38 [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 s - in org.eclipse.scout.rt.platform.context.RunContextTest
09:52:38 [INFO] Running org.eclipse.scout.rt.platform.context.RunMonitorTest
09:52:38 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.scout.rt.platform.context.RunMonitorTest
09:52:38 [INFO] Running org.eclipse.scout.rt.platform.dataobject.DataObjectHelperTest
09:52:38 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.scout.rt.platform.dataobject.DataObjectHelperTest
09:52:38 [INFO] Running org.eclipse.scout.rt.platform.dataobject.DataObjectInventoryTest
09:52:38 2021-02-22 14:52:38,125 WARN  [main] org.eclipse.scout.rt.platform.dataobject.DataObjectInventory.fromTypeName(DataObjectInventory.java:121) - Class lookup for raw class class org.eclipse.scout.rt.platform.dataobject.DataObjectInventoryTest$TestBaseFixtureEntityDo with type name TestBaseFixtureEntity is not unique, cannot lookup matching bean class! - MDC[]
09:52:38 2021-02-22 14:52:38,126 WARN  [main] org.eclipse.scout.rt.platform.dataobject.DataObjectInventory.toTypeName(DataObjectInventory.java:97) - Could not find type name for class org.eclipse.scout.rt.platform.dataobject.DataObjectInventoryTest$TestFixtureSubclass1Do, using default value TestFixtureSubclass1Do - MDC[]
09:52:38 2021-02-22 14:52:38,126 WARN  [main] org.eclipse.scout.rt.platform.dataobject.DataObjectInventory.toTypeName(DataObjectInventory.java:97) - Could not find type name for null, using default value null - MDC[]
09:52:38 2021-02-22 14:52:38,127 WARN  [main] org.eclipse.scout.rt.platform.dataobject.DataObjectInventory.toTypeName(DataObjectInventory.java:97) - Could not find type name for class java.lang.Object, using default value Object - MDC[]
09:52:38 2021-02-22 14:52:38,127 WARN  [main] org.eclipse.scout.rt.platform.dataobject.DataObjectInventory.toTypeName(DataObjectInventory.java:97) - Could not find type name for class java.lang.String, using default value String - MDC[]
09:52:38 2021-02-22 14:52:38,129 INFO  [main] org.eclipse.scout.rt.platform.dataobject.DataObjectInventory.init(DataObjectInventory.java:79) - Registry initialized, found 20 IDoEntity implementations with @TypeName annotation and 3 implementations with @TypeVersion annotation. - MDC[]
09:52:38 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.scout.rt.platform.dataobject.DataObjectInventoryTest
09:52:38 [INFO] Running org.eclipse.scout.rt.platform.dataobject.DoEntityBuilderTest
09:52:38 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.scout.rt.platform.dataobject.DoEntityBuilderTest
09:52:38 [INFO] Running org.eclipse.scout.rt.platform.dataobject.DoEntityHolderTest
09:52:38 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.dataobject.DoEntityHolderTest
09:52:38 [INFO] Running org.eclipse.scout.rt.platform.dataobject.DoEntityTest
09:52:38 [INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.scout.rt.platform.dataobject.DoEntityTest
09:52:38 [INFO] Running org.eclipse.scout.rt.platform.dataobject.DoListTest
09:52:38 [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.scout.rt.platform.dataobject.DoListTest
09:52:38 [INFO] Running org.eclipse.scout.rt.platform.dataobject.DoMapEntityTest
09:52:38 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.dataobject.DoMapEntityTest
09:52:38 [INFO] Running org.eclipse.scout.rt.platform.dataobject.DoNodeTest
09:52:38 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.dataobject.DoNodeTest
09:52:38 [INFO] Running org.eclipse.scout.rt.platform.dataobject.DoPredicatesTest
09:52:38 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.scout.rt.platform.dataobject.DoPredicatesTest
09:52:38 [INFO] Running org.eclipse.scout.rt.platform.dataobject.DoValueTest
09:52:38 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.dataobject.DoValueTest
09:52:38 [INFO] Running org.eclipse.scout.rt.platform.events.ListenerListMonitorTest
09:52:38 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.scout.rt.platform.events.ListenerListMonitorTest
09:52:38 [INFO] Running org.eclipse.scout.rt.platform.exception.DefaultExceptionTranslatorTest
09:52:38 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.scout.rt.platform.exception.DefaultExceptionTranslatorTest
09:52:38 [INFO] Running org.eclipse.scout.rt.platform.exception.DefaultRuntimeExceptionTranslatorTest
09:52:38 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.scout.rt.platform.exception.DefaultRuntimeExceptionTranslatorTest
09:52:38 [INFO] Running org.eclipse.scout.rt.platform.exception.ExceptionHandlerTest
09:52:38 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.exception.ExceptionHandlerTest
09:52:38 [INFO] Running org.eclipse.scout.rt.platform.exception.NullExceptionTranslatorTest
09:52:38 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.exception.NullExceptionTranslatorTest
09:52:38 [INFO] Running org.eclipse.scout.rt.platform.exception.PlaceholderExceptionTest
09:52:38 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.exception.PlaceholderExceptionTest
09:52:38 [INFO] Running org.eclipse.scout.rt.platform.exception.PlatformExceptionTest
09:52:38 [WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.021 s - in org.eclipse.scout.rt.platform.exception.PlatformExceptionTest
09:52:38 [INFO] Running org.eclipse.scout.rt.platform.exception.PlatformExceptionTranslatorTest
09:52:38 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.scout.rt.platform.exception.PlatformExceptionTranslatorTest
09:52:38 [INFO] Running org.eclipse.scout.rt.platform.exception.ProcessingExceptionTest
09:52:38 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.scout.rt.platform.exception.ProcessingExceptionTest
09:52:38 [INFO] Running org.eclipse.scout.rt.platform.exception.ProcessingStatusTest
09:52:38 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.rt.platform.exception.ProcessingStatusTest
09:52:38 [INFO] Running org.eclipse.scout.rt.platform.exception.VetoExceptionTest
09:52:38 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.scout.rt.platform.exception.VetoExceptionTest
09:52:38 [INFO] Running org.eclipse.scout.rt.platform.filter.AndFilterTest
09:52:38 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.scout.rt.platform.filter.AndFilterTest
09:52:38 [INFO] Running org.eclipse.scout.rt.platform.html.HTMLTest
09:52:38 [INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.scout.rt.platform.html.HTMLTest
09:52:38 [INFO] Running org.eclipse.scout.rt.platform.html.HtmlContentBuilderTest
09:52:38 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.html.HtmlContentBuilderTest
09:52:38 [INFO] Running org.eclipse.scout.rt.platform.html.HtmlHelperTest
09:52:38 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.scout.rt.platform.html.HtmlHelperTest
09:52:38 [INFO] Running org.eclipse.scout.rt.platform.html.StyleHelperTest
09:52:38 [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.scout.rt.platform.html.StyleHelperTest
09:52:38 [INFO] Running org.eclipse.scout.rt.platform.index.IndexedStoreTest
09:52:38 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.scout.rt.platform.index.IndexedStoreTest
09:52:38 [INFO] Running org.eclipse.scout.rt.platform.interceptor.DecoratingProxyTest
09:52:38 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.scout.rt.platform.interceptor.DecoratingProxyTest
09:52:38 [INFO] Running org.eclipse.scout.rt.platform.internal.BeanFilterTest
09:52:38 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.rt.platform.internal.BeanFilterTest
09:52:38 [INFO] Running org.eclipse.scout.rt.platform.internal.BeanHierarchyTest
09:52:38 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.scout.rt.platform.internal.BeanHierarchyTest
09:52:38 [INFO] Running org.eclipse.scout.rt.platform.internal.BeanInstanceUtilTest
09:52:38 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.scout.rt.platform.internal.BeanInstanceUtilTest
09:52:38 [INFO] Running org.eclipse.scout.rt.platform.internal.PlatformImplementorTest
09:52:38 2021-02-22 14:52:38,494 INFO  [pool-1-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
09:52:38 2021-02-22 14:52:38,495 ERROR [pool-1-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:329) - Error during event listener notification. - MDC[]
09:52:38 org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$TestingPlatformStartupException: null
09:52:38 	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$1.stateChanged(PlatformImplementorTest.java:77)
09:52:38 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:321)
09:52:38 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.changeState(PlatformImplementor.java:290)
09:52:38 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:135)
09:52:38 	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$4.run(PlatformImplementorTest.java:175)
09:52:38 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:52:38 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
09:52:38 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:52:38 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:52:38 	at java.base/java.lang.Thread.run(Thread.java:834)
09:52:38 2021-02-22 14:52:38,495 ERROR [pool-1-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:144) - Error during platform startup - MDC[]
09:52:38 org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$TestingPlatformStartupException: null
09:52:38 	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$1.stateChanged(PlatformImplementorTest.java:77)
09:52:38 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:321)
09:52:38 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.changeState(PlatformImplementor.java:290)
09:52:38 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:135)
09:52:38 	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$4.run(PlatformImplementorTest.java:175)
09:52:38 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:52:38 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
09:52:38 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:52:38 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:52:38 	at java.base/java.lang.Thread.run(Thread.java:834)
09:52:38 2021-02-22 14:52:38,496 INFO  [pool-1-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
09:52:38 2021-02-22 14:52:38,496 WARN  [pool-1-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.initBeanDecorationFactory(PlatformImplementor.java:237) - Using org.eclipse.scout.rt.platform.SimpleBeanDecorationFactory. Please verify that this application really has no client or server side IBeanDecorationFactory - MDC[]
09:52:38 2021-02-22 14:52:38,496 ERROR [pool-1-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:329) - Error during event listener notification. - MDC[]
09:52:38 org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$TestingPlatformStartupException: null
09:52:38 	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$1.stateChanged(PlatformImplementorTest.java:77)
09:52:38 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:321)
09:52:38 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.changeState(PlatformImplementor.java:290)
09:52:38 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:154)
09:52:38 	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$4.run(PlatformImplementorTest.java:175)
09:52:38 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:52:38 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
09:52:38 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:52:38 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:52:38 	at java.base/java.lang.Thread.run(Thread.java:834)
09:52:38 2021-02-22 14:52:38,496 INFO  [pool-1-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
09:52:38 2021-02-22 14:52:38,496 WARN  [pool-1-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.initBeanDecorationFactory(PlatformImplementor.java:237) - Using org.eclipse.scout.rt.platform.SimpleBeanDecorationFactory. Please verify that this application really has no client or server side IBeanDecorationFactory - MDC[]
09:52:38 2021-02-22 14:52:38,496 ERROR [pool-1-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:329) - Error during event listener notification. - MDC[]
09:52:38 org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$TestingPlatformStartupException: null
09:52:38 	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$1.stateChanged(PlatformImplementorTest.java:77)
09:52:38 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:321)
09:52:38 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.changeState(PlatformImplementor.java:290)
09:52:38 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:140)
09:52:38 	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$4.run(PlatformImplementorTest.java:175)
09:52:38 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:52:38 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
09:52:38 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:52:38 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:52:38 	at java.base/java.lang.Thread.run(Thread.java:834)
09:52:38 2021-02-22 14:52:38,497 ERROR [pool-1-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:144) - Error during platform startup - MDC[]
09:52:38 org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$TestingPlatformStartupException: null
09:52:38 	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$1.stateChanged(PlatformImplementorTest.java:77)
09:52:38 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:321)
09:52:38 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.changeState(PlatformImplementor.java:290)
09:52:38 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:140)
09:52:38 	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$4.run(PlatformImplementorTest.java:175)
09:52:38 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:52:38 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
09:52:38 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:52:38 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:52:38 	at java.base/java.lang.Thread.run(Thread.java:834)
09:52:38 2021-02-22 14:52:38,497 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
09:52:38 2021-02-22 14:52:38,498 WARN  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.initBeanDecorationFactory(PlatformImplementor.java:237) - Using org.eclipse.scout.rt.platform.SimpleBeanDecorationFactory. Please verify that this application really has no client or server side IBeanDecorationFactory - MDC[]
09:52:38 2021-02-22 14:52:38,499 INFO  [pool-1-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
09:52:38 2021-02-22 14:52:38,499 WARN  [pool-1-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.initBeanDecorationFactory(PlatformImplementor.java:237) - Using org.eclipse.scout.rt.platform.SimpleBeanDecorationFactory. Please verify that this application really has no client or server side IBeanDecorationFactory - MDC[]
09:52:38 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.scout.rt.platform.internal.PlatformImplementorTest
09:52:38 [INFO] Running org.eclipse.scout.rt.platform.inventory.internal.JandexClassInfoTest
09:52:38 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.inventory.internal.JandexClassInfoTest
09:52:38 [INFO] Running org.eclipse.scout.rt.platform.inventory.internal.JandexClassInventoryTest
09:52:38 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.scout.rt.platform.inventory.internal.JandexClassInventoryTest
09:52:38 [INFO] Running org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilderTest
09:52:42 2021-02-22 14:52:42,651 INFO  [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:187) - Rebuild index 'file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/META-INF/jandex.idx'. Scanning location... - MDC[]
09:52:43 2021-02-22 14:52:43,137 INFO  [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:187) - Rebuild index 'file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/META-INF/jandex.idx'. Scanning location... - MDC[]
09:52:43 2021-02-22 14:52:43,371 INFO  [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:187) - Rebuild index 'file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/META-INF/jandex.idx'. Scanning location... - MDC[]
09:52:43 2021-02-22 14:52:43,641 INFO  [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:152) - Drop outdated index 'file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/META-INF/jandex.idx'. Index timestamp 2021-02-22 14:52:23.922 is older than folder timestamp 2021-02-22 14:54:23.922. - MDC[]
09:52:43 2021-02-22 14:52:43,641 INFO  [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:187) - Rebuild index 'file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/META-INF/jandex.idx'. Scanning location... - MDC[]
09:52:43 2021-02-22 14:52:43,882 INFO  [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:163) - Drop divergent index 'file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/META-INF/jandex.idx'. Index file count 1178 != folder file count 1177. - MDC[]
09:52:43 2021-02-22 14:52:43,882 INFO  [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:187) - Rebuild index 'file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/META-INF/jandex.idx'. Scanning location... - MDC[]
09:52:44 2021-02-22 14:52:44,072 INFO  [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:187) - Rebuild index 'file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/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[]
09:52:44 2021-02-22 14:52:44,121 INFO  [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanJar(JandexInventoryBuilder.java:204) - Found no pre-built 'jar:file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/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[]
09:52:44 2021-02-22 14:52:44,124 INFO  [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanJar(JandexInventoryBuilder.java:204) - Found no pre-built 'jar:file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/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[]
09:52:47 2021-02-22 14:52:47,143 INFO  [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:187) - Rebuild index 'file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/META-INF/jandex.idx'. Scanning location... - MDC[]
09:52:47 2021-02-22 14:52:47,356 INFO  [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:187) - Rebuild index 'file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/META-INF/jandex.idx'. Scanning location... - MDC[]
09:52:47 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.005 s - in org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilderTest
09:52:47 [INFO] Running org.eclipse.scout.rt.platform.job.AwaitDoneTest
09:52:49 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.609 s - in org.eclipse.scout.rt.platform.job.AwaitDoneTest
09:52:49 [INFO] Running org.eclipse.scout.rt.platform.job.BlockingConditionInterruptionTest
09:52:49 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s - in org.eclipse.scout.rt.platform.job.BlockingConditionInterruptionTest
09:52:49 [INFO] Running org.eclipse.scout.rt.platform.job.BlockingConditionTest
09:52:49 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.scout.rt.platform.job.BlockingConditionTest
09:52:49 [INFO] Running org.eclipse.scout.rt.platform.job.ExecutionHintTest
09:52:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.scout.rt.platform.job.ExecutionHintTest
09:52:49 [INFO] Running org.eclipse.scout.rt.platform.job.ExecutionTriggerTest
09:52:49 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.scout.rt.platform.job.ExecutionTriggerTest
09:52:49 [INFO] Running org.eclipse.scout.rt.platform.job.FutureAwaitTest
09:52:49 2021-02-22 14:52:49,272 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:52:49 java.lang.RuntimeException: expected JUnit test exception
09:52:49 	at org.eclipse.scout.rt.platform.job.FutureAwaitTest.testAwaitDoneWithTimeout_ComputationFailed(FutureAwaitTest.java:221)
09:52:49 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:52:49 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:52:49 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:52:49 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:52:49 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:52:49 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:52:49 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:52:49 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:52:49 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:52:49 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:52:49 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:52:49 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:52:49 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:52:49 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:52:49 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:76)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:52:49 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:52:49 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:49 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:52:49 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:106)
09:52:49 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
09:52:49 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:175)
09:52:49 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:52:49 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:52:49 	at java.base/java.lang.Thread.run(Thread.java:834)
09:52:49 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
09:52:49 2021-02-22 14:52:49,277 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:52:49 java.lang.RuntimeException: expected JUnit test exception
09:52:49 	at org.eclipse.scout.rt.platform.job.FutureAwaitTest.testAwaitDoneAndGet_ComputationFailed(FutureAwaitTest.java:313)
09:52:49 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:52:49 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:52:49 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:52:49 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:52:49 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:52:49 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:52:49 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:52:49 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:52:49 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:52:49 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:52:49 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:52:49 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:52:49 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:52:49 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:52:49 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:76)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:52:49 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:52:49 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:49 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:52:49 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:106)
09:52:49 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
09:52:49 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:175)
09:52:49 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:52:49 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:52:49 	at java.base/java.lang.Thread.run(Thread.java:834)
09:52:49 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
09:52:49 2021-02-22 14:52:49,279 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:52:49 java.lang.RuntimeException: expected JUnit test exception
09:52:49 	at org.eclipse.scout.rt.platform.job.FutureAwaitTest.testAwaitDoneAndGetWithTimeout_ComputationFailed(FutureAwaitTest.java:403)
09:52:49 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:52:49 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:52:49 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:52:49 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:52:49 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:52:49 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:52:49 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:52:49 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:52:49 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:52:49 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:52:49 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:52:49 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:52:49 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:52:49 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:52:49 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:76)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:52:49 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:52:49 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:49 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:52:49 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:106)
09:52:49 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
09:52:49 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:175)
09:52:49 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:52:49 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:52:49 	at java.base/java.lang.Thread.run(Thread.java:834)
09:52:49 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
09:52:49 2021-02-22 14:52:49,292 WARN  [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:52:49 java.lang.RuntimeException: expected JUnit test exception
09:52:49 	at org.eclipse.scout.rt.platform.job.FutureAwaitTest.testJobManagerAwaitDone_ComputationFailed(FutureAwaitTest.java:564)
09:52:49 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:52:49 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:52:49 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:52:49 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:52:49 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:52:49 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:52:49 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:52:49 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:52:49 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:52:49 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:52:49 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:52:49 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:52:49 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:52:49 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:52:49 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:76)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:52:49 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:52:49 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:49 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:52:49 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:106)
09:52:49 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
09:52:49 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:175)
09:52:49 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:52:49 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:52:49 	at java.base/java.lang.Thread.run(Thread.java:834)
09:52:49 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
09:52:49 2021-02-22 14:52:49,299 WARN  [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:52:49 java.lang.RuntimeException: expected JUnit test exception
09:52:49 	at org.eclipse.scout.rt.platform.job.FutureAwaitTest.testAwaitDone_ComputationFailed(FutureAwaitTest.java:101)
09:52:49 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:52:49 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:52:49 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:52:49 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:52:49 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:52:49 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:52:49 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:52:49 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:52:49 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:52:49 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:52:49 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:52:49 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:52:49 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:52:49 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:52:49 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:76)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:52:49 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:52:49 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:49 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:52:49 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:106)
09:52:49 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
09:52:49 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:175)
09:52:49 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:52:49 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:52:49 	at java.base/java.lang.Thread.run(Thread.java:834)
09:52:49 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
09:52:49 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.scout.rt.platform.job.FutureAwaitTest
09:52:49 [INFO] Running org.eclipse.scout.rt.platform.job.JobAsyncExceptionTest
09:52:49 2021-02-22 14:52:49,318 INFO  [scout-thread-25] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:50) - Exception will be re-thrown for JUnit assertion. [exception=Expected test exception] - MDC[jobName=org.eclipse.scout.rt.platform.job.JobAsyncExceptionTest$2]
09:52:49 org.eclipse.scout.rt.platform.exception.PlatformException: Expected test exception
09:52:49 	at org.eclipse.scout.rt.platform.job.JobAsyncExceptionTest$2.run(JobAsyncExceptionTest.java:74)
09:52:49 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:52:49 	at org.eclipse.scout.rt.platform.job.JobAsyncExceptionTest$P_JobManager$3.intercept(JobAsyncExceptionTest.java:173)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:49 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:52:49 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:156)
09:52:49 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:139)
09:52:49 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:52:49 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:52:49 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:49 	at org.eclipse.scout.rt.platform.job.JobAsyncExceptionTest$P_JobManager$2.intercept(JobAsyncExceptionTest.java:154)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:49 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:49 	at org.eclipse.scout.rt.platform.job.JobAsyncExceptionTest$P_JobManager$1.intercept(JobAsyncExceptionTest.java:135)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:52:49 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:106)
09:52:49 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
09:52:49 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:175)
09:52:49 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:52:49 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:52:49 	at java.base/java.lang.Thread.run(Thread.java:834)
09:52:49 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
09:52:49 2021-02-22 14:52:49,322 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:52:49 org.eclipse.scout.rt.platform.exception.PlatformException: Expected test exception
09:52:49 	at org.eclipse.scout.rt.platform.job.JobAsyncExceptionTest$P_InterceptorThrowingExceptionProducer$1.intercept(JobAsyncExceptionTest.java:110)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:49 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:156)
09:52:49 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:139)
09:52:49 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:52:49 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:52:49 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:49 	at org.eclipse.scout.rt.platform.job.JobAsyncExceptionTest$P_JobManager$2.intercept(JobAsyncExceptionTest.java:154)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:49 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:49 	at org.eclipse.scout.rt.platform.job.JobAsyncExceptionTest$P_JobManager$1.intercept(JobAsyncExceptionTest.java:135)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:52:49 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:106)
09:52:49 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
09:52:49 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:175)
09:52:49 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:52:49 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:52:49 	at java.base/java.lang.Thread.run(Thread.java:834)
09:52:49 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
09:52:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.scout.rt.platform.job.JobAsyncExceptionTest
09:52:49 [INFO] Running org.eclipse.scout.rt.platform.job.JobCancelTest
09:52:49 for-loop 1 in state DONE
09:52:51 for-loop 1000000001 in state DONE
09:52:53 2021-02-22 14:52:53,427 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:52:53 2021-02-22 14:52:53,428 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:52:53 2021-02-22 14:52:53,429 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:52:53 2021-02-22 14:52:53,429 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:52:53 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.105 s - in org.eclipse.scout.rt.platform.job.JobCancelTest
09:52:53 [INFO] Running org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest
09:52:53 2021-02-22 14:52:53,433 ERROR [scout-thread-16] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:135) - Exception:expected JUnit test exception - MDC[jobName=org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest$2]
09:52:53 java.lang.Exception: expected JUnit test exception
09:52:53 	at org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest.testWithExplicitExceptionTranslator(JobExceptionTranslationTest.java:64)
09:52:53 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:52:53 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:52:53 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:52:53 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:52:53 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:52:53 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:52:53 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:52:53 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:52:53 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:52:53 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:52:53 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:334)
09:52:53 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:52:53 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:52:53 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:52:53 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:52:53 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:52:53 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:52:53 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:52:53 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:52:53 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:52:53 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:52:53 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:52:53 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:52:53 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:52:53 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:52:53 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:52:53 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:52:53 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:52:53 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:52:53 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:52:53 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:52:53 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:52:53 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:53 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:52:53 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:52:53 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:52:53 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:52:53 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:52:53 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:52:53 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:52:53 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:52:53 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:52:53 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:52:53 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:52:53 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:52:53 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:52:53 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:52:53 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:52:53 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:52:53 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:52:53 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:52:53 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:52:53 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:52:53 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:52:53 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:52:53 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:52:53 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:52:53 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:52:53 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:52:53 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:52:53 2021-02-22 14:52:53,438 ERROR [scout-thread-16] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:135) - Exception:expected JUnit test exception - MDC[jobName=org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest$1]
09:52:53 java.lang.Exception: expected JUnit test exception
09:52:53 	at org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest.testWithImplicitExceptionTranslator(JobExceptionTranslationTest.java:43)
09:52:53 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:52:53 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:52:53 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:52:53 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:52:53 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:52:53 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:52:53 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:52:53 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:52:53 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:52:53 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:52:53 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:334)
09:52:53 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:52:53 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:52:53 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:52:53 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:52:53 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:52:53 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:52:53 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:52:53 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:52:53 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:52:53 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:52:53 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:52:53 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:52:53 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:52:53 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:52:53 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:52:53 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:52:53 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:52:53 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:52:53 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:52:53 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:52:53 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:52:53 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:52:53 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:52:53 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:52:53 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:52:53 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:52:53 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:52:53 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:52:53 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:52:53 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:52:53 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:52:53 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:52:53 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:52:53 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:52:53 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:52:53 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:52:53 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:52:53 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:52:53 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:52:53 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:52:53 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:52:53 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:52:53 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:52:53 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:52:53 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:52:53 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:52:53 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:52:53 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:52:53 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:52:53 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest
09:52:53 [INFO] Running org.eclipse.scout.rt.platform.job.JobFutureTaskTest
09:52:54 Run: 9161 [9161 run/sec]
09:52:55 Run: 19934 [9962 run/sec]
09:52:56 Run: 31400 [10305 run/sec]
09:52:57 Run: 43028 [10632 run/sec]
09:52:58 Run: 57540 [11398 run/sec]
09:52:59 Run: 73718 [12188 run/sec]
09:53:00 Run: 89949 [12762 run/sec]
09:53:01 Run: 100000 [12425 run/sec]
09:53:01 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.041 s - in org.eclipse.scout.rt.platform.job.JobFutureTaskTest
09:53:01 [INFO] Running org.eclipse.scout.rt.platform.job.JobFutureVisitTest
09:53:01 2021-02-22 14:53:01,497 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:53:01 2021-02-22 14:53:01,497 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:53:01 2021-02-22 14:53:01,502 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:53:01 2021-02-22 14:53:01,503 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:53:01 2021-02-22 14:53:01,506 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:53:01 2021-02-22 14:53:01,507 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:53:01 2021-02-22 14:53:01,510 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:53:01 2021-02-22 14:53:01,511 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:53:01 2021-02-22 14:53:01,514 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:53:01 2021-02-22 14:53:01,515 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:53:01 2021-02-22 14:53:01,521 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:53:01 2021-02-22 14:53:01,522 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:53:01 2021-02-22 14:53:01,525 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:53:01 2021-02-22 14:53:01,525 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:53:01 2021-02-22 14:53:01,531 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:53:01 2021-02-22 14:53:01,532 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:53:01 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.scout.rt.platform.job.JobFutureVisitTest
09:53:01 [INFO] Running org.eclipse.scout.rt.platform.job.JobInputTest
09:53:01 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.job.JobInputTest
09:53:01 [INFO] Running org.eclipse.scout.rt.platform.job.JobListenerTest
09:53:01 2021-02-22 14:53:01,588 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:53:01 2021-02-22 14:53:01,588 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:53:01 2021-02-22 14:53:01,591 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:53:01 2021-02-22 14:53:01,592 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:53:01 2021-02-22 14:53:01,596 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:53:01 2021-02-22 14:53:01,596 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:53:01 2021-02-22 14:53:01,599 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:53:01 2021-02-22 14:53:01,599 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:53:01 2021-02-22 14:53:01,603 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:53:01 2021-02-22 14:53:01,603 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:53:01 2021-02-22 14:53:01,604 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:53:01 2021-02-22 14:53:01,604 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:53:01 2021-02-22 14:53:01,606 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:53:01 2021-02-22 14:53:01,606 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:53:01 2021-02-22 14:53:01,607 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:53:01 2021-02-22 14:53:01,607 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:53:01 2021-02-22 14:53:01,610 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:53:01 2021-02-22 14:53:01,610 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:53:01 2021-02-22 14:53:01,613 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:53:01 2021-02-22 14:53:01,614 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:53:01 2021-02-22 14:53:01,617 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:53:01 2021-02-22 14:53:01,617 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:53:01 2021-02-22 14:53:01,620 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:53:01 2021-02-22 14:53:01,621 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:53:01 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.scout.rt.platform.job.JobListenerTest
09:53:01 [INFO] Running org.eclipse.scout.rt.platform.job.JobManagerTest
09:53:01 2021-02-22 14:53:01,626 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:53:01 2021-02-22 14:53:01,627 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:53:01 2021-02-22 14:53:01,631 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:53:01 2021-02-22 14:53:01,631 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:53:01 2021-02-22 14:53:01,632 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:53:01 2021-02-22 14:53:01,632 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:53:01 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.scout.rt.platform.job.JobManagerTest
09:53:01 [INFO] Running org.eclipse.scout.rt.platform.job.JobScheduleTest
09:53:02 2021-02-22 14:53:02,635 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:02 org.eclipse.scout.rt.platform.exception.ProcessingException: expected JUnit test exception [severity=ERROR]
09:53:02 	at org.eclipse.scout.rt.platform.job.JobScheduleTest.testProcessingExceptionWithRunnable(JobScheduleTest.java:86)
09:53:02 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:02 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:02 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:02 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:02 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:02 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:02 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:02 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:02 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:02 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:02 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:02 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:02 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:02 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:02 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:02 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:02 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:02 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:02 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:02 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:02 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:02 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:02 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:02 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:02 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:02 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:02 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:02 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:02 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:02 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:02 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:02 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:02 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:02 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:02 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:02 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:02 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:02 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:02 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:02 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:02 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:02 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:02 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:02 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:02 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:02 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:02 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:02 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:02 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:02 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:02 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:02 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:02 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:02 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:02 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:02 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:02 2021-02-22 14:53:02,637 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:02 java.lang.RuntimeException: expected JUnit test exception
09:53:02 	at org.eclipse.scout.rt.platform.job.JobScheduleTest.testRuntimeExceptionWithRunnable(JobScheduleTest.java:134)
09:53:02 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:02 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:02 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:02 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:02 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:02 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:02 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:02 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:02 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:02 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:02 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:02 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:02 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:02 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:02 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:02 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:02 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:02 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:02 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:02 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:02 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:02 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:02 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:02 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:02 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:02 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:02 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:02 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:02 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:02 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:02 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:02 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:02 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:02 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:02 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:02 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:02 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:02 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:02 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:02 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:02 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:02 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:02 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:02 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:02 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:02 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:02 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:02 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:02 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:02 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:02 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:02 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:02 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:02 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:02 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:02 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:04 2021-02-22 14:53:04,642 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:04 java.lang.Error: expected JUnit test exception
09:53:04 	at org.eclipse.scout.rt.platform.job.JobScheduleTest.testErrorWithRunnable(JobScheduleTest.java:230)
09:53:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:04 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:04 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:04 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:04 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:04 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:04 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:04 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:04 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:04 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:04 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:04 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:04 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:04 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:04 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:04 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:04 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:04 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:04 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:04 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:04 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:04 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:04 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:04 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:04 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:04 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:04 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:04 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:04 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:04 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:04 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:04 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:04 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:04 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:04 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:04 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:04 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:04 2021-02-22 14:53:04,645 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:04 java.lang.Exception: expected JUnit test exception
09:53:04 	at org.eclipse.scout.rt.platform.job.JobScheduleTest.testExceptionExceptionWithCallable(JobScheduleTest.java:206)
09:53:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:04 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:04 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:04 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:04 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:04 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:04 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:04 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:04 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:04 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:04 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:04 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:04 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:04 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:04 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:04 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:04 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:04 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:04 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:04 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:04 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:04 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:04 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:04 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:04 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:04 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:04 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:04 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:04 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:04 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:04 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:04 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:04 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:04 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:04 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:04 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:04 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:05 2021-02-22 14:53:05,650 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:05 java.lang.Exception: expected JUnit test exception
09:53:05 	at org.eclipse.scout.rt.platform.job.JobScheduleTest.testExceptionExceptionWithRunnable(JobScheduleTest.java:182)
09:53:05 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:05 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:05 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:05 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:05 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:05 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:05 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:05 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:05 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:05 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:05 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:05 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:05 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:05 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:05 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:05 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:05 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:05 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:05 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:05 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:05 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:05 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:05 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:05 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:05 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:05 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:05 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:05 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:05 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:05 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:05 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:05 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:05 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:05 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:05 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:05 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:05 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:05 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:05 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:05 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:05 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:05 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:05 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:05 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:05 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:05 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:05 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:05 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:05 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:05 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:05 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:05 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:05 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:05 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:05 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:05 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:05 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:05 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:05 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:08 2021-02-22 14:53:08,159 WARN  [scout-thread-75] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:08 org.eclipse.scout.rt.platform.exception.ProcessingException: expected JUnit test exception [severity=ERROR]
09:53:08 	at org.eclipse.scout.rt.platform.job.JobScheduleTest.testProcessingExceptionWithCallable(JobScheduleTest.java:110)
09:53:08 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:08 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:08 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:08 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:08 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:08 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:08 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:08 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:08 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:08 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:08 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:08 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:08 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:08 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:08 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:08 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:08 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:08 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:08 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:08 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:08 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:08 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:08 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:08 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:08 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:08 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:08 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:08 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:08 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:08 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:08 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:08 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:08 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:08 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:08 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:08 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:08 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:08 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:08 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:08 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:08 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:08 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:08 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:08 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:08 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:08 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:08 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:08 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:08 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:08 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:08 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:08 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:08 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:08 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:08 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:08 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:08 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:08 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:08 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:08 2021-02-22 14:53:08,160 WARN  [scout-thread-75] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:08 java.lang.RuntimeException: expected JUnit test exception
09:53:08 	at org.eclipse.scout.rt.platform.job.JobScheduleTest.testRuntimeExceptionWithCallable(JobScheduleTest.java:158)
09:53:08 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:08 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:08 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:08 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:08 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:08 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:08 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:08 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:08 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:08 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:08 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:08 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:08 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:08 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:08 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:08 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:08 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:08 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:08 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:08 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:08 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:08 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:08 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:08 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:08 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:08 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:08 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:08 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:08 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:08 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:08 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:08 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:08 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:08 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:08 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:08 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:08 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:08 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:08 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:08 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:08 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:08 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:08 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:08 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:08 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:08 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:08 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:08 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:08 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:08 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:08 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:08 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:08 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:08 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:08 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:08 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:08 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:08 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:08 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:08 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.539 s - in org.eclipse.scout.rt.platform.job.JobScheduleTest
09:53:08 [INFO] Running org.eclipse.scout.rt.platform.job.JobStateTest
09:53:10 2021-02-22 14:53:10,411 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:53:10 2021-02-22 14:53:10,412 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:53:10 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.238 s - in org.eclipse.scout.rt.platform.job.JobStateTest
09:53:10 [INFO] Running org.eclipse.scout.rt.platform.job.JobsTest
09:53:10 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.scout.rt.platform.job.JobsTest
09:53:10 [INFO] Running org.eclipse.scout.rt.platform.job.PeriodicJobMutexTest
09:53:12 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.605 s - in org.eclipse.scout.rt.platform.job.PeriodicJobMutexTest
09:53:12 [INFO] Running org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest
09:53:12 2021-02-22 14:53:12,025 WARN  [scout-thread-75] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:12 java.lang.Exception: expected JUnit test exception
09:53:12 	at org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest$6.run(ScheduleAtFixedRateTest.java:270)
09:53:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:12 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
09:53:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:12 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32)
09:53:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:12 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:106)
09:53:12 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:53:12 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:178)
09:53:12 	at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:46)
09:53:12 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:53:12 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:53:12 	at java.base/java.lang.Thread.run(Thread.java:834)
09:53:12 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
09:53:13 2021-02-22 14:53:13,027 ERROR [scout-thread-75] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:135) - Exception:expected JUnit test exception - MDC[jobName=org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest$7]
09:53:13 java.lang.Exception: expected JUnit test exception
09:53:13 	at org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest$7.run(ScheduleAtFixedRateTest.java:298)
09:53:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:13 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
09:53:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:13 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
09:53:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:13 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32)
09:53:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:13 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:106)
09:53:13 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:53:13 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:178)
09:53:13 	at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:46)
09:53:13 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:53:13 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:53:13 	at java.base/java.lang.Thread.run(Thread.java:834)
09:53:13 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
09:53:18 2021-02-22 14:53:18,631 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:18 java.lang.Exception: expected JUnit test exception
09:53:18 	at org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest$3.run(ScheduleAtFixedRateTest.java:152)
09:53:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:18 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
09:53:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:18 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32)
09:53:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:18 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:106)
09:53:18 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:53:18 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:178)
09:53:18 	at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:46)
09:53:18 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:53:18 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:53:18 	at java.base/java.lang.Thread.run(Thread.java:834)
09:53:18 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
09:53:22 2021-02-22 14:53:22,935 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:22 java.lang.Exception: expected JUnit test exception
09:53:22 	at org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest$4.run(ScheduleAtFixedRateTest.java:202)
09:53:22 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:22 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:22 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:22 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:22 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:22 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:22 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:22 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:22 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:22 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
09:53:22 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:22 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32)
09:53:22 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:22 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:22 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:106)
09:53:22 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:53:22 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:178)
09:53:22 	at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:46)
09:53:22 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:53:22 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:53:22 	at java.base/java.lang.Thread.run(Thread.java:834)
09:53:22 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
09:53:24 2021-02-22 14:53:24,236 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:24 java.lang.Exception: expected JUnit test exception
09:53:24 	at org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest$2.run(ScheduleAtFixedRateTest.java:103)
09:53:24 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:24 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:24 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:24 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:24 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:24 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
09:53:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:24 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32)
09:53:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:24 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:106)
09:53:24 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:53:24 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:178)
09:53:24 	at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:46)
09:53:24 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:53:24 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:53:24 	at java.base/java.lang.Thread.run(Thread.java:834)
09:53:24 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
09:53:24 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.213 s - in org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest
09:53:24 [INFO] Running org.eclipse.scout.rt.platform.job.ScheduleDelayedTest
09:53:25 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.998 s - in org.eclipse.scout.rt.platform.job.ScheduleDelayedTest
09:53:25 [INFO] Running org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest
09:53:25 2021-02-22 14:53:25,239 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:25 java.lang.Exception: expected JUnit test exception
09:53:25 	at org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest$6.run(ScheduleWithFixedDelayTest.java:259)
09:53:25 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:25 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:25 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:25 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:25 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:25 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:25 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:25 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:25 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:25 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
09:53:25 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:25 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32)
09:53:25 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:25 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:25 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:106)
09:53:25 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:53:25 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:178)
09:53:25 	at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:46)
09:53:25 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:53:25 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:53:25 	at java.base/java.lang.Thread.run(Thread.java:834)
09:53:25 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
09:53:26 2021-02-22 14:53:26,242 ERROR [scout-thread-22] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:135) - Exception:expected JUnit test exception - MDC[jobName=org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest$7]
09:53:26 java.lang.Exception: expected JUnit test exception
09:53:26 	at org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest$7.run(ScheduleWithFixedDelayTest.java:285)
09:53:26 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:26 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:26 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
09:53:26 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:26 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:26 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:26 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:26 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:26 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:26 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:26 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:26 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
09:53:26 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:26 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32)
09:53:26 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:26 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:26 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:106)
09:53:26 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:53:26 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:178)
09:53:26 	at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:46)
09:53:26 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:53:26 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:53:26 	at java.base/java.lang.Thread.run(Thread.java:834)
09:53:26 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
09:53:29 2021-02-22 14:53:29,451 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:29 java.lang.Exception: expected JUnit test exception
09:53:29 	at org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest$3.run(ScheduleWithFixedDelayTest.java:147)
09:53:29 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:29 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:29 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:29 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:29 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:29 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:29 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:29 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:29 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:29 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
09:53:29 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:29 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32)
09:53:29 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:29 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:29 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:106)
09:53:29 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:53:29 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:178)
09:53:29 	at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:46)
09:53:29 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:53:29 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:53:29 	at java.base/java.lang.Thread.run(Thread.java:834)
09:53:29 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
09:53:33 2021-02-22 14:53:33,758 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:33 java.lang.Exception: expected JUnit test exception
09:53:33 	at org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest$4.run(ScheduleWithFixedDelayTest.java:195)
09:53:33 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:33 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:33 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:33 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:33 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:33 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:33 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:33 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:33 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:33 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
09:53:33 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:33 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32)
09:53:33 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:33 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:33 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:106)
09:53:33 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:53:33 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:178)
09:53:33 	at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:46)
09:53:33 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:53:33 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:53:33 	at java.base/java.lang.Thread.run(Thread.java:834)
09:53:33 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
09:53:35 2021-02-22 14:53:35,060 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: expected JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest$2.run(ScheduleWithFixedDelayTest.java:100)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:106)
09:53:35 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
09:53:35 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:178)
09:53:35 	at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:46)
09:53:35 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:53:35 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:53:35 	at java.base/java.lang.Thread.run(Thread.java:834)
09:53:35 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
09:53:35 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.824 s - in org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest
09:53:35 [INFO] Running org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest
09:53:35 2021-02-22 14:53:35,063 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:35 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,065 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:35 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,067 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:35 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,068 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:35 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,069 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:35 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,070 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:35 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,071 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:35 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,073 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:35 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,075 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:35 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,076 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:35 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,077 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:35 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,080 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:35 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,085 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:35 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,086 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:35 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,087 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:35 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,094 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:35 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,095 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,097 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,098 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,099 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,100 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,101 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,102 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,103 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,104 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,105 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,106 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,107 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,108 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,109 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,110 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,111 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,112 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,114 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,117 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,118 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,119 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,119 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,120 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,121 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,122 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,123 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,124 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,124 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,125 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,125 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,126 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,126 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,127 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,127 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,128 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,128 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,128 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,129 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,129 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:35 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:35 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:35 2021-02-22 14:53:35,130 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:35 java.lang.Exception: JUnit test exception
09:53:35 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:35 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,130 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,131 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,188 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,189 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,189 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,190 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,191 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,191 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,191 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,192 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,192 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,193 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,193 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,194 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,194 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,194 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,195 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,195 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,196 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,196 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,197 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,197 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,198 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,199 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,199 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,199 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,200 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,200 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,201 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,201 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,202 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,202 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,203 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,203 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,203 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,204 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,204 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,205 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,205 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,205 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,206 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,206 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,207 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,208 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.Exception: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:579)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,293 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.RuntimeException: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:36 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:36 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,293 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.RuntimeException: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:36 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:36 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,294 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.RuntimeException: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:36 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:36 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,295 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.RuntimeException: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:36 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:36 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,295 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.RuntimeException: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:36 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:36 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,296 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.RuntimeException: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:36 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:36 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,297 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.RuntimeException: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:36 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:36 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,297 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.RuntimeException: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:36 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:36 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,298 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.RuntimeException: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:36 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:36 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,299 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.RuntimeException: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:36 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:36 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,300 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.RuntimeException: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:36 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:36 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,300 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.RuntimeException: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:36 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:36 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,302 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.RuntimeException: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:36 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:36 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,303 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.RuntimeException: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:36 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:36 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,304 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.RuntimeException: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:36 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:36 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,305 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.RuntimeException: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:36 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:36 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,305 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.RuntimeException: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,306 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.RuntimeException: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,306 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.RuntimeException: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,307 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.RuntimeException: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,308 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.RuntimeException: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,308 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.RuntimeException: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,309 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.RuntimeException: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,309 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.RuntimeException: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,310 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.RuntimeException: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,311 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.RuntimeException: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,311 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.RuntimeException: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,312 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.RuntimeException: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:36 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:36 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:36 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:36 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:36 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:36 2021-02-22 14:53:35,312 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:36 java.lang.RuntimeException: JUnit test exception
09:53:36 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:36 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:36 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:36 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:36 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:36 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:36 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:36 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:36 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:36 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:36 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,313 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,314 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,316 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,316 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,317 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,318 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,318 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,319 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,320 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,320 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,321 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,321 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,322 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,322 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,323 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,323 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,323 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,324 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,324 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,324 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,325 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,325 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,326 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,326 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,327 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,327 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,328 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,388 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,389 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,390 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,391 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,392 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,393 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,393 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,394 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,394 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,395 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,395 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,396 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,396 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,397 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,397 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,397 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,398 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,398 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,399 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,399 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,400 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,400 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,401 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,401 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,401 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,402 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,402 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,403 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,403 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,403 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,404 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,405 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,405 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,405 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,406 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,407 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,408 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,408 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,409 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,409 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,410 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,410 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,410 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:35,411 WARN  [scout-thread-20] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:623)
09:53:37 	at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:37,783 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.Exception: JUnit test exception 1
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:37,783 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception 2
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:37,784 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception 3
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:37,784 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception 4
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:37,785 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.Exception: JUnit test exception 1
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:37,785 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception 2
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:37,785 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception 3
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:37,786 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception 4
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:37,787 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.Exception: JUnit test exception 1
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:37,787 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception 2
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:37,787 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception 3
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:37,788 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception 4
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:37,788 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.Exception: JUnit test exception 1
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:37 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:37 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:37 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:37 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:37 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:37 2021-02-22 14:53:37,789 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:37 java.lang.RuntimeException: JUnit test exception 2
09:53:37 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:37 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,789 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 3
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,790 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 4
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,790 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.Exception: JUnit test exception 1
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,790 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 2
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,791 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 3
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,791 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 4
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,791 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.Exception: JUnit test exception 1
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,792 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 2
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,792 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 3
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,792 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 4
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,793 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.Exception: JUnit test exception 1
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,793 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 2
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,793 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 3
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,793 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 4
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,794 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.Exception: JUnit test exception 1
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,794 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 2
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,794 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 3
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,794 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 4
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,795 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.Exception: JUnit test exception 1
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,795 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 2
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,795 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 3
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,796 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 4
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,796 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.Exception: JUnit test exception 1
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,796 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 2
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,797 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 3
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,797 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 4
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,797 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.Exception: JUnit test exception 1
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,798 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 2
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,798 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 3
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,798 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 4
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,799 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.Exception: JUnit test exception 1
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,799 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 2
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,799 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 3
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,800 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 4
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,800 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.Exception: JUnit test exception 1
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,800 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 2
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,801 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 3
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,801 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 4
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,801 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.Exception: JUnit test exception 1
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,802 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 2
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,802 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 3
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,802 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 4
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,802 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.Exception: JUnit test exception 1
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,803 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 2
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,803 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 3
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,803 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 4
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,804 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.Exception: JUnit test exception 1
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,804 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 2
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,804 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 3
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,805 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 4
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,805 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.Exception: JUnit test exception 1
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,805 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 2
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,806 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 3
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,806 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 4
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,806 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.Exception: JUnit test exception 1
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,807 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 2
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,807 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 3
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,807 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 4
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,808 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.Exception: JUnit test exception 1
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,808 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 2
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,808 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 3
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,809 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 4
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,809 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.Exception: JUnit test exception 1
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,809 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 2
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,810 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 3
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,810 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 4
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,810 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.Exception: JUnit test exception 1
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,811 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 2
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,811 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 3
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,811 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 4
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,811 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.Exception: JUnit test exception 1
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,812 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 2
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,812 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 3
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,812 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 4
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,812 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.Exception: JUnit test exception 1
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,813 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 2
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,813 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 3
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,813 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 4
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,813 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.Exception: JUnit test exception 1
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,814 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 2
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,814 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 3
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,814 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 4
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,814 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.Exception: JUnit test exception 1
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,815 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 2
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,815 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 3
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,815 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 4
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,815 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.Exception: JUnit test exception 1
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,816 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 2
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,816 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 3
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,816 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 4
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,816 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.Exception: JUnit test exception 1
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,817 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 2
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,817 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 3
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,817 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 4
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,818 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.Exception: JUnit test exception 1
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,818 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 2
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,818 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 3
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,818 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 4
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,819 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.Exception: JUnit test exception 1
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,819 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 2
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,819 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 3
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,819 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 4
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,820 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.Exception: JUnit test exception 1
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,820 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 2
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,820 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 3
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,820 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 4
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,821 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.Exception: JUnit test exception 1
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:38 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:38 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:38 2021-02-22 14:53:37,821 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:38 java.lang.RuntimeException: JUnit test exception 2
09:53:38 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:38 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,821 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 3
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,822 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 4
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,822 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.Exception: JUnit test exception 1
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,822 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 2
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,822 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 3
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,823 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 4
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,823 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.Exception: JUnit test exception 1
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,823 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 2
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,824 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 3
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,824 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 4
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,825 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.Exception: JUnit test exception 1
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,825 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 2
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,825 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 3
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,825 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 4
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,826 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.Exception: JUnit test exception 1
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,826 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 2
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,826 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 3
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,826 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 4
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,827 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.Exception: JUnit test exception 1
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,827 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 2
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,827 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 3
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,827 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 4
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,887 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.Exception: JUnit test exception 1
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,887 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 2
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,888 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 3
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,888 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 4
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,888 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.Exception: JUnit test exception 1
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,889 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 2
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,889 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 3
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,889 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 4
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,889 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.Exception: JUnit test exception 1
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,890 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 2
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,890 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 3
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,890 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 4
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,890 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.Exception: JUnit test exception 1
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,891 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 2
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,891 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 3
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,891 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 4
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,892 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.Exception: JUnit test exception 1
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,892 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 2
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,892 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 3
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,892 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 4
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,893 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.Exception: JUnit test exception 1
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,893 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 2
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,893 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 3
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,893 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 4
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,893 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.Exception: JUnit test exception 1
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,894 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 2
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,894 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 3
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,894 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 4
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,894 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.Exception: JUnit test exception 1
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,895 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 2
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,895 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 3
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,895 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 4
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,895 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.Exception: JUnit test exception 1
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,896 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 2
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,896 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 3
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,896 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 4
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,896 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.Exception: JUnit test exception 1
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,897 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 2
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,897 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 3
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,897 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 4
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,897 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.Exception: JUnit test exception 1
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,898 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 2
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,898 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 3
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,898 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 4
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,898 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.Exception: JUnit test exception 1
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,899 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 2
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,899 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 3
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,899 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 4
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,900 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.Exception: JUnit test exception 1
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,900 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 2
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,900 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 3
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,900 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 4
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,901 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.Exception: JUnit test exception 1
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,901 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 2
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,901 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 3
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,901 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 4
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,902 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.Exception: JUnit test exception 1
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,902 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 2
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,902 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 3
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,903 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 4
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,903 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.Exception: JUnit test exception 1
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,903 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 2
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,903 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 3
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,904 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 4
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,904 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.Exception: JUnit test exception 1
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,904 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 2
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,905 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 3
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,905 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 4
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,905 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.Exception: JUnit test exception 1
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,905 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 2
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,906 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 3
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,906 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 4
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,906 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.Exception: JUnit test exception 1
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,906 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 2
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,907 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 3
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,907 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 4
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,907 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.Exception: JUnit test exception 1
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,907 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 2
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,908 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 3
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,908 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 4
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,908 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.Exception: JUnit test exception 1
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,908 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 2
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,909 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 3
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,909 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 4
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,909 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.Exception: JUnit test exception 1
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,909 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 2
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,910 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 3
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,910 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 4
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,910 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.Exception: JUnit test exception 1
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,911 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 2
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,911 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 3
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,911 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 4
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,911 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.Exception: JUnit test exception 1
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,912 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 2
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,912 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 3
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,912 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 4
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,912 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.Exception: JUnit test exception 1
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,913 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 2
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,913 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 3
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,913 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 4
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,913 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.Exception: JUnit test exception 1
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,914 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 2
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,914 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 3
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,914 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 4
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,914 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.Exception: JUnit test exception 1
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,915 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 2
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,915 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 3
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,915 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 4
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,915 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.Exception: JUnit test exception 1
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,915 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 2
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,916 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 3
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:39 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:39 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:39 2021-02-22 14:53:37,916 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:39 java.lang.RuntimeException: JUnit test exception 4
09:53:39 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:39 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,916 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.Exception: JUnit test exception 1
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,916 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 2
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,917 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 3
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,917 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 4
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,917 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.Exception: JUnit test exception 1
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,917 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 2
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,918 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 3
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,918 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 4
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,918 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.Exception: JUnit test exception 1
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,918 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 2
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,919 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 3
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,919 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 4
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,919 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.Exception: JUnit test exception 1
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,919 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 2
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,919 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 3
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,920 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 4
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,920 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.Exception: JUnit test exception 1
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,920 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 2
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,920 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 3
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,920 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 4
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,921 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.Exception: JUnit test exception 1
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,921 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 2
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,921 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 3
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,921 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 4
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,922 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.Exception: JUnit test exception 1
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,922 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 2
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,922 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 3
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,922 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 4
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,923 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.Exception: JUnit test exception 1
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,923 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 2
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,923 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 3
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,923 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 4
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,924 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.Exception: JUnit test exception 1
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,924 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 2
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,924 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 3
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,924 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 4
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,924 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.Exception: JUnit test exception 1
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,925 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 2
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,925 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 3
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,925 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 4
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,926 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.Exception: JUnit test exception 1
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,926 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 2
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,926 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 3
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,926 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 4
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,926 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.Exception: JUnit test exception 1
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,927 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 2
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,927 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 3
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,927 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 4
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,927 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.Exception: JUnit test exception 1
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,928 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 2
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,928 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 3
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,928 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 4
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,929 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.Exception: JUnit test exception 1
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,929 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 2
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,929 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 3
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,930 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 4
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,930 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.Exception: JUnit test exception 1
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,930 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 2
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,987 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 3
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,988 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 4
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,988 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.Exception: JUnit test exception 1
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,989 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 2
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,989 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 3
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,990 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 4
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,990 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.Exception: JUnit test exception 1
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,990 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 2
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,991 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 3
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,991 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.RuntimeException: JUnit test exception 4
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:40 2021-02-22 14:53:37,991 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:40 java.lang.Exception: JUnit test exception 1
09:53:40 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:40 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:40 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:40 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:40 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:40 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:37,992 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 2
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:37,992 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 3
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:37,992 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 4
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:37,992 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.Exception: JUnit test exception 1
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:37,993 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 2
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:37,993 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 3
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:37,993 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 4
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:37,993 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.Exception: JUnit test exception 1
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:37,994 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 2
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:37,994 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 3
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:37,994 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 4
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:37,995 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.Exception: JUnit test exception 1
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:37,995 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 2
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:37,995 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 3
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:37,995 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 4
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:37,996 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.Exception: JUnit test exception 1
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:37,996 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 2
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:37,996 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 3
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:37,996 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 4
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:37,997 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.Exception: JUnit test exception 1
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:37,997 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 2
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:37,997 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 3
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:37,997 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 4
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:37,998 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.Exception: JUnit test exception 1
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:37,998 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 2
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:37,998 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 3
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:37,998 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 4
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:37,999 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.Exception: JUnit test exception 1
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:37,999 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 2
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:37,999 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 3
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:37,999 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 4
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:38,000 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.Exception: JUnit test exception 1
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:38,000 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 2
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:38,000 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 3
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:38,000 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 4
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:38,001 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.Exception: JUnit test exception 1
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:38,001 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 2
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:38,001 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 3
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:38,001 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 4
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:38,002 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.Exception: JUnit test exception 1
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:38,002 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 2
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:38,002 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 3
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:38,002 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 4
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:38,003 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.Exception: JUnit test exception 1
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:38,003 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 2
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:38,003 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 3
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:38,003 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 4
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:38,004 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.Exception: JUnit test exception 1
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:38,004 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 2
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:38,004 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 3
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:38,004 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 4
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:38,005 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.Exception: JUnit test exception 1
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:38,005 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 2
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:38,005 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 3
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:38,006 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 4
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:38,006 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.Exception: JUnit test exception 1
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:38,006 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 2
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:38,006 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 3
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:38,007 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 4
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:38,007 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.Exception: JUnit test exception 1
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:38,007 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 2
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:38,007 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 3
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:38,008 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 4
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:38,008 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.Exception: JUnit test exception 1
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:38,008 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 2
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:38,008 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 3
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:38,009 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 4
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:38,009 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.Exception: JUnit test exception 1
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:41 2021-02-22 14:53:38,009 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:41 java.lang.RuntimeException: JUnit test exception 2
09:53:41 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:41 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:41 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:41 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:42 2021-02-22 14:53:38,010 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:42 java.lang.RuntimeException: JUnit test exception 3
09:53:42 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:42 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:42 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:42 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:42 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:42 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:42 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:42 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:42 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:42 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:42 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:42 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:42 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:42 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:42 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:42 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:42 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:42 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:42 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:42 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:42 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:42 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:42 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:42 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:42 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:42 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:42 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:42 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:42 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:42 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:42 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:42 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:42 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:42 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:42 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:42 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:42 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:42 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:42 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:42 2021-02-22 14:53:38,010 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:42 java.lang.RuntimeException: JUnit test exception 4
09:53:42 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:42 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:42 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:42 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:42 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:42 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:42 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:42 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:42 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:42 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:42 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:42 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:42 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:42 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:42 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:42 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:42 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:42 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:42 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:42 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:42 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:42 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:42 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:42 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:42 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:42 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:42 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:42 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:42 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:42 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:42 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:42 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:42 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:42 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:42 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:42 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:42 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:42 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:42 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:42 2021-02-22 14:53:38,010 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:42 java.lang.Exception: JUnit test exception 1
09:53:42 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:87)
09:53:42 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:42 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:42 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:42 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:42 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:42 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:42 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:42 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:42 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:42 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:42 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:42 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:42 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:42 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:42 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:42 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:42 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:42 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:42 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:42 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:42 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:42 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:42 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:42 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:42 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:42 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:42 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:42 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:42 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:42 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:42 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:42 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:42 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:42 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:42 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:42 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:42 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:42 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:42 2021-02-22 14:53:38,010 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:42 java.lang.RuntimeException: JUnit test exception 2
09:53:42 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:88)
09:53:42 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:42 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:42 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:42 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:42 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:42 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:42 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:42 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:42 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:42 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:42 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:42 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:42 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:42 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:42 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:42 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:42 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:42 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:42 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:42 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:42 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:42 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:42 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:42 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:42 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:42 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:42 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:42 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:42 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:42 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:42 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:42 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:42 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:42 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:42 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:42 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:42 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:42 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:42 2021-02-22 14:53:38,011 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:42 java.lang.RuntimeException: JUnit test exception 3
09:53:42 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:89)
09:53:42 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:42 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:42 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:42 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:42 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:42 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:42 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:42 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:42 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:42 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:42 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:42 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:42 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:42 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:42 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:42 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:42 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:42 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:42 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:42 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:42 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:42 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:42 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:42 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:42 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:42 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:42 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:42 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:42 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:42 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:42 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:42 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:42 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:42 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:42 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:42 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:42 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:42 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:42 2021-02-22 14:53:38,011 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:42 java.lang.RuntimeException: JUnit test exception 4
09:53:42 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:90)
09:53:42 	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
09:53:42 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:42 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:42 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:42 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:42 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:42 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:42 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:42 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:42 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:42 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:42 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:42 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:42 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:42 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:42 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:42 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:42 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:42 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:42 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:42 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:42 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:42 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:42 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:42 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:42 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:42 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:42 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:42 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:42 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:42 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:42 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:42 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:42 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:42 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:42 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:42 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:42 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:42 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.966 s - in org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest
09:53:42 [INFO] Running org.eclipse.scout.rt.platform.job.WhenDoneTest
09:53:42 2021-02-22 14:53:39,122 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:42 org.eclipse.scout.rt.platform.exception.ProcessingException: expected JUnit test exception [severity=ERROR]
09:53:42 	at org.eclipse.scout.rt.platform.job.WhenDoneTest.testError(WhenDoneTest.java:127)
09:53:42 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:42 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:42 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:42 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:42 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:42 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:42 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:42 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:42 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:42 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:42 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:42 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:42 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:42 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:42 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:42 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:42 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:42 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:42 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:42 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:42 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:42 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:42 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:42 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:42 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:42 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:42 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:42 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:42 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:42 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:42 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:42 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:42 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:42 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:42 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:42 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:42 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:42 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:42 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:42 2021-02-22 14:53:39,126 WARN  [scout-thread-90] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:53) - Exception in callable chain. - MDC[]
09:53:42 org.eclipse.scout.rt.platform.exception.ProcessingException: expected JUnit test exception [severity=ERROR]
09:53:42 	at org.eclipse.scout.rt.platform.job.WhenDoneTest.testErrorWithJobAlreadyCompleted(WhenDoneTest.java:170)
09:53:42 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:53:42 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:53:42 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:53:42 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:53:42 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:53:42 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:53:42 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:53:42 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:53:42 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:53:42 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:53:42 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:53:42 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:42 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:42 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:42 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:42 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:53:42 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:53:42 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:53:42 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:53:42 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:53:42 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:53:42 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:53:42 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:53:42 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:53:42 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:53:42 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:53:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:53:42 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:42 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:53:42 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:53:42 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:53:42 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:53:42 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:53:42 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:53:42 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:53:42 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:53:42 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:53:42 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:53:42 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:53:42 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:53:42 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:53:42 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.scout.rt.platform.job.WhenDoneTest
09:53:42 [INFO] Running org.eclipse.scout.rt.platform.job.filter.event.JobEventFilterBuilderTest
09:53:42 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.job.filter.event.JobEventFilterBuilderTest
09:53:42 [INFO] Running org.eclipse.scout.rt.platform.job.filter.event.JobEventFilterTest
09:53:42 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.rt.platform.job.filter.event.JobEventFilterTest
09:53:42 [INFO] Running org.eclipse.scout.rt.platform.job.filter.future.ExecutionHintFutureFilterTest
09:53:42 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.job.filter.future.ExecutionHintFutureFilterTest
09:53:42 [INFO] Running org.eclipse.scout.rt.platform.job.filter.future.FutureFilterBuilderTest
09:53:42 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.rt.platform.job.filter.future.FutureFilterBuilderTest
09:53:42 [INFO] Running org.eclipse.scout.rt.platform.job.filter.future.FutureFilterTest
09:53:42 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.job.filter.future.FutureFilterTest
09:53:42 [INFO] Running org.eclipse.scout.rt.platform.job.filter.future.JobNameFutureFilterTest
09:53:42 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.rt.platform.job.filter.future.JobNameFutureFilterTest
09:53:42 [INFO] Running org.eclipse.scout.rt.platform.job.filter.future.JobNameRegexFutureFilterTest
09:53:42 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.job.filter.future.JobNameRegexFutureFilterTest
09:53:42 [INFO] Running org.eclipse.scout.rt.platform.job.filter.future.MutexFutureFilterTest
09:53:42 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.job.filter.future.MutexFutureFilterTest
09:53:42 [INFO] Running org.eclipse.scout.rt.platform.job.filter.future.RunContextFutureFilterTest
09:53:42 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.job.filter.future.RunContextFutureFilterTest
09:53:42 [INFO] Running org.eclipse.scout.rt.platform.job.filter.future.SingleExecutionFutureFilterTest
09:53:42 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.job.filter.future.SingleExecutionFutureFilterTest
09:53:42 [INFO] Running org.eclipse.scout.rt.platform.job.internal.CompletionPromiseTest
09:53:42 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.job.internal.CompletionPromiseTest
09:53:42 [INFO] Running org.eclipse.scout.rt.platform.job.internal.DevelopmentThreadNameDecoratorTest
09:53:42 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.job.internal.DevelopmentThreadNameDecoratorTest
09:53:42 [INFO] Running org.eclipse.scout.rt.platform.job.internal.ExceptionProcessorTest
09:53:42 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.job.internal.ExceptionProcessorTest
09:53:42 [INFO] Running org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphoreTest
09:53:45 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.038 s - in org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphoreTest
09:53:45 [INFO] Running org.eclipse.scout.rt.platform.job.internal.ExecutionTriggerWithCalendarTest
09:53:49 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.002 s - in org.eclipse.scout.rt.platform.job.internal.ExecutionTriggerWithCalendarTest
09:53:49 [INFO] Running org.eclipse.scout.rt.platform.job.internal.FutureFinishedTest
09:53:51 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.002 s - in org.eclipse.scout.rt.platform.job.internal.FutureFinishedTest
09:53:51 [INFO] Running org.eclipse.scout.rt.platform.job.internal.JobManagerChainTest
09:53:51 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.scout.rt.platform.job.internal.JobManagerChainTest
09:53:51 [INFO] Running org.eclipse.scout.rt.platform.job.internal.JobManagerTest
09:53:51 2021-02-22 14:53:51,187 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:53:51 2021-02-22 14:53:51,187 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:53:51 2021-02-22 14:53:51,189 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:53:51 2021-02-22 14:53:51,191 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:53:51 2021-02-22 14:53:51,193 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:53:51 2021-02-22 14:53:51,194 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:53:51 2021-02-22 14:53:51,196 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:53:51 2021-02-22 14:53:51,197 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:53:51 2021-02-22 14:53:51,199 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:53:51 2021-02-22 14:53:51,199 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:53:51 2021-02-22 14:53:51,315 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:53:51 2021-02-22 14:53:51,316 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:53:51 2021-02-22 14:53:51,419 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:53:51 2021-02-22 14:53:51,420 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:53:51 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.236 s - in org.eclipse.scout.rt.platform.job.internal.JobManagerTest
09:53:51 [INFO] Running org.eclipse.scout.rt.platform.job.internal.MisfireTest
09:53:52 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.708 s - in org.eclipse.scout.rt.platform.job.internal.MisfireTest
09:53:52 [INFO] Running org.eclipse.scout.rt.platform.job.internal.MutualExclusionTest
09:53:53 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.041 s - in org.eclipse.scout.rt.platform.job.internal.MutualExclusionTest
09:53:53 [INFO] Running org.eclipse.scout.rt.platform.job.internal.NamedThreadFactoryTest
09:53:53 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.job.internal.NamedThreadFactoryTest
09:53:53 [INFO] Running org.eclipse.scout.rt.platform.job.internal.PermitAcquisitionOrderTest
09:54:03 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.24 s - in org.eclipse.scout.rt.platform.job.internal.PermitAcquisitionOrderTest
09:54:03 [INFO] Running org.eclipse.scout.rt.platform.job.internal.SerialFutureExecutionTest
09:54:09 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.22 s - in org.eclipse.scout.rt.platform.job.internal.SerialFutureExecutionTest
09:54:09 [INFO] Running org.eclipse.scout.rt.platform.job.internal.TemporalValueComputationTest
09:54:23 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.025 s - in org.eclipse.scout.rt.platform.job.internal.TemporalValueComputationTest
09:54:23 [INFO] Running org.eclipse.scout.rt.platform.job.internal.ThreadNameDecoratorTest
09:54:23 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.rt.platform.job.internal.ThreadNameDecoratorTest
09:54:23 [INFO] Running org.eclipse.scout.rt.platform.logger.JulLoggerSupportTest
09:54:23 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.logger.JulLoggerSupportTest
09:54:23 [INFO] Running org.eclipse.scout.rt.platform.logger.Log4jLoggerSupportTest
09:54:23 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.scout.rt.platform.logger.Log4jLoggerSupportTest
09:54:23 [INFO] Running org.eclipse.scout.rt.platform.logger.LogbackLoggerSupportTest
09:54:23 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.logger.LogbackLoggerSupportTest
09:54:23 [INFO] Running org.eclipse.scout.rt.platform.logger.NullLoggerSupportTest
09:54:23 2021-02-22 14:54:23,674 INFO  [main] org.eclipse.scout.rt.platform.logger.NullLoggerSupport.logLoggerSupportNotAvailable(NullLoggerSupport.java:56) - getting or setting log level is not supported by current slf4j logging implementation [logger=org.eclipse.scout.rt.platform.logger.NullLoggerSupportTest, slf4jLoggerFactoryClassStr=testCase] - MDC[]
09:54:23 2021-02-22 14:54:23,675 INFO  [main] org.eclipse.scout.rt.platform.logger.NullLoggerSupport.logLoggerSupportNotAvailable(NullLoggerSupport.java:56) - getting or setting log level is not supported by current slf4j logging implementation [logger=org.eclipse.scout.rt.platform.logger.NullLoggerSupportTest, slf4jLoggerFactoryClassStr=testCase] - MDC[]
09:54:23 2021-02-22 14:54:23,675 INFO  [main] org.eclipse.scout.rt.platform.logger.NullLoggerSupport.logLoggerSupportNotAvailable(NullLoggerSupport.java:56) - getting or setting log level is not supported by current slf4j logging implementation [logger=org.eclipse.scout.rt.platform.logger.NullLoggerSupportTest, slf4jLoggerFactoryClassStr=testCase] - MDC[]
09:54:23 2021-02-22 14:54:23,675 INFO  [main] org.eclipse.scout.rt.platform.logger.NullLoggerSupport.logLoggerSupportNotAvailable(NullLoggerSupport.java:56) - getting or setting log level is not supported by current slf4j logging implementation [logger=org.eclipse.scout.rt.platform.logger.NullLoggerSupportTest, slf4jLoggerFactoryClassStr=testCase] - MDC[]
09:54:23 2021-02-22 14:54:23,675 INFO  [main] org.eclipse.scout.rt.platform.logger.NullLoggerSupport.logLoggerSupportNotAvailable(NullLoggerSupport.java:56) - getting or setting log level is not supported by current slf4j logging implementation [logger=org.eclipse.scout.rt.platform.logger.NullLoggerSupportTest, slf4jLoggerFactoryClassStr=testCase] - MDC[]
09:54:23 2021-02-22 14:54:23,675 INFO  [main] org.eclipse.scout.rt.platform.logger.NullLoggerSupport.logLoggerSupportNotAvailable(NullLoggerSupport.java:56) - getting or setting log level is not supported by current slf4j logging implementation [logger=org.eclipse.scout.rt.platform.logger.NullLoggerSupportTest, slf4jLoggerFactoryClassStr=testCase] - MDC[]
09:54:23 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.scout.rt.platform.logger.NullLoggerSupportTest
09:54:23 [INFO] Running org.eclipse.scout.rt.platform.nls.CollatorProviderTest
09:54:23 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.scout.rt.platform.nls.CollatorProviderTest
09:54:23 [INFO] Running org.eclipse.scout.rt.platform.nls.DynamicNlsTest
09:54:23 [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 s - in org.eclipse.scout.rt.platform.nls.DynamicNlsTest
09:54:23 [INFO] Running org.eclipse.scout.rt.platform.nls.NaturalCollatorProviderTest
09:54:23 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.scout.rt.platform.nls.NaturalCollatorProviderTest
09:54:23 [INFO] Running org.eclipse.scout.rt.platform.nls.NlsResourceBundleTest
09:54:23 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.rt.platform.nls.NlsResourceBundleTest
09:54:23 [INFO] Running org.eclipse.scout.rt.platform.reflect.BasicPropertySupportTest
09:54:23 [WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.009 s - in org.eclipse.scout.rt.platform.reflect.BasicPropertySupportTest
09:54:23 [INFO] Running org.eclipse.scout.rt.platform.reflect.FastBeanUtilityTest
09:54:23 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.scout.rt.platform.reflect.FastBeanUtilityTest
09:54:23 [INFO] Running org.eclipse.scout.rt.platform.resource.BinaryRefTest
09:54:23 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.scout.rt.platform.resource.BinaryRefTest
09:54:23 [INFO] Running org.eclipse.scout.rt.platform.resource.BinaryResourceTest
09:54:23 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.scout.rt.platform.resource.BinaryResourceTest
09:54:23 [INFO] Running org.eclipse.scout.rt.platform.security.CrypterTest
09:54:24 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.252 s - in org.eclipse.scout.rt.platform.security.CrypterTest
09:54:24 [INFO] Running org.eclipse.scout.rt.platform.security.MalwareScannerTest
09:54:24 [WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.security.MalwareScannerTest
09:54:24 [INFO] Running org.eclipse.scout.rt.platform.security.SecurityUtilityTest
09:54:24 [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 s - in org.eclipse.scout.rt.platform.security.SecurityUtilityTest
09:54:24 [INFO] Running org.eclipse.scout.rt.platform.security.SubjectProcessorTest
09:54:24 2021-02-22 14:54:24,332 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
09:54:24 2021-02-22 14:54:24,334 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:219) - Collected 163 beans in 1.431951 ms - MDC[]
09:54:24 2021-02-22 14:54:24,334 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:224) - Registered 163 beans in 0.776938 ms - MDC[]
09:54:24 2021-02-22 14:54:24,335 INFO  [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[]
09:54:24 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.scout.rt.platform.security.SubjectProcessorTest
09:54:24 [INFO] Running org.eclipse.scout.rt.platform.serialization.OwaspDeserializationTest
09:54:24 2021-02-22 14:54:24,390 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:54:24 2021-02-22 14:54:24,391 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:54:24 [WARNING] Tests run: 17, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.054 s - in org.eclipse.scout.rt.platform.serialization.OwaspDeserializationTest
09:54:24 [INFO] Running org.eclipse.scout.rt.platform.service.ServiceTest
09:54:24 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.service.ServiceTest
09:54:24 [INFO] Running org.eclipse.scout.rt.platform.status.MultiStatusTest
09:54:24 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.scout.rt.platform.status.MultiStatusTest
09:54:24 [INFO] Running org.eclipse.scout.rt.platform.status.StatusTest
09:54:24 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.status.StatusTest
09:54:24 [INFO] Running org.eclipse.scout.rt.platform.text.HTMLTextTest
09:54:24 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.text.HTMLTextTest
09:54:24 [INFO] Running org.eclipse.scout.rt.platform.text.TextsTest
09:54:24 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.text.TextsTest
09:54:24 [INFO] Running org.eclipse.scout.rt.platform.transaction.TransactionProcessorTest
09:54:24 java.lang.RuntimeException: Expected JUnit exception
09:54:24 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessorTest.testRequiresNewWithExistingTransactionAndError(TransactionProcessorTest.java:460)
09:54:24 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:54:24 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:54:24 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:54:24 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:54:24 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:54:24 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:54:24 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:54:24 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:334)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:355)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:54:24 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:54:24 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:54:24 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:54:24 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:54:24 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:54:24 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:54:24 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:54:24 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:54:24 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:54:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:54:24 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:54:24 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:54:24 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:54:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:54:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:54:24 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:54:24 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:54:24 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:54:24 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:54:24 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:54:24 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:54:24 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:54:24 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:54:24 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:54:24 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:54:24 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:54:24 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:54:24 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:54:24 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:54:24 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:54:24 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:54:24 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:54:24 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:54:24 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:54:24 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:54:24 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:54:24 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:54:24 2021-02-22 14:54:24,433 ERROR [main] org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:59) - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.platform.transaction.BasicTransaction$MockitoMock$1374672850@2217e8bd] - MDC[]
09:54:24 java.lang.RuntimeException: Expected JUnit exception
09:54:24 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessorTest.testRequiresNewWithoutExistingTransactionAndErrorOnCommit(TransactionProcessorTest.java:328)
09:54:24 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:54:24 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:54:24 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:54:24 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:54:24 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:54:24 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:54:24 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:54:24 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:334)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:355)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:54:24 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:54:24 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:54:24 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:54:24 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:54:24 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:54:24 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:54:24 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:54:24 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:54:24 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:54:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:54:24 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:54:24 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:54:24 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:54:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:54:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:54:24 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:54:24 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:54:24 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:54:24 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:54:24 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:54:24 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:54:24 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:54:24 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:54:24 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:54:24 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:54:24 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:54:24 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:54:24 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:54:24 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:54:24 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:54:24 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:54:24 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:54:24 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:54:24 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:54:24 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:54:24 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:54:24 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:54:24 2021-02-22 14:54:24,437 ERROR [main] org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:59) - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.platform.transaction.BasicTransaction$MockitoMock$1374672850@333edc5a] - MDC[]
09:54:24 java.lang.RuntimeException: Expected JUnit exception
09:54:24 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessorTest.testRequiredWithoutExistingTransactionAndErrorOnCommit(TransactionProcessorTest.java:600)
09:54:24 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:54:24 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:54:24 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:54:24 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:54:24 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:54:24 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:54:24 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:54:24 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:334)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:355)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:54:24 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:54:24 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:54:24 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:54:24 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:54:24 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:54:24 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:54:24 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:54:24 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:54:24 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:54:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:54:24 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:54:24 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:54:24 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:54:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:54:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:54:24 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:54:24 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:54:24 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:54:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:54:24 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:54:24 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:54:24 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:54:24 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:54:24 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:54:24 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:54:24 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:54:24 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:54:24 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:54:24 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:54:24 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:54:24 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:54:24 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:54:24 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:54:24 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:54:24 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:54:24 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:54:24 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:54:24 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:54:24 [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.eclipse.scout.rt.platform.transaction.TransactionProcessorTest
09:54:24 [INFO] Running org.eclipse.scout.rt.platform.util.AlphanumericComparatorTest
09:54:24 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.scout.rt.platform.util.AlphanumericComparatorTest
09:54:24 [INFO] Running org.eclipse.scout.rt.platform.util.AssertionsTest
09:54:24 [INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.scout.rt.platform.util.AssertionsTest
09:54:24 [INFO] Running org.eclipse.scout.rt.platform.util.Base64UtilityTest
09:54:24 #TUNING: decode[1000] sum=74.382197ms min=0.004010ms avg=0.074382ms median=0.029965ms max=45.222824ms  [without 10 smallest and 10 largest:  sum=28.502394 min=0.004707ms avg=0.029113ms median=0.029965ms max=0.062278ms]
09:54:24 #TUNING: encode[1000] sum=3.171419ms min=0.001369ms avg=0.003171ms median=0.002486ms max=0.044073ms  [without 10 smallest and 10 largest:  sum=2.977021 min=0.001473ms avg=0.003040ms median=0.002486ms max=0.010442ms]
09:54:24 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.eclipse.scout.rt.platform.util.Base64UtilityTest
09:54:24 [INFO] Running org.eclipse.scout.rt.platform.util.BeanUtilityTest
09:54:24 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.scout.rt.platform.util.BeanUtilityTest
09:54:24 [INFO] Running org.eclipse.scout.rt.platform.util.BomInputStreamReaderTest
09:54:24 [INFO] Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.scout.rt.platform.util.BomInputStreamReaderTest
09:54:24 [INFO] Running org.eclipse.scout.rt.platform.util.BooleanUtilityTest
09:54:24 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.rt.platform.util.BooleanUtilityTest
09:54:24 [INFO] Running org.eclipse.scout.rt.platform.util.ClassIdentifierTest
09:54:24 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.util.ClassIdentifierTest
09:54:24 [INFO] Running org.eclipse.scout.rt.platform.util.CloneUtilityTest
09:54:24 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.scout.rt.platform.util.CloneUtilityTest
09:54:24 [INFO] Running org.eclipse.scout.rt.platform.util.CollectionUtilityTest
09:54:24 [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.scout.rt.platform.util.CollectionUtilityTest
09:54:24 [INFO] Running org.eclipse.scout.rt.platform.util.CompositeObjectTest
09:54:24 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.util.CompositeObjectTest
09:54:24 [INFO] Running org.eclipse.scout.rt.platform.util.ConcurrentExpiringMapTest
09:54:24 [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.scout.rt.platform.util.ConcurrentExpiringMapTest
09:54:24 [INFO] Running org.eclipse.scout.rt.platform.util.ConfigurationUtilityTest
09:54:24 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.scout.rt.platform.util.ConfigurationUtilityTest
09:54:24 [INFO] Running org.eclipse.scout.rt.platform.util.DownloadResponseHelperTest
09:54:24 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.scout.rt.platform.util.DownloadResponseHelperTest
09:54:24 [INFO] Running org.eclipse.scout.rt.platform.util.EnumerationUtilityTest
09:54:24 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.util.EnumerationUtilityTest
09:54:24 [INFO] Running org.eclipse.scout.rt.platform.util.EventListenerListTest
09:54:24 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.util.EventListenerListTest
09:54:24 [INFO] Running org.eclipse.scout.rt.platform.util.FileUtilityTest
09:54:24 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.scout.rt.platform.util.FileUtilityTest
09:54:24 [INFO] Running org.eclipse.scout.rt.platform.util.FinalValueTest
09:54:24 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.scout.rt.platform.util.FinalValueTest
09:54:24 [INFO] Running org.eclipse.scout.rt.platform.util.FormattingUtilityTest
09:54:24 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.scout.rt.platform.util.FormattingUtilityTest
09:54:24 [INFO] Running org.eclipse.scout.rt.platform.util.HexUtilityTest
09:54:24 #TUNING: decode[1000] sum=25.473434ms min=0.001988ms avg=0.025473ms median=0.025545ms max=0.064291ms  [without 10 smallest and 10 largest:  sum=24.928807 min=0.002920ms avg=0.025463ms median=0.025545ms max=0.046061ms]
09:54:24 #TUNING: encode[1000] sum=18.182874ms min=0.002214ms avg=0.018182ms median=0.017991ms max=0.052465ms  [without 10 smallest and 10 largest:  sum=17.738496 min=0.002692ms avg=0.018118ms median=0.017991ms max=0.037959ms]
09:54:24 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.scout.rt.platform.util.HexUtilityTest
09:54:24 [INFO] Running org.eclipse.scout.rt.platform.util.IOUtilityTest
09:54:24 [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.scout.rt.platform.util.IOUtilityTest
09:54:24 [INFO] Running org.eclipse.scout.rt.platform.util.LazyValueTest
09:54:24 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.rt.platform.util.LazyValueTest
09:54:24 [INFO] Running org.eclipse.scout.rt.platform.util.LockFileTest
09:54:25 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.007 s - in org.eclipse.scout.rt.platform.util.LockFileTest
09:54:25 [INFO] Running org.eclipse.scout.rt.platform.util.MatrixUtilityTest
09:54:25 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.scout.rt.platform.util.MatrixUtilityTest
09:54:25 [INFO] Running org.eclipse.scout.rt.platform.util.MimeTypeDetectorTest
09:54:25 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.util.MimeTypeDetectorTest
09:54:25 [INFO] Running org.eclipse.scout.rt.platform.util.NumberUtilityTest
09:54:25 2021-02-22 14:54:25,915 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:120) - converting to BigDecimal failed for Number: 'NaN' - MDC[]
09:54:25 2021-02-22 14:54:25,915 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:120) - converting to BigDecimal failed for Number: '-Infinity' - MDC[]
09:54:25 2021-02-22 14:54:25,915 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:120) - converting to BigDecimal failed for Number: 'Infinity' - MDC[]
09:54:25 2021-02-22 14:54:25,916 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:120) - converting to BigDecimal failed for Number: 'NaN' - MDC[]
09:54:25 2021-02-22 14:54:25,916 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:120) - converting to BigDecimal failed for Number: '-Infinity' - MDC[]
09:54:25 2021-02-22 14:54:25,916 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:120) - converting to BigDecimal failed for Number: 'Infinity' - MDC[]
09:54:25 2021-02-22 14:54:25,917 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:120) - converting to BigDecimal failed for Number: '-Infinity' - MDC[]
09:54:25 2021-02-22 14:54:25,918 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:120) - converting to BigDecimal failed for Number: 'Infinity' - MDC[]
09:54:25 2021-02-22 14:54:25,918 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:120) - converting to BigDecimal failed for Number: 'NaN' - MDC[]
09:54:25 2021-02-22 14:54:25,918 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:120) - converting to BigDecimal failed for Number: '-Infinity' - MDC[]
09:54:25 2021-02-22 14:54:25,918 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:120) - converting to BigDecimal failed for Number: 'Infinity' - MDC[]
09:54:25 2021-02-22 14:54:25,918 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:120) - converting to BigDecimal failed for Number: 'NaN' - MDC[]
09:54:25 2021-02-22 14:54:25,920 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:120) - converting to BigDecimal failed for Number: 'NaN' - MDC[]
09:54:25 2021-02-22 14:54:25,920 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:120) - converting to BigDecimal failed for Number: '-Infinity' - MDC[]
09:54:25 2021-02-22 14:54:25,920 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:120) - converting to BigDecimal failed for Number: 'Infinity' - MDC[]
09:54:25 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.scout.rt.platform.util.NumberUtilityTest
09:54:25 [INFO] Running org.eclipse.scout.rt.platform.util.ObjectUtilityTest
09:54:25 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.rt.platform.util.ObjectUtilityTest
09:54:25 [INFO] Running org.eclipse.scout.rt.platform.util.PairTest
09:54:25 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.util.PairTest
09:54:25 [INFO] Running org.eclipse.scout.rt.platform.util.PathValidatorTest
09:54:25 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.util.PathValidatorTest
09:54:25 [INFO] Running org.eclipse.scout.rt.platform.util.PreferredValueTest
09:54:25 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.util.PreferredValueTest
09:54:25 [INFO] Running org.eclipse.scout.rt.platform.util.ReflectionUtilityTest
09:54:25 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.util.ReflectionUtilityTest
09:54:25 [INFO] Running org.eclipse.scout.rt.platform.util.StreamUtilityTest
09:54:25 [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.eclipse.scout.rt.platform.util.StreamUtilityTest
09:54:25 [INFO] Running org.eclipse.scout.rt.platform.util.StringUtilityTest
09:54:26 [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.scout.rt.platform.util.StringUtilityTest
09:54:26 [INFO] Running org.eclipse.scout.rt.platform.util.ThreadLocalProcessorTest
09:54:26 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.util.ThreadLocalProcessorTest
09:54:26 [INFO] Running org.eclipse.scout.rt.platform.util.ToStringBuilderTest
09:54:26 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.scout.rt.platform.util.ToStringBuilderTest
09:54:26 [INFO] Running org.eclipse.scout.rt.platform.util.TriStateTest
09:54:26 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.util.TriStateTest
09:54:26 [INFO] Running org.eclipse.scout.rt.platform.util.TypeCastUtilityTest
09:54:26 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.rt.platform.util.TypeCastUtilityTest
09:54:26 [INFO] Running org.eclipse.scout.rt.platform.util.UriBuilderTest
09:54:26 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.scout.rt.platform.util.UriBuilderTest
09:54:26 [INFO] Running org.eclipse.scout.rt.platform.util.UriUtilityTest
09:54:26 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.scout.rt.platform.util.UriUtilityTest
09:54:26 [INFO] Running org.eclipse.scout.rt.platform.util.XmlUtilityFactoryTest
09:54:26 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.337 s - in org.eclipse.scout.rt.platform.util.XmlUtilityFactoryTest
09:54:26 [INFO] Running org.eclipse.scout.rt.platform.util.XmlUtilityTest
09:54:26 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.eclipse.scout.rt.platform.util.XmlUtilityTest
09:54:26 [INFO] Running org.eclipse.scout.rt.platform.util.collection.OrderedCollectionTest
09:54:26 [INFO] Tests run: 102, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.scout.rt.platform.util.collection.OrderedCollectionTest
09:54:26 [INFO] Running org.eclipse.scout.rt.platform.util.collection.TransformingSetTest
09:54:26 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.rt.platform.util.collection.TransformingSetTest
09:54:26 [INFO] Running org.eclipse.scout.rt.platform.util.concurrent.GroupedSynchronizerTest
09:54:27 2021-02-22 14:54:27,556 WARN  [main] org.eclipse.scout.rt.platform.util.concurrent.GroupedSynchronizer.accept(GroupedSynchronizer.java:282) - Error evaluating lock predicate - MDC[]
09:54:27 java.lang.RuntimeException: null
09:54:27 	at org.eclipse.scout.rt.platform.util.concurrent.GroupedSynchronizerTest.testWithExceptionInRemove(GroupedSynchronizerTest.java:178)
09:54:27 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:54:27 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:54:27 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:54:27 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:54:27 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:54:27 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:54:27 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:54:27 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:54:27 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:54:27 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:54:27 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:54:27 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:54:27 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:54:27 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:54:27 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:54:27 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:54:27 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:54:27 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:54:27 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:54:27 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:54:27 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:54:27 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:54:27 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:54:27 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:54:27 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:54:27 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:54:27 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:54:27 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:54:27 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:54:27 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:54:27 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:54:27 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:54:27 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:54:27 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:54:27 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:54:27 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:54:27 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:54:27 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:54:27 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:54:27 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:54:27 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:54:27 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:54:27 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:54:27 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:54:27 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:54:27 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:54:27 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:54:27 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:54:27 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:54:27 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:54:27 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:54:27 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:54:27 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:54:27 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:54:27 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:54:27 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:54:27 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:54:27 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:54:27 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:54:30 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.535 s - in org.eclipse.scout.rt.platform.util.concurrent.GroupedSynchronizerTest
09:54:30 [INFO] Running org.eclipse.scout.rt.platform.util.date.DateProviderTest
09:54:30 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.platform.util.date.DateProviderTest
09:54:30 [INFO] Running org.eclipse.scout.rt.platform.util.date.DateUtilityTest
09:54:31 [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.746 s - in org.eclipse.scout.rt.platform.util.date.DateUtilityTest
09:54:31 [INFO] Running org.eclipse.scout.rt.platform.util.date.StrictSimpleDateFormatTest
09:54:31 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.scout.rt.platform.util.date.StrictSimpleDateFormatTest
09:54:31 [INFO] Running org.eclipse.scout.rt.platform.util.event.AbstractGroupedListenerListTest
09:54:31 #TUNING: add1 50000 took 65.238240ms
09:54:31 #TUNING: add1-last 50000 took 39.218901ms
09:54:31 #TUNING: add2 50000 took 11.490394ms
09:54:31 #TUNING: add2-last 50000 took 25.268010ms
09:54:32 #TUNING: event1 took 11.354786ms
09:54:32 #TUNING: event2 took 4.041490ms
09:54:32 #TUNING: remove1 50000 took 148.202086ms
09:54:32 #TUNING: remove2 50000 took 7.469661ms
09:54:32 [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.316 s - in org.eclipse.scout.rt.platform.util.event.AbstractGroupedListenerListTest
09:54:32 [INFO] Running org.eclipse.scout.rt.platform.util.event.FastListenerListTest
09:54:32 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.rt.platform.util.event.FastListenerListTest
09:54:32 [INFO] Running org.eclipse.scout.rt.testing.platform.mock.BeanAnnotationsTest
09:54:32 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.scout.rt.testing.platform.mock.BeanAnnotationsTest
09:54:32 [INFO] Running org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest
09:54:32 2021-02-22 14:54:32,172 INFO  [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:50) - Exception will be re-thrown for JUnit assertion. [exception=expected JUnit test exception] - MDC[]
09:54:32 org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest$TestException1: expected JUnit test exception
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest.testSingleException(JUnitExceptionHandlerTest.java:33)
09:54:32 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:54:32 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:54:32 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:54:32 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:54:32 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:54:32 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:54:32 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:54:32 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:54:32 	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:54:32 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:54:32 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:54:32 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:54:32 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:54:32 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:54:32 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:54:32 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:54:32 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:54:32 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:54:32 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:54:32 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:54:32 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:54:32 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:54:32 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:54:32 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:54:32 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:54:32 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:54:32 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:54:32 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:54:32 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:54:32 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:54:32 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:54:32 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:54:32 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:54:32 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:54:32 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:54:32 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:54:32 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:54:32 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:54:32 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:54:32 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:54:32 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:54:32 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:54:32 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:54:32 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:54:32 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:54:32 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:54:32 2021-02-22 14:54:32,173 INFO  [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:50) - Exception will be re-thrown for JUnit assertion. [exception=expected JUnit test exception [severity=ERROR]] - MDC[]
09:54:32 org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest$TestProcessingException3: expected JUnit test exception [severity=ERROR]
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest.testProcessingException(JUnitExceptionHandlerTest.java:63)
09:54:32 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:54:32 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:54:32 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:54:32 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:54:32 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:54:32 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:54:32 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:54:32 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:54:32 	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:54:32 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:54:32 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:54:32 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:54:32 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:54:32 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:54:32 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:54:32 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:54:32 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:54:32 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:54:32 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:54:32 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:54:32 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:54:32 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:54:32 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:54:32 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:54:32 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:54:32 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:54:32 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:54:32 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:54:32 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:54:32 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:54:32 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:54:32 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:54:32 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:54:32 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:54:32 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:54:32 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:54:32 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:54:32 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:54:32 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:54:32 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:54:32 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:54:32 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:54:32 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:54:32 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:54:32 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:54:32 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:54:32 2021-02-22 14:54:32,173 INFO  [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:45) - Exception will not be re-thrown for JUnit assertion because already consumed. [exception=expected JUnit test exception [severity=ERROR]] - MDC[]
09:54:32 2021-02-22 14:54:32,174 INFO  [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:50) - Exception will be re-thrown for JUnit assertion. [exception=expected JUnit test exception] - MDC[]
09:54:32 org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest$TestException1: expected JUnit test exception
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest.testMultipleExceptions(JUnitExceptionHandlerTest.java:46)
09:54:32 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:54:32 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:54:32 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:54:32 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:54:32 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:54:32 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:54:32 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:54:32 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:54:32 	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:54:32 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:54:32 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:54:32 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:54:32 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:54:32 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:54:32 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:54:32 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:54:32 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:54:32 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:54:32 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:54:32 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:54:32 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:54:32 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:54:32 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:54:32 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:54:32 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:54:32 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:54:32 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:54:32 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:54:32 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:54:32 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:54:32 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:54:32 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:54:32 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:54:32 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:54:32 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:54:32 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:54:32 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:54:32 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:54:32 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:54:32 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:54:32 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:54:32 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:54:32 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:54:32 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:54:32 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:54:32 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:54:32 2021-02-22 14:54:32,174 INFO  [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:53) - 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[]
09:54:32 2021-02-22 14:54:32,175 ERROR [main] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:135) - TestException1:expected JUnit test exception - MDC[]
09:54:32 org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest$TestException1: expected JUnit test exception
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest.testCustomExceptionHandler(JUnitExceptionHandlerTest.java:92)
09:54:32 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:54:32 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:54:32 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:54:32 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:54:32 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:54:32 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:54:32 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:54:32 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:54:32 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:54:32 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:54:32 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:54:32 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:54:32 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:54:32 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:54:32 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:54:32 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:54:32 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:54:32 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:54:32 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:54:32 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:54:32 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:54:32 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:54:32 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:54:32 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:54:32 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:54:32 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:54:32 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:54:32 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:54:32 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:54:32 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:54:32 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:54:32 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:54:32 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:54:32 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:54:32 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:54:32 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:54:32 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:54:32 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:54:32 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:54:32 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:54:32 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:54:32 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:54:32 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:54:32 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:54:32 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:54:32 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest
09:54:32 [INFO] Running org.eclipse.scout.rt.testing.platform.runner.MockBeanTest
09:54:32 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.testing.platform.runner.MockBeanTest
09:54:32 [INFO] Running org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunnerTransactionTest
09:54:32 2021-02-22 14:54:32,199 INFO  [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:50) - Exception will be re-thrown for JUnit assertion. [exception=unexpected exception] - MDC[]
09:54:32 org.eclipse.scout.rt.platform.exception.PlatformException: unexpected exception
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunnerTransactionTestFixture.testUnexpectedExceptionHandledByExceptionHandler(PlatformTestRunnerTransactionTestFixture.java:126)
09:54:32 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:54:32 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:54:32 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:54:32 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:54:32 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:54:32 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:54:32 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:54:32 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:334)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:54:32 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:54:32 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:54:32 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:156)
09:54:32 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:139)
09:54:32 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:54:32 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:54:32 	at java.base/java.security.AccessController.doPrivileged(Native Method)
09:54:32 	at java.base/javax.security.auth.Subject.doAs(Subject.java:423)
09:54:32 	at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43)
09:54:32 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:54:32 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:54:32 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:54:32 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:54:32 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:62)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:54:32 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:54:32 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:54:32 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:54:32 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:54:32 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:54:32 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:54:32 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:54:32 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:54:32 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:54:32 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:54:32 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:54:32 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:54:32 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:54:32 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:54:32 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:54:32 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:54:32 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:54:32 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:54:32 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:54:32 	at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
09:54:32 	at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunnerTransactionTest.runServerTestRunner(PlatformTestRunnerTransactionTest.java:117)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunnerTransactionTest.testUnexpectedExceptionHandledByExceptionHandler(PlatformTestRunnerTransactionTest.java:98)
09:54:32 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:54:32 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:54:32 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:54:32 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:54:32 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:54:32 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:54:32 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:54:32 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:54:32 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
09:54:32 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
09:54:32 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:54:32 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:54:32 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:54:32 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:54:32 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:54:32 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:54:32 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:54:32 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:54:32 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:54:32 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:54:32 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:54:32 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:54:32 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:54:32 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:54:32 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:54:32 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:54:32 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:54:32 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:54:32 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:54:32 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:54:32 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:54:32 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:54:32 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:54:32 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:54:32 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:54:32 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:54:32 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:54:32 2021-02-22 14:54:32,206 INFO  [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:50) - Exception will be re-thrown for JUnit assertion. [exception=expected exception] - MDC[]
09:54:32 org.eclipse.scout.rt.platform.exception.PlatformException: expected exception
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunnerTransactionTestFixture.testExpectedExceptionHandledByExceptionHandler(PlatformTestRunnerTransactionTestFixture.java:121)
09:54:32 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:54:32 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:54:32 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:54:32 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:54:32 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:54:32 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:54:32 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:54:32 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:54:32 	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:334)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:54:32 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:54:32 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:54:32 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:156)
09:54:32 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:139)
09:54:32 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:54:32 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:54:32 	at java.base/java.security.AccessController.doPrivileged(Native Method)
09:54:32 	at java.base/javax.security.auth.Subject.doAs(Subject.java:423)
09:54:32 	at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43)
09:54:32 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:54:32 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:54:32 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:54:32 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:54:32 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:62)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:54:32 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:54:32 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:54:32 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:54:32 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:54:32 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:54:32 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:54:32 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:54:32 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:54:32 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:54:32 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:54:32 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:54:32 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:54:32 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:54:32 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:54:32 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:54:32 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:54:32 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:54:32 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:54:32 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:54:32 	at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
09:54:32 	at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunnerTransactionTest.runServerTestRunner(PlatformTestRunnerTransactionTest.java:117)
09:54:32 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunnerTransactionTest.testExpectedExceptionHandledByExceptionHandler(PlatformTestRunnerTransactionTest.java:93)
09:54:32 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:54:32 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:54:32 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:54:32 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:54:32 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:54:32 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:54:32 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:54:32 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:54:32 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
09:54:32 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
09:54:32 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:54:32 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:54:32 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:54:32 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:54:32 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:54:32 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:54:32 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:54:32 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:54:32 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:54:32 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:54:32 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:54:32 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:54:32 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:54:32 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:54:32 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:54:32 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:54:32 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:54:32 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:54:32 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:54:32 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:54:32 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:54:32 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:54:32 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:54:32 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:54:32 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:54:32 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:54:32 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:54:32 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunnerTransactionTest
09:54:32 [INFO] Running org.eclipse.scout.rt.testing.platform.runner.TimesClassLevelTest
09:54:32 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.testing.platform.runner.TimesClassLevelTest
09:54:32 [INFO] Running org.eclipse.scout.rt.testing.platform.runner.TimesMethodLevelTest
09:54:32 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.rt.testing.platform.runner.TimesMethodLevelTest
09:54:32 [INFO] Running org.eclipse.scout.rt.testing.platform.runner.parameterized.ParameterizedPlatformTestRunnerTest
09:54:32 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.testing.platform.runner.parameterized.ParameterizedPlatformTestRunnerTest
09:54:32 [INFO] Running org.eclipse.scout.rt.testing.platform.runner.parameterized.ParameterizedTestRunnerExtensionTest
09:54:32 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.rt.testing.platform.runner.parameterized.ParameterizedTestRunnerExtensionTest
09:54:32 [INFO] Running org.eclipse.scout.rt.testing.platform.runner.parameterized.SampleParameterizedPlatformTest
09:54:32 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.testing.platform.runner.parameterized.SampleParameterizedPlatformTest
09:54:32 [INFO] Running org.eclipse.scout.rt.testing.platform.runner.statement.ScheduledDescendantJobListenerPlatformTest
09:54:33 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.902 s - in org.eclipse.scout.rt.testing.platform.runner.statement.ScheduledDescendantJobListenerPlatformTest
09:54:33 [INFO] Running org.eclipse.scout.rt.testing.platform.util.BlockingCountDownLatchTest
09:54:34 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.004 s - in org.eclipse.scout.rt.testing.platform.util.BlockingCountDownLatchTest
09:54:34 [INFO] Running org.eclipse.scout.rt.testing.platform.util.ScoutAssertTest
09:54:34 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.scout.rt.testing.platform.util.ScoutAssertTest
09:54:34 [INFO] Running org.eclipse.scout.rt.testing.platform.util.concurrent.OptimisticLockTest
09:54:34 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.testing.platform.util.concurrent.OptimisticLockTest
09:54:34 [INFO] Running org.eclipse.scout.rt.testing.platform.util.concurrent.ThreadInterruptionTest
09:54:34 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.testing.platform.util.concurrent.ThreadInterruptionTest
09:54:34 [INFO] Running org.eclipse.scout.rt.testing.platform.util.date.FixedDateProviderTest
09:54:34 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.testing.platform.util.date.FixedDateProviderTest
09:54:34 [INFO] 
09:54:34 [INFO] Results:
09:54:34 [INFO] 
09:54:34 [WARNING] Tests run: 1897, Failures: 0, Errors: 0, Skipped: 6
09:54:34 [INFO] 
09:54:34 [INFO] 
09:54:34 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.rt.platform.test ---
09:54:34 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-9.0.0-SNAPSHOT.jar
09:54:34 [INFO] 
09:54:34 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.platform.test ---
09:54:34 [INFO] Skipping because packaging 'jar' is not pom.
09:54:34 [INFO] 
09:54:34 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.rt.platform.test ---
09:54:34 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-9.0.0-SNAPSHOT-tests.jar
09:54:34 [INFO] 
09:54:34 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.platform.test ---
09:54:34 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-9.0.0-SNAPSHOT-sources.jar
09:54:34 [INFO] 
09:54:34 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.platform.test ---
09:54:35 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-9.0.0-SNAPSHOT-test-sources.jar
09:54:35 [INFO] 
09:54:35 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.rt.platform.test ---
09:54:35 [INFO] Checking compile classpath
09:54:35 [INFO] Checking runtime classpath
09:54:35 [INFO] Checking test classpath
09:54:35 [INFO] 
09:54:35 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.platform.test ---
09:54:35 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
09:54:35 [INFO] 
09:54:35 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.platform.test ---
09:54:35 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/9.0.0-SNAPSHOT/org.eclipse.scout.rt.platform.test-9.0.0-SNAPSHOT.jar
09:54:35 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/9.0.0-SNAPSHOT/org.eclipse.scout.rt.platform.test-9.0.0-SNAPSHOT.pom
09:54:35 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/9.0.0-SNAPSHOT/org.eclipse.scout.rt.platform.test-9.0.0-SNAPSHOT-tests.jar
09:54:35 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/9.0.0-SNAPSHOT/org.eclipse.scout.rt.platform.test-9.0.0-SNAPSHOT-sources.jar
09:54:35 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-9.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/9.0.0-SNAPSHOT/org.eclipse.scout.rt.platform.test-9.0.0-SNAPSHOT-test-sources.jar
09:54:35 [INFO] 
09:54:35 [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.shared >----------
09:54:35 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.shared 9.0.0-SNAPSHOT [5/48]
09:54:35 [INFO] --------------------------------[ jar ]---------------------------------
09:55:08 [INFO] 
09:55:08 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.rt.shared ---
09:55:08 [INFO] 
09:55:08 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.shared ---
09:55:08 [INFO] Skipping Rule Enforcement.
09:55:08 [INFO] 
09:55:08 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.rt.shared ---
09:55:10 [INFO] 
09:55:10 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.rt.shared ---
09:55:10 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.shared/../org.eclipse.scout.rt/target/jacoco-all.exec
09:55:10 [INFO] 
09:55:10 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.rt.shared ---
09:55:10 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:55:10 [INFO] Copying 29 resources
09:55:10 [INFO] 
09:55:10 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.rt.shared ---
09:55:10 [INFO] Changes detected - recompiling the module!
09:55:10 [INFO] Compiling 307 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.shared/target/classes
09:55:11 [INFO] 
09:55:11 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.shared ---
09:55:11 [INFO] 
09:55:11 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.rt.shared ---
09:55:11 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:55:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.shared/src/test/resources
09:55:11 [INFO] 
09:55:11 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.shared ---
09:55:11 [INFO] No sources to compile
09:55:11 [INFO] 
09:55:11 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.rt.shared ---
09:55:11 [INFO] No tests to run.
09:55:11 [INFO] 
09:55:11 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.rt.shared ---
09:55:11 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.shared/target/org.eclipse.scout.rt.shared-9.0.0-SNAPSHOT.jar
09:55:11 [INFO] 
09:55:11 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.shared ---
09:55:11 [INFO] Skipping because packaging 'jar' is not pom.
09:55:11 [INFO] 
09:55:11 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.rt.shared ---
09:55:11 [INFO] Skipping packaging of the test-jar
09:55:11 [INFO] 
09:55:11 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.shared ---
09:55:11 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.shared/target/org.eclipse.scout.rt.shared-9.0.0-SNAPSHOT-sources.jar
09:55:11 [INFO] 
09:55:11 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.shared ---
09:55:11 [INFO] No sources in project. Archive not created.
09:55:11 [INFO] 
09:55:11 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.rt.shared ---
09:55:11 [INFO] Checking compile classpath
09:55:11 [INFO] Checking runtime classpath
09:55:11 [INFO] Checking test classpath
09:55:11 [INFO] 
09:55:11 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.shared ---
09:55:11 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
09:55:12 [INFO] 
09:55:12 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.shared ---
09:55:12 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.shared/target/org.eclipse.scout.rt.shared-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/9.0.0-SNAPSHOT/org.eclipse.scout.rt.shared-9.0.0-SNAPSHOT.jar
09:55:12 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.shared/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/9.0.0-SNAPSHOT/org.eclipse.scout.rt.shared-9.0.0-SNAPSHOT.pom
09:55:12 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.shared/target/org.eclipse.scout.rt.shared-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/9.0.0-SNAPSHOT/org.eclipse.scout.rt.shared-9.0.0-SNAPSHOT-sources.jar
09:55:12 [INFO] 
09:55:12 [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test >--------
09:55:12 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test 9.0.0-SNAPSHOT [6/48]
09:55:12 [INFO] --------------------------------[ jar ]---------------------------------
09:55:12 [INFO] 
09:55:12 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.rt.shared.test ---
09:55:12 [INFO] 
09:55:12 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.shared.test ---
09:55:12 [INFO] Skipping Rule Enforcement.
09:55:12 [INFO] 
09:55:12 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.rt.shared.test ---
09:55:14 [INFO] 
09:55:14 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.rt.shared.test ---
09:55:14 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.shared.test/../org.eclipse.scout.rt/target/jacoco-all.exec
09:55:14 [INFO] 
09:55:14 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.rt.shared.test ---
09:55:14 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:55:14 [INFO] Copying 1 resource
09:55:14 [INFO] 
09:55:14 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.rt.shared.test ---
09:55:14 [INFO] Changes detected - recompiling the module!
09:55:14 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.shared.test/target/classes
09:55:14 [INFO] 
09:55:14 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.rt.shared.test ---
09:55:14 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:55:14 [INFO] Copying 9 resources
09:55:14 [INFO] 
09:55:14 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.shared.test ---
09:55:14 [INFO] Changes detected - recompiling the module!
09:55:14 [INFO] Compiling 64 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.shared.test/target/test-classes
09:55:14 [INFO] 
09:55:14 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.shared.test ---
09:55:14 [INFO] 
09:55:14 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.rt.shared.test ---
09:55:14 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.shared.test/target/surefire-reports
09:55:14 [INFO] 
09:55:14 [INFO] -------------------------------------------------------
09:55:14 [INFO]  T E S T S
09:55:14 [INFO] -------------------------------------------------------
09:55:15 [INFO] Running org.eclipse.scout.rt.shared.cache.BasicCacheTest
09:55:15 2021-02-22 14:55:15,631 INFO  [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
09:55:15 2021-02-22 14:55:15,648 INFO  [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.<clinit>(ClassInventory.java:38) - Building jandex class inventory using rebuild strategy IF_MISSING... - MDC[]
09:55:15 2021-02-22 14:55:15,731 INFO  [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.<clinit>(ClassInventory.java:44) - Finished building jandex class inventory in 92.612023 ms. Total class count: 1246 - MDC[]
09:55:15 2021-02-22 14:55:15,905 INFO  [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:219) - Collected 171 beans in 172.491123 ms - MDC[]
09:55:15 2021-02-22 14:55:15,936 INFO  [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:224) - Registered 171 beans in 30.490734 ms - MDC[]
09:55:15 2021-02-22 14:55:15,945 INFO  [scout-platform-starter] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[]
09:55:15 2021-02-22 14:55:15,955 INFO  [scout-platform-starter] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:42) - 9 code type classes registered. - MDC[]
09:55:15 2021-02-22 14:55:15,956 INFO  [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[]
09:55:16 2021-02-22 14:55:16,052 INFO  [main] org.eclipse.scout.rt.testing.platform.GlobalTestingPlatform.checkAccess(GlobalTestingPlatform.java:76) - Accessing the BeanManager before the testing platform is fully started; blocking until Platform.awaitPlatformStarted - MDC[]
09:55:16 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.876 s - in org.eclipse.scout.rt.shared.cache.BasicCacheTest
09:55:16 [INFO] Running org.eclipse.scout.rt.shared.cache.CacheBuilderTest
09:55:17 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.952 s - in org.eclipse.scout.rt.shared.cache.CacheBuilderTest
09:55:17 [INFO] Running org.eclipse.scout.rt.shared.cache.CacheRegistryServiceTest
09:55:17 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.scout.rt.shared.cache.CacheRegistryServiceTest
09:55:17 [INFO] Running org.eclipse.scout.rt.shared.calendar.CalendarTest
09:55:17 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.scout.rt.shared.calendar.CalendarTest
09:55:17 [INFO] Running org.eclipse.scout.rt.shared.csv.CsvHelperTest
09:55:17 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s - in org.eclipse.scout.rt.shared.csv.CsvHelperTest
09:55:17 [INFO] Running org.eclipse.scout.rt.shared.data.basic.MemoryOptimizedObjectTest
09:55:17 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.scout.rt.shared.data.basic.MemoryOptimizedObjectTest
09:55:17 [INFO] Running org.eclipse.scout.rt.shared.data.basic.NamedBitMaskHelperTest
09:55:17 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.scout.rt.shared.data.basic.NamedBitMaskHelperTest
09:55:17 [INFO] Running org.eclipse.scout.rt.shared.data.basic.table.AbstractTableRowDataTest
09:55:17 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s - in org.eclipse.scout.rt.shared.data.basic.table.AbstractTableRowDataTest
09:55:17 [INFO] Running org.eclipse.scout.rt.shared.data.form.FormDataInjectionTest
09:55:17 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.scout.rt.shared.data.form.FormDataInjectionTest
09:55:17 [INFO] Running org.eclipse.scout.rt.shared.data.form.FormDataTest
09:55:17 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.scout.rt.shared.data.form.FormDataTest
09:55:17 [INFO] Running org.eclipse.scout.rt.shared.data.form.FormDataUtilityTest
09:55:17 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.shared.data.form.FormDataUtilityTest
09:55:17 [INFO] Running org.eclipse.scout.rt.shared.data.form.FormFieldDataTest
09:55:17 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.scout.rt.shared.data.form.FormFieldDataTest
09:55:17 [INFO] Running org.eclipse.scout.rt.shared.data.form.fields.tablefield.TableFieldBeanDataTest
09:55:17 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.scout.rt.shared.data.form.fields.tablefield.TableFieldBeanDataTest
09:55:17 [INFO] Running org.eclipse.scout.rt.shared.data.form.properties.FormDataPropertyTest
09:55:17 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.rt.shared.data.form.properties.FormDataPropertyTest
09:55:17 [INFO] Running org.eclipse.scout.rt.shared.data.model.DataModelAttributeTest
09:55:17 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 s - in org.eclipse.scout.rt.shared.data.model.DataModelAttributeTest
09:55:17 [INFO] Running org.eclipse.scout.rt.shared.data.model.DataModelUtilityTest
09:55:17 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.337 s - in org.eclipse.scout.rt.shared.data.model.DataModelUtilityTest
09:55:17 [INFO] Running org.eclipse.scout.rt.shared.extension.ExtensionChainTest
09:55:18 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.scout.rt.shared.extension.ExtensionChainTest
09:55:18 [INFO] Running org.eclipse.scout.rt.shared.extension.service.common.code.CodeTypeAopTest
09:55:18 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.scout.rt.shared.extension.service.common.code.CodeTypeAopTest
09:55:18 [INFO] Running org.eclipse.scout.rt.shared.notification.NotificationHandlerRegistryTest
09:55:18 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s - in org.eclipse.scout.rt.shared.notification.NotificationHandlerRegistryTest
09:55:18 [INFO] Running org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest
09:55:18 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest
09:55:18 [INFO] Running org.eclipse.scout.rt.shared.services.common.calendar.CalendarItemTest
09:55:18 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.scout.rt.shared.services.common.calendar.CalendarItemTest
09:55:18 [INFO] Running org.eclipse.scout.rt.shared.services.common.code.CodeRowTest
09:55:18 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.shared.services.common.code.CodeRowTest
09:55:18 [INFO] Running org.eclipse.scout.rt.shared.services.common.code.CodeServiceTest
09:55:18 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.scout.rt.shared.services.common.code.CodeServiceTest
09:55:18 [INFO] Running org.eclipse.scout.rt.shared.services.common.code.CodeTypeClassInventoryTest
09:55:18 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.scout.rt.shared.services.common.code.CodeTypeClassInventoryTest
09:55:18 [INFO] Running org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrationTest
09:55:18 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrationTest
09:55:18 [INFO] Running org.eclipse.scout.rt.shared.services.common.code.CodeTypeTest
09:55:18 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.scout.rt.shared.services.common.code.CodeTypeTest
09:55:18 [INFO] Running org.eclipse.scout.rt.shared.services.common.code.CodeTypeWithAddRemoveCodeTest
09:55:18 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.scout.rt.shared.services.common.code.CodeTypeWithAddRemoveCodeTest
09:55:18 [INFO] Running org.eclipse.scout.rt.shared.services.common.jdbc.SearchFilterTest
09:55:18 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.rt.shared.services.common.jdbc.SearchFilterTest
09:55:18 [INFO] Running org.eclipse.scout.rt.shared.services.common.prefs.PreferencesTest
09:55:18 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.scout.rt.shared.services.common.prefs.PreferencesTest
09:55:18 [INFO] Running org.eclipse.scout.rt.shared.services.common.security.SharedAccessControlServiceTest
09:55:18 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.scout.rt.shared.services.common.security.SharedAccessControlServiceTest
09:55:18 [INFO] Running org.eclipse.scout.rt.shared.services.lookup.CodeLookupCallTest
09:55:18 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.scout.rt.shared.services.lookup.CodeLookupCallTest
09:55:18 [INFO] Running org.eclipse.scout.rt.shared.services.lookup.LocalLookupCallTest
09:55:18 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.scout.rt.shared.services.lookup.LocalLookupCallTest
09:55:18 [INFO] Running org.eclipse.scout.rt.shared.services.lookup.LookupRowTest
09:55:18 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.scout.rt.shared.services.lookup.LookupRowTest
09:55:18 [INFO] Running org.eclipse.scout.rt.shared.servicetunnel.BinaryServiceTunnelContentHandlerTest
09:55:18 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.eclipse.scout.rt.shared.servicetunnel.BinaryServiceTunnelContentHandlerTest
09:55:18 [INFO] Running org.eclipse.scout.rt.shared.servicetunnel.LenientPermissionWrapperTest
09:55:18 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.scout.rt.shared.servicetunnel.LenientPermissionWrapperTest
09:55:18 [INFO] Running org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListenerTest
09:55:18 2021-02-22 14:55:18,517 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[]
09:55:18 2021-02-22 14:55:18,525 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[]
09:55:18 2021-02-22 14:55:18,526 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[]
09:55:18 2021-02-22 14:55:18,527 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[]
09:55:18 2021-02-22 14:55:18,528 ERROR [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:56) - The annotation @TunnelToServer can only be used on public interfaces, not on org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListenerTest$FixtureTunnelToServerEx3Impl - MDC[]
09:55:18 2021-02-22 14:55:18,529 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[]
09:55:18 2021-02-22 14:55:18,530 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[]
09:55:18 2021-02-22 14:55:18,532 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[]
09:55:18 2021-02-22 14:55:18,533 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[]
09:55:18 2021-02-22 14:55:18,534 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[]
09:55:18 2021-02-22 14:55:18,535 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[]
09:55:18 2021-02-22 14:55:18,536 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[]
09:55:18 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s - in org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListenerTest
09:55:18 [INFO] Running org.eclipse.scout.rt.shared.servicetunnel.SoapServiceTunnelContentHandlerTest
09:55:18 2021-02-22 14:55:18,538 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
09:55:18 2021-02-22 14:55:18,542 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:219) - Collected 171 beans in 2.913871 ms - MDC[]
09:55:18 2021-02-22 14:55:18,590 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:224) - Registered 171 beans in 48.712922 ms - MDC[]
09:55:18 2021-02-22 14:55:18,592 INFO  [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[]
09:55:18 2021-02-22 14:55:18,593 INFO  [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:42) - 9 code type classes registered. - MDC[]
09:55:18 2021-02-22 14:55:18,594 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[]
09:55:18 2021-02-22 14:55:18,618 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:55:18 2021-02-22 14:55:18,620 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:55:18 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.eclipse.scout.rt.shared.servicetunnel.SoapServiceTunnelContentHandlerTest
09:55:18 [INFO] Running org.eclipse.scout.rt.shared.servicetunnel.http.DefaultAuthTokenTest
09:55:18 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.eclipse.scout.rt.shared.servicetunnel.http.DefaultAuthTokenTest
09:55:18 [INFO] Running org.eclipse.scout.rt.shared.servicetunnel.http.HttpServiceTunnelTest
09:55:18 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.266 s - in org.eclipse.scout.rt.shared.servicetunnel.http.HttpServiceTunnelTest
09:55:18 [INFO] Running org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstallerTest
09:55:18 2021-02-22 14:55:18,966 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller.install(MultiSessionCookieStoreInstaller.java:43) - Successfully installed java.net.CookieManager@1704437b (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@1f4083ac) - MDC[]
09:55:19 2021-02-22 14:55:19,066 WARN  [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller.checkMultiSessionCookieStoreAlreadyInstalled(MultiSessionCookieStoreInstaller.java:72) - Overriding pre-installed cookie handler: Mock for CookieHandler, hashCode: 543634584 - MDC[]
09:55:19 2021-02-22 14:55:19,067 WARN  [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller.checkMultiSessionCookieStoreAlreadyInstalled(MultiSessionCookieStoreInstaller.java:72) - Overriding pre-installed cookie handler: Mock for CookieManager, hashCode: 1364127684 (Cookie store: null) - MDC[]
09:55:19 2021-02-22 14:55:19,129 WARN  [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller.checkMultiSessionCookieStoreAlreadyInstalled(MultiSessionCookieStoreInstaller.java:72) - Overriding pre-installed cookie handler: Mock for CookieManager, hashCode: 1364127684 (Cookie store: Mock for CookieStore, hashCode: 220260608) - MDC[]
09:55:19 2021-02-22 14:55:19,130 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller.checkMultiSessionCookieStoreAlreadyInstalled(MultiSessionCookieStoreInstaller.java:65) - Don't overriding already installed MultiSessionCookieStore cookie handler from same deployment: java.net.CookieManager@1704437b (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@1f4083ac) - MDC[]
09:55:19 2021-02-22 14:55:19,130 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller.uninstall(MultiSessionCookieStoreInstaller.java:81) - Successfully uninstalled java.net.CookieManager@1704437b (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@1f4083ac) - MDC[]
09:55:19 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s - in org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstallerTest
09:55:19 [INFO] Running org.eclipse.scout.rt.shared.servicetunnel.http.RemoteServiceInvocationCallableDisconnectTest
09:55:19 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 s - in org.eclipse.scout.rt.shared.servicetunnel.http.RemoteServiceInvocationCallableDisconnectTest
09:55:19 [INFO] Running org.eclipse.scout.rt.shared.session.SessionDataTest
09:55:19 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.scout.rt.shared.session.SessionDataTest
09:55:19 [INFO] Running org.eclipse.scout.rt.shared.ui.DefaultUserAgentParserTest
09:55:19 2021-02-22 14:55:19,408 ERROR [main] org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:107) - UserAgentIdentifier could not be parsed. Exception occured while parsing. UserAgent:  - MDC[]
09:55:19 org.eclipse.scout.rt.platform.exception.PlatformException: Invalid number of tokens
09:55:19 	at org.eclipse.scout.rt.shared.ui.DefaultUserAgentParser.parseIdentifier(DefaultUserAgentParser.java:45)
09:55:19 	at org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:104)
09:55:19 	at org.eclipse.scout.rt.shared.ui.DefaultUserAgentParserTest.testEmptyId(DefaultUserAgentParserTest.java:35)
09:55:19 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:55:19 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:55:19 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:55:19 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:55:19 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:55:19 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:55:19 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:55:19 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:55:19 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
09:55:19 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:55:19 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:55:19 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:55:19 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:55:19 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:55:19 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:55:19 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:55:19 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:55:19 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:55:19 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
09:55:19 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
09:55:19 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
09:55:19 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
09:55:19 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:55:19 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:55:19 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:55:19 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:55:19 2021-02-22 14:55:19,409 ERROR [main] org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:107) - UserAgentIdentifier could not be parsed. Exception occured while parsing. UserAgent: XY|DESKTOP|UNKNOWN|Windows7 - MDC[]
09:55:19 org.eclipse.scout.rt.platform.exception.PlatformException: Invalid number of tokens
09:55:19 	at org.eclipse.scout.rt.shared.ui.DefaultUserAgentParser.parseIdentifier(DefaultUserAgentParser.java:45)
09:55:19 	at org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:104)
09:55:19 	at org.eclipse.scout.rt.shared.ui.DefaultUserAgentParserTest.testInvalidId(DefaultUserAgentParserTest.java:29)
09:55:19 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:55:19 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:55:19 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:55:19 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:55:19 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:55:19 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:55:19 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:55:19 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:55:19 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
09:55:19 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:55:19 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:55:19 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:55:19 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:55:19 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:55:19 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:55:19 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:55:19 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:55:19 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:55:19 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
09:55:19 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
09:55:19 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
09:55:19 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
09:55:19 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:55:19 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:55:19 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:55:19 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:55:19 2021-02-22 14:55:19,410 WARN  [main] org.eclipse.scout.rt.shared.ui.DefaultUserAgentParser.createIdentifier(DefaultUserAgentParser.java:70) - Character which is used as delimiter has been found in uiDeviceId. Replaced with '_'. Old uiDeviceId: xxx|yyy. New uiDeviceId: xxx_yyy - MDC[]
09:55:19 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.scout.rt.shared.ui.DefaultUserAgentParserTest
09:55:19 [INFO] Running org.eclipse.scout.rt.shared.ui.UserAgentTest
09:55:19 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.shared.ui.UserAgentTest
09:55:19 [INFO] 
09:55:19 [INFO] Results:
09:55:19 [INFO] 
09:55:19 [INFO] Tests run: 220, Failures: 0, Errors: 0, Skipped: 0
09:55:19 [INFO] 
09:55:19 [INFO] 
09:55:19 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.rt.shared.test ---
09:55:19 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-9.0.0-SNAPSHOT.jar
09:55:19 [INFO] 
09:55:19 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.shared.test ---
09:55:19 [INFO] Skipping because packaging 'jar' is not pom.
09:55:19 [INFO] 
09:55:19 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.rt.shared.test ---
09:55:19 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-9.0.0-SNAPSHOT-tests.jar
09:55:19 [INFO] 
09:55:19 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.shared.test ---
09:55:19 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-9.0.0-SNAPSHOT-sources.jar
09:55:19 [INFO] 
09:55:19 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.shared.test ---
09:55:19 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-9.0.0-SNAPSHOT-test-sources.jar
09:55:19 [INFO] 
09:55:19 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.rt.shared.test ---
09:55:19 [INFO] Checking compile classpath
09:55:20 [INFO] Checking runtime classpath
09:55:20 [INFO] Checking test classpath
09:55:20 [INFO] 
09:55:20 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.shared.test ---
09:55:20 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
09:55:20 [INFO] 
09:55:20 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.shared.test ---
09:55:20 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/9.0.0-SNAPSHOT/org.eclipse.scout.rt.shared.test-9.0.0-SNAPSHOT.jar
09:55:20 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.shared.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/9.0.0-SNAPSHOT/org.eclipse.scout.rt.shared.test-9.0.0-SNAPSHOT.pom
09:55:20 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/9.0.0-SNAPSHOT/org.eclipse.scout.rt.shared.test-9.0.0-SNAPSHOT-tests.jar
09:55:20 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/9.0.0-SNAPSHOT/org.eclipse.scout.rt.shared.test-9.0.0-SNAPSHOT-sources.jar
09:55:20 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-9.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/9.0.0-SNAPSHOT/org.eclipse.scout.rt.shared.test-9.0.0-SNAPSHOT-test-sources.jar
09:55:20 [INFO] 
09:55:20 [INFO] ------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons >------
09:55:20 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons 9.0.0-SNAPSHOT [7/48]
09:55:20 [INFO] --------------------------------[ jar ]---------------------------------
09:55:24 [INFO] 
09:55:24 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.rt.server.commons ---
09:55:24 [INFO] 
09:55:24 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.commons ---
09:55:24 [INFO] Skipping Rule Enforcement.
09:55:24 [INFO] 
09:55:24 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.rt.server.commons ---
09:55:26 [INFO] 
09:55:26 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.rt.server.commons ---
09:55:26 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.commons/../org.eclipse.scout.rt/target/jacoco-all.exec
09:55:26 [INFO] 
09:55:26 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.rt.server.commons ---
09:55:26 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:55:26 [INFO] Copying 1 resource
09:55:26 [INFO] 
09:55:26 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.rt.server.commons ---
09:55:26 [INFO] Changes detected - recompiling the module!
09:55:26 [INFO] Compiling 60 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.commons/target/classes
09:55:26 [INFO] 
09:55:26 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.server.commons ---
09:55:26 [INFO] 
09:55:26 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.rt.server.commons ---
09:55:26 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:55:26 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.commons/src/test/resources
09:55:26 [INFO] 
09:55:26 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.commons ---
09:55:26 [INFO] No sources to compile
09:55:26 [INFO] 
09:55:26 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.rt.server.commons ---
09:55:26 [INFO] No tests to run.
09:55:26 [INFO] 
09:55:26 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.rt.server.commons ---
09:55:26 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.commons/target/org.eclipse.scout.rt.server.commons-9.0.0-SNAPSHOT.jar
09:55:26 [INFO] 
09:55:26 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.commons ---
09:55:26 [INFO] Skipping because packaging 'jar' is not pom.
09:55:26 [INFO] 
09:55:26 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.rt.server.commons ---
09:55:26 [INFO] Skipping packaging of the test-jar
09:55:26 [INFO] 
09:55:26 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.commons ---
09:55:26 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.commons/target/org.eclipse.scout.rt.server.commons-9.0.0-SNAPSHOT-sources.jar
09:55:26 [INFO] 
09:55:26 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.commons ---
09:55:26 [INFO] No sources in project. Archive not created.
09:55:26 [INFO] 
09:55:26 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.rt.server.commons ---
09:55:26 [INFO] Checking compile classpath
09:55:26 [INFO] Checking runtime classpath
09:55:26 [INFO] Checking test classpath
09:55:26 [INFO] 
09:55:26 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.commons ---
09:55:26 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
09:55:27 [INFO] 
09:55:27 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.commons ---
09:55:27 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.commons/target/org.eclipse.scout.rt.server.commons-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/9.0.0-SNAPSHOT/org.eclipse.scout.rt.server.commons-9.0.0-SNAPSHOT.jar
09:55:27 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.commons/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/9.0.0-SNAPSHOT/org.eclipse.scout.rt.server.commons-9.0.0-SNAPSHOT.pom
09:55:27 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.commons/target/org.eclipse.scout.rt.server.commons-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/9.0.0-SNAPSHOT/org.eclipse.scout.rt.server.commons-9.0.0-SNAPSHOT-sources.jar
09:55:27 [INFO] 
09:55:27 [INFO] ---< org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test >----
09:55:27 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test 9.0.0-SNAPSHOT [8/48]
09:55:27 [INFO] --------------------------------[ jar ]---------------------------------
09:55:27 [INFO] 
09:55:27 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.rt.server.commons.test ---
09:55:27 [INFO] 
09:55:27 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.commons.test ---
09:55:27 [INFO] Skipping Rule Enforcement.
09:55:27 [INFO] 
09:55:27 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.rt.server.commons.test ---
09:55:28 [INFO] 
09:55:28 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.rt.server.commons.test ---
09:55:28 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.commons.test/../org.eclipse.scout.rt/target/jacoco-all.exec
09:55:28 [INFO] 
09:55:28 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.rt.server.commons.test ---
09:55:28 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:55:28 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.commons.test/src/main/resources
09:55:28 [INFO] 
09:55:28 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.rt.server.commons.test ---
09:55:28 [INFO] No sources to compile
09:55:28 [INFO] 
09:55:28 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.rt.server.commons.test ---
09:55:28 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:55:28 [INFO] Copying 2 resources
09:55:28 [INFO] 
09:55:28 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.commons.test ---
09:55:28 [INFO] Changes detected - recompiling the module!
09:55:28 [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.commons.test/target/test-classes
09:55:29 [INFO] 
09:55:29 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.server.commons.test ---
09:55:29 [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.commons.test/target/classes. Directory does not exist!
09:55:29 [INFO] 
09:55:29 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.rt.server.commons.test ---
09:55:29 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.commons.test/target/surefire-reports
09:55:29 [INFO] 
09:55:29 [INFO] -------------------------------------------------------
09:55:29 [INFO]  T E S T S
09:55:29 [INFO] -------------------------------------------------------
09:55:29 [INFO] Running org.eclipse.scout.rt.server.commons.FileUtilityMimeTypeTest
09:55:30 2021-02-22 14:55:30,557 INFO  [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
09:55:30 2021-02-22 14:55:30,589 INFO  [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.<clinit>(ClassInventory.java:38) - Building jandex class inventory using rebuild strategy IF_MISSING... - MDC[]
09:55:30 2021-02-22 14:55:30,627 INFO  [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.<clinit>(ClassInventory.java:44) - Finished building jandex class inventory in 63.398668 ms. Total class count: 1140 - MDC[]
09:55:30 2021-02-22 14:55:30,799 INFO  [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:219) - Collected 192 beans in 170.869284 ms - MDC[]
09:55:30 2021-02-22 14:55:30,825 INFO  [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:224) - Registered 192 beans in 25.963433 ms - MDC[]
09:55:30 2021-02-22 14:55:30,833 INFO  [scout-platform-starter] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[]
09:55:30 2021-02-22 14:55:30,837 INFO  [scout-platform-starter] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:42) - 0 code type classes registered. - MDC[]
09:55:30 2021-02-22 14:55:30,838 INFO  [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[]
09:55:30 2021-02-22 14:55:30,934 INFO  [main] org.eclipse.scout.rt.testing.platform.GlobalTestingPlatform.checkAccess(GlobalTestingPlatform.java:76) - Accessing the BeanManager before the testing platform is fully started; blocking until Platform.awaitPlatformStarted - MDC[]
09:55:30 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.251 s - in org.eclipse.scout.rt.server.commons.FileUtilityMimeTypeTest
09:55:30 [INFO] Running org.eclipse.scout.rt.server.commons.context.HttpRunContextProducerTest
09:55:31 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s - in org.eclipse.scout.rt.server.commons.context.HttpRunContextProducerTest
09:55:31 [INFO] Running org.eclipse.scout.rt.server.commons.healthcheck.HealthCheckerTest
09:55:33 2021-02-22 14:55:33,190 WARN  [Time-limited test] org.eclipse.scout.rt.server.commons.healthcheck.AbstractHealthChecker.checkHealth(AbstractHealthChecker.java:132) - HealthCheck[eafaba17-6af5-485a-a617-2be6cf9cda05] has timed out after 1000ms, future=JobFutureTask@88b4dad[job=eafaba17-6af5-485a-a617-2be6cf9cda05, state=RUNNING]. Cancelling job now. - MDC[]
09:55:37 2021-02-22 14:55:37,225 INFO  [scout-thread-23] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:50) - Exception will be re-thrown for JUnit assertion. [exception=Array index out of range: 2] - MDC[jobName=852feda7-4d8e-4b72-8b4f-c9b4d6615d6b]
09:55:37 java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 2
09:55:37 	at org.eclipse.scout.rt.server.commons.healthcheck.HealthCheckerTest$5.run(HealthCheckerTest.java:210)
09:55:37 	at org.eclipse.scout.rt.server.commons.healthcheck.HealthCheckerTest$1.execCheckHealth(HealthCheckerTest.java:65)
09:55:37 	at org.eclipse.scout.rt.server.commons.healthcheck.AbstractHealthChecker.lambda$0(AbstractHealthChecker.java:146)
09:55:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:55:37 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
09:55:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:55:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:55:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:55:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:142)
09:55:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:78)
09:55:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:55:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:55:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:55:37 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
09:55:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:55:37 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32)
09:55:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:55:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:55:37 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:106)
09:55:37 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
09:55:37 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:175)
09:55:37 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:55:37 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:55:37 	at java.base/java.lang.Thread.run(Thread.java:834)
09:55:37 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
09:55:37 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.091 s - in org.eclipse.scout.rt.server.commons.healthcheck.HealthCheckerTest
09:55:37 [INFO] Running org.eclipse.scout.rt.server.commons.idempotent.SequenceNumberDuplicateDetectorTest
09:55:37 2021-02-22 14:55:37,231 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
09:55:37 2021-02-22 14:55:37,237 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:219) - Collected 192 beans in 5.190797 ms - MDC[]
09:55:37 2021-02-22 14:55:37,250 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:224) - Registered 192 beans in 13.717498 ms - MDC[]
09:55:37 2021-02-22 14:55:37,251 INFO  [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[]
09:55:37 2021-02-22 14:55:37,252 INFO  [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:42) - 0 code type classes registered. - MDC[]
09:55:37 2021-02-22 14:55:37,253 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[]
09:55:37 2021-02-22 14:55:37,260 WARN  [main] org.eclipse.scout.rt.server.commons.idempotent.SequenceNumberDuplicateDetector.accept(SequenceNumberDuplicateDetector.java:111) - Potential duplicate request id 2. The cache size is 2, the window is 3, 4. Assuming new key is valid. - MDC[]
09:55:37 2021-02-22 14:55:37,261 WARN  [main] org.eclipse.scout.rt.server.commons.idempotent.SequenceNumberDuplicateDetector.accept(SequenceNumberDuplicateDetector.java:111) - Potential duplicate request id 1. The cache size is 3, the window is 2, 4. Assuming new key is valid. - MDC[]
09:55:37 2021-02-22 14:55:37,289 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:55:37 2021-02-22 14:55:37,291 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:55:37 [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.056 s - in org.eclipse.scout.rt.server.commons.idempotent.SequenceNumberDuplicateDetectorTest
09:55:37 [INFO] Running org.eclipse.scout.rt.server.commons.servlet.ContentSecurityPolicyTest
09:55:37 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.scout.rt.server.commons.servlet.ContentSecurityPolicyTest
09:55:37 [INFO] Running org.eclipse.scout.rt.server.commons.servlet.HttpClientInfoTest
09:55:37 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in org.eclipse.scout.rt.server.commons.servlet.HttpClientInfoTest
09:55:37 [INFO] Running org.eclipse.scout.rt.server.commons.servlet.HttpProxyTest
09:55:37 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 s - in org.eclipse.scout.rt.server.commons.servlet.HttpProxyTest
09:55:37 [INFO] Running org.eclipse.scout.rt.server.commons.servlet.HttpServletControlTest
09:55:37 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 s - in org.eclipse.scout.rt.server.commons.servlet.HttpServletControlTest
09:55:37 [INFO] Running org.eclipse.scout.rt.server.commons.servlet.ServletExceptionTranslatorTest
09:55:37 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.scout.rt.server.commons.servlet.ServletExceptionTranslatorTest
09:55:37 [INFO] Running org.eclipse.scout.rt.server.commons.servlet.cache.DownloadHttpResponseInterceptorTest
09:55:37 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.scout.rt.server.commons.servlet.cache.DownloadHttpResponseInterceptorTest
09:55:38 [INFO] 
09:55:38 [INFO] Results:
09:55:38 [INFO] 
09:55:38 [WARNING] Tests run: 68, Failures: 0, Errors: 0, Skipped: 1
09:55:38 [INFO] 
09:55:38 [INFO] 
09:55:38 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.rt.server.commons.test ---
09:55:38 [WARNING] JAR will be empty - no content was marked for inclusion!
09:55:38 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-9.0.0-SNAPSHOT.jar
09:55:38 [INFO] 
09:55:38 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.commons.test ---
09:55:38 [INFO] Skipping because packaging 'jar' is not pom.
09:55:38 [INFO] 
09:55:38 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.rt.server.commons.test ---
09:55:38 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-9.0.0-SNAPSHOT-tests.jar
09:55:38 [INFO] 
09:55:38 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.commons.test ---
09:55:38 [INFO] No sources in project. Archive not created.
09:55:38 [INFO] 
09:55:38 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.commons.test ---
09:55:38 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-9.0.0-SNAPSHOT-test-sources.jar
09:55:38 [INFO] 
09:55:38 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.rt.server.commons.test ---
09:55:38 [INFO] Checking compile classpath
09:55:38 [INFO] Checking runtime classpath
09:55:38 [INFO] Checking test classpath
09:55:38 [INFO] 
09:55:38 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.commons.test ---
09:55:38 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
09:55:38 [INFO] 
09:55:38 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.commons.test ---
09:55:38 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/9.0.0-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-9.0.0-SNAPSHOT.jar
09:55:38 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.commons.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/9.0.0-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-9.0.0-SNAPSHOT.pom
09:55:38 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/9.0.0-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-9.0.0-SNAPSHOT-tests.jar
09:55:38 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-9.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/9.0.0-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-9.0.0-SNAPSHOT-test-sources.jar
09:55:38 [INFO] 
09:55:38 [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api >----------
09:55:38 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api 9.0.0-SNAPSHOT [9/48]
09:55:38 [INFO] --------------------------------[ jar ]---------------------------------
09:55:38 [INFO] 
09:55:38 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.rt.mom.api ---
09:55:38 [INFO] 
09:55:38 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.mom.api ---
09:55:38 [INFO] Skipping Rule Enforcement.
09:55:38 [INFO] 
09:55:38 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.rt.mom.api ---
09:55:40 [INFO] 
09:55:40 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.rt.mom.api ---
09:55:40 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.mom.api/../org.eclipse.scout.rt/target/jacoco-all.exec
09:55:40 [INFO] 
09:55:40 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.rt.mom.api ---
09:55:40 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:55:40 [INFO] Copying 1 resource
09:55:40 [INFO] 
09:55:40 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.rt.mom.api ---
09:55:40 [INFO] Changes detected - recompiling the module!
09:55:40 [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.mom.api/target/classes
09:55:40 [INFO] 
09:55:40 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.mom.api ---
09:55:40 [INFO] 
09:55:40 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.rt.mom.api ---
09:55:40 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:55:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.mom.api/src/test/resources
09:55:40 [INFO] 
09:55:40 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.mom.api ---
09:55:40 [INFO] No sources to compile
09:55:40 [INFO] 
09:55:40 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.rt.mom.api ---
09:55:40 [INFO] No tests to run.
09:55:40 [INFO] 
09:55:40 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.rt.mom.api ---
09:55:40 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.mom.api/target/org.eclipse.scout.rt.mom.api-9.0.0-SNAPSHOT.jar
09:55:40 [INFO] 
09:55:40 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.mom.api ---
09:55:40 [INFO] Skipping because packaging 'jar' is not pom.
09:55:40 [INFO] 
09:55:40 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.rt.mom.api ---
09:55:40 [INFO] Skipping packaging of the test-jar
09:55:40 [INFO] 
09:55:40 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.mom.api ---
09:55:40 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.mom.api/target/org.eclipse.scout.rt.mom.api-9.0.0-SNAPSHOT-sources.jar
09:55:40 [INFO] 
09:55:40 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.mom.api ---
09:55:40 [INFO] No sources in project. Archive not created.
09:55:40 [INFO] 
09:55:40 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.rt.mom.api ---
09:55:40 [INFO] Checking compile classpath
09:55:40 [INFO] Checking runtime classpath
09:55:40 [INFO] Checking test classpath
09:55:40 [INFO] 
09:55:40 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.mom.api ---
09:55:40 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
09:55:40 [INFO] 
09:55:40 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.mom.api ---
09:55:40 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.mom.api/target/org.eclipse.scout.rt.mom.api-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api/9.0.0-SNAPSHOT/org.eclipse.scout.rt.mom.api-9.0.0-SNAPSHOT.jar
09:55:40 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.mom.api/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api/9.0.0-SNAPSHOT/org.eclipse.scout.rt.mom.api-9.0.0-SNAPSHOT.pom
09:55:40 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.mom.api/target/org.eclipse.scout.rt.mom.api-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api/9.0.0-SNAPSHOT/org.eclipse.scout.rt.mom.api-9.0.0-SNAPSHOT-sources.jar
09:55:40 [INFO] 
09:55:40 [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.server >----------
09:55:40 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server 9.0.0-SNAPSHOT [10/48]
09:55:40 [INFO] --------------------------------[ jar ]---------------------------------
09:55:40 [INFO] 
09:55:40 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.rt.server ---
09:55:40 [INFO] 
09:55:40 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server ---
09:55:40 [INFO] Skipping Rule Enforcement.
09:55:40 [INFO] 
09:55:40 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.rt.server ---
09:55:42 [INFO] 
09:55:42 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.rt.server ---
09:55:42 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server/../org.eclipse.scout.rt/target/jacoco-all.exec
09:55:42 [INFO] 
09:55:42 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.rt.server ---
09:55:42 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:55:42 [INFO] Copying 1 resource
09:55:42 [INFO] 
09:55:42 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.rt.server ---
09:55:42 [INFO] Changes detected - recompiling the module!
09:55:42 [INFO] Compiling 106 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server/target/classes
09:55:42 [INFO] 
09:55:42 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.server ---
09:55:42 [INFO] 
09:55:42 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.rt.server ---
09:55:42 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:55:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server/src/test/resources
09:55:42 [INFO] 
09:55:42 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.server ---
09:55:42 [INFO] No sources to compile
09:55:42 [INFO] 
09:55:42 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.rt.server ---
09:55:42 [INFO] No tests to run.
09:55:42 [INFO] 
09:55:42 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.rt.server ---
09:55:42 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server/target/org.eclipse.scout.rt.server-9.0.0-SNAPSHOT.jar
09:55:42 [INFO] 
09:55:42 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server ---
09:55:42 [INFO] Skipping because packaging 'jar' is not pom.
09:55:42 [INFO] 
09:55:42 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.rt.server ---
09:55:42 [INFO] Skipping packaging of the test-jar
09:55:42 [INFO] 
09:55:42 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server ---
09:55:42 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server/target/org.eclipse.scout.rt.server-9.0.0-SNAPSHOT-sources.jar
09:55:42 [INFO] 
09:55:42 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server ---
09:55:42 [INFO] No sources in project. Archive not created.
09:55:42 [INFO] 
09:55:42 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.rt.server ---
09:55:42 [INFO] Checking compile classpath
09:55:42 [INFO] Checking runtime classpath
09:55:42 [INFO] Checking test classpath
09:55:42 [INFO] 
09:55:42 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server ---
09:55:42 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
09:55:43 [INFO] 
09:55:43 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server ---
09:55:43 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server/target/org.eclipse.scout.rt.server-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server/9.0.0-SNAPSHOT/org.eclipse.scout.rt.server-9.0.0-SNAPSHOT.jar
09:55:43 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server/9.0.0-SNAPSHOT/org.eclipse.scout.rt.server-9.0.0-SNAPSHOT.pom
09:55:43 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server/target/org.eclipse.scout.rt.server-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server/9.0.0-SNAPSHOT/org.eclipse.scout.rt.server-9.0.0-SNAPSHOT-sources.jar
09:55:43 [INFO] 
09:55:43 [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.test >--------
09:55:43 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.test 9.0.0-SNAPSHOT [11/48]
09:55:43 [INFO] --------------------------------[ jar ]---------------------------------
09:55:53 [INFO] 
09:55:53 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.rt.server.test ---
09:55:53 [INFO] 
09:55:53 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.test ---
09:55:53 [INFO] Skipping Rule Enforcement.
09:55:53 [INFO] 
09:55:53 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.rt.server.test ---
09:55:55 [INFO] 
09:55:55 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.rt.server.test ---
09:55:55 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/../org.eclipse.scout.rt/target/jacoco-all.exec
09:55:55 [INFO] 
09:55:55 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.rt.server.test ---
09:55:55 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:55:55 [INFO] Copying 1 resource
09:55:55 [INFO] 
09:55:55 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.rt.server.test ---
09:55:55 [INFO] Changes detected - recompiling the module!
09:55:55 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/classes
09:55:55 [INFO] 
09:55:55 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.rt.server.test ---
09:55:55 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:55:55 [INFO] Copying 3 resources
09:55:55 [INFO] 
09:55:55 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.test ---
09:55:55 [INFO] Changes detected - recompiling the module!
09:55:55 [INFO] Compiling 60 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes
09:55:55 [INFO] 
09:55:55 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.server.test ---
09:55:55 [INFO] 
09:55:55 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.rt.server.test ---
09:55:55 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/surefire-reports
09:55:55 [INFO] parallel='none', perCoreThreadCount=true, threadCount=0, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true
09:55:55 [INFO] 
09:55:55 [INFO] -------------------------------------------------------
09:55:55 [INFO]  T E S T S
09:55:55 [INFO] -------------------------------------------------------
09:55:57 2021-02-22 14:55:57,033 INFO  [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
09:55:57 2021-02-22 14:55:57,045 INFO  [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.<clinit>(ClassInventory.java:38) - Building jandex class inventory using rebuild strategy IF_MISSING... - MDC[]
09:55:57 2021-02-22 14:55:57,112 INFO  [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.<clinit>(ClassInventory.java:44) - Finished building jandex class inventory in 72.997969 ms. Total class count: 1520 - MDC[]
09:55:57 2021-02-22 14:55:57,297 INFO  [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:219) - Collected 275 beans in 183.641220 ms - MDC[]
09:55:57 2021-02-22 14:55:57,335 INFO  [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:224) - Registered 275 beans in 38.421864 ms - MDC[]
09:55:57 2021-02-22 14:55:57,343 INFO  [scout-platform-starter] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[]
09:55:57 2021-02-22 14:55:57,349 INFO  [scout-platform-starter] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:42) - 2 code type classes registered. - MDC[]
09:55:57 2021-02-22 14:55:57,351 INFO  [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[]
09:55:57 2021-02-22 14:55:57,357 INFO  [scout-platform-starter] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:85) - +++ Using 'NullMomImplementor' for transport 'ClusterMom'. No messages are published and received. - MDC[]
09:55:57 [INFO] Running org.eclipse.scout.rt.server.AbstractServerSessionTest
09:55:57 2021-02-22 14:55:57,549 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:191) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@4239262e[id = 1co3p4t6gro15o3p4k8gu49l3fk1c6v0ukmn8e09mc3j4m2aaldd], user=john] - MDC[]
09:55:57 2021-02-22 14:55:57,945 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:191) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@1331d6fd[id = 5d4e2558-9754-4499-8a02-d671563b8e67], user=john] - MDC[]
09:55:57 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.435 s - in org.eclipse.scout.rt.server.AbstractServerSessionTest
09:55:57 [INFO] Running org.eclipse.scout.rt.server.PiggyBackClientNotificationTest
09:55:58 2021-02-22 14:55:58,121 ERROR [main] org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:107) - UserAgentIdentifier could not be parsed. Exception occured while parsing. UserAgent: null - MDC[]
09:55:58 org.eclipse.scout.rt.platform.exception.PlatformException: Invalid number of tokens
09:55:58 	at org.eclipse.scout.rt.shared.ui.DefaultUserAgentParser.parseIdentifier(DefaultUserAgentParser.java:45)
09:55:58 	at org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:104)
09:55:58 	at org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:113)
09:55:58 	at org.eclipse.scout.rt.server.ServiceTunnelServlet.createServiceTunnelRunContext(ServiceTunnelServlet.java:207)
09:55:58 	at org.eclipse.scout.rt.server.ServiceTunnelServlet.doPost(ServiceTunnelServlet.java:186)
09:55:58 	at org.eclipse.scout.rt.server.PiggyBackClientNotificationTest.testPiggyBack(PiggyBackClientNotificationTest.java:75)
09:55:58 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:55:58 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:55:58 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:55:58 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:55:58 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:55:58 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:55:58 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:55:58 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:334)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:355)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:55:58 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:55:58 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:55:58 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:55:58 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:55:58 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:55:58 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:55:58 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:55:58 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:55:58 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:55:58 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:55:58 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:55:58 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:76)
09:55:58 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:55:58 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:55:58 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:55:58 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:55:58 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:55:58 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:55:58 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:55:58 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:55:58 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:55:58 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:55:58 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:55:58 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:55:58 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:55:58 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:55:58 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:55:58 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:55:58 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:55:58 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:55:58 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:55:58 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:55:58 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:55:58 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:55:58 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:55:58 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:55:58 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 s - in org.eclipse.scout.rt.server.PiggyBackClientNotificationTest
09:55:58 [INFO] Running org.eclipse.scout.rt.server.ServerSessionListenerTest
09:55:58 2021-02-22 14:55:58,144 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:191) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@669469c9[id = ], user=null] - MDC[]
09:55:58 2021-02-22 14:55:58,151 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:191) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@1f24e33d[id = ], user=null] - MDC[]
09:55:58 2021-02-22 14:55:58,155 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.inactivateSession(AbstractServerSession.java:277) - Server session stopped [session=org.eclipse.scout.rt.server.TestServerSession@1f24e33d[id = ], user=null] - MDC[]
09:55:58 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.eclipse.scout.rt.server.ServerSessionListenerTest
09:55:58 [INFO] Running org.eclipse.scout.rt.server.ServiceOperationInvokerTest
09:55:58 2021-02-22 14:55:58,189 INFO  [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:50) - 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[]
09:55:58 org.eclipse.scout.rt.platform.exception.ProcessingException: xxx [severity=ERROR, service.name=org.eclipse.scout.rt.shared.services.common.ping.IPingService, service.operation=ping]
09:55:58 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:55:58 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:55:58 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:55:58 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:55:58 	at org.eclipse.scout.rt.shared.servicetunnel.ServiceUtility.invoke(ServiceUtility.java:51)
09:55:58 	at org.eclipse.scout.rt.server.ServiceOperationInvoker.invokeInternal(ServiceOperationInvoker.java:97)
09:55:58 	at org.eclipse.scout.rt.server.ServiceOperationInvoker.lambda$0(ServiceOperationInvoker.java:60)
09:55:58 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:55:58 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:55:58 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:76)
09:55:58 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:55:58 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:55:58 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:55:58 	at org.eclipse.scout.rt.server.ServiceOperationInvoker.invoke(ServiceOperationInvoker.java:60)
09:55:58 	at org.eclipse.scout.rt.server.ServiceOperationInvokerTest.invokePingService(ServiceOperationInvokerTest.java:112)
09:55:58 	at org.eclipse.scout.rt.server.ServiceOperationInvokerTest.testInvokeInvalidWithSession(ServiceOperationInvokerTest.java:73)
09:55:58 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:55:58 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:55:58 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:55:58 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:55:58 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:55:58 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:55:58 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:55:58 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:55:58 	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:55:58 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:55:58 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:55:58 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:55:58 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:55:58 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:55:58 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:55:58 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:55:58 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:55:58 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:55:58 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:55:58 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:55:58 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:76)
09:55:58 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:55:58 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:55:58 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:55:58 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:55:58 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:55:58 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:55:58 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:55:58 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:55:58 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:55:58 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:55:58 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:55:58 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:55:58 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:55:58 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:55:58 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:55:58 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:55:58 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:55:58 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:55:58 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:55:58 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:55:58 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:55:58 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:55:58 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:55:58 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:55:58 2021-02-22 14:55:58,203 INFO  [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:50) - 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[]
09:55:58 org.eclipse.scout.rt.platform.exception.ProcessingException: xxx [severity=ERROR, service.name=org.eclipse.scout.rt.shared.services.common.ping.IPingService, service.operation=ping]
09:55:58 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:55:58 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:55:58 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:55:58 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:55:58 	at org.eclipse.scout.rt.shared.servicetunnel.ServiceUtility.invoke(ServiceUtility.java:51)
09:55:58 	at org.eclipse.scout.rt.server.ServiceOperationInvoker.invokeInternal(ServiceOperationInvoker.java:97)
09:55:58 	at org.eclipse.scout.rt.server.ServiceOperationInvoker.lambda$0(ServiceOperationInvoker.java:60)
09:55:58 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:55:58 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:55:58 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:76)
09:55:58 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:55:58 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:55:58 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:55:58 	at org.eclipse.scout.rt.server.ServiceOperationInvoker.invoke(ServiceOperationInvoker.java:60)
09:55:58 	at org.eclipse.scout.rt.server.ServiceOperationInvokerTest.invokePingService(ServiceOperationInvokerTest.java:112)
09:55:58 	at org.eclipse.scout.rt.server.ServiceOperationInvokerTest.testInvokeInvalidWithoutSession(ServiceOperationInvokerTest.java:88)
09:55:58 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:55:58 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:55:58 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:55:58 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:55:58 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:55:58 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:55:58 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:55:58 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:55:58 	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:55:58 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:55:58 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:55:58 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:55:58 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:55:58 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:55:58 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:55:58 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:55:58 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:55:58 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:55:58 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:55:58 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:55:58 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:76)
09:55:58 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:55:58 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:55:58 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:55:58 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:55:58 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:55:58 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:55:58 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:55:58 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:55:58 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:55:58 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:55:58 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:55:58 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:55:58 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:55:58 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:55:58 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:55:58 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:55:58 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:55:58 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:55:58 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:55:58 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:55:58 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:55:58 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:55:58 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:55:58 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:55:58 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:55:58 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.scout.rt.server.ServiceOperationInvokerTest
09:55:58 [INFO] Running org.eclipse.scout.rt.server.ServiceTunnelServletTest
09:55:58 2021-02-22 14:55:58,206 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:191) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@d43f205[id = 18ktqno5dmgelg99hajeil997mvv9m6ml6qg4nm9olcfr1rk2mo2], user=default] - MDC[]
09:55:58 2021-02-22 14:55:58,429 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:191) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@6c399d4[id = testSessionId], user=default] - MDC[]
09:56:00 2021-02-22 14:56:00,504 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:191) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@d695f9d[id = testid], user=default] - MDC[]
09:56:00 2021-02-22 14:56:00,510 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:191) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@8bb5c2a[id = id1], user=null] - MDC[]
09:56:00 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.302 s - in org.eclipse.scout.rt.server.ServiceTunnelServletTest
09:56:00 [INFO] Running org.eclipse.scout.rt.server.admin.inspector.SessionInspectorTest
09:56:00 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.scout.rt.server.admin.inspector.SessionInspectorTest
09:56:00 [INFO] Running org.eclipse.scout.rt.server.cache.ConcurrentTransactionalMapTest
09:56:00 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.scout.rt.server.cache.ConcurrentTransactionalMapTest
09:56:00 [INFO] Running org.eclipse.scout.rt.server.cache.CopyOnWriteTransactionalMapTest
09:56:00 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.scout.rt.server.cache.CopyOnWriteTransactionalMapTest
09:56:00 [INFO] Running org.eclipse.scout.rt.server.cache.InvalidateCacheNofificationCoalescerTest
09:56:00 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.rt.server.cache.InvalidateCacheNofificationCoalescerTest
09:56:00 [INFO] Running org.eclipse.scout.rt.server.clientnotification.ClientNotificationNodeQueueTest
09:56:00 2021-02-22 14:56:00,784 WARN  [main] org.eclipse.scout.rt.server.clientnotification.ClientNotificationNodeQueue.putDroppingOld(ClientNotificationNodeQueue.java:144) - Notification queue capacity reached. Remove oldest 1 notification messages. - MDC[]
09:56:01 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.483 s - in org.eclipse.scout.rt.server.clientnotification.ClientNotificationNodeQueueTest
09:56:01 [INFO] Running org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistryTest
09:56:02 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.519 s - in org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistryTest
09:56:02 [INFO] Running org.eclipse.scout.rt.server.clientnotification.TransactionalClientNotificationCollectorTest
09:56:02 2021-02-22 14:56:02,562 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
09:56:02 2021-02-22 14:56:02,566 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:219) - Collected 275 beans in 4.389701 ms - MDC[]
09:56:02 2021-02-22 14:56:02,571 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:224) - Registered 275 beans in 4.984128 ms - MDC[]
09:56:02 2021-02-22 14:56:02,572 INFO  [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[]
09:56:02 2021-02-22 14:56:02,573 INFO  [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:42) - 2 code type classes registered. - MDC[]
09:56:02 2021-02-22 14:56:02,574 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[]
09:56:02 2021-02-22 14:56:02,576 INFO  [main] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:85) - +++ Using 'NullMomImplementor' for transport 'ClusterMom'. No messages are published and received. - MDC[]
09:56:02 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.scout.rt.server.clientnotification.TransactionalClientNotificationCollectorTest
09:56:02 [INFO] Running org.eclipse.scout.rt.server.commons.http.HttpRedirectTest
09:56:02 2021-02-22 14:56:02,619 INFO  [main] org.eclipse.jetty.util.log.initialized(Log.java:169) - Logging initialized @6769ms to org.eclipse.jetty.util.log.Slf4jLog - MDC[]
09:56:02 2021-02-22 14:56:02,715 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:375) - jetty-9.4.35.v20201120; built: 2020-11-20T21:17:03.964Z; git: bdc54f03a5e0a7e280fab27f55c3c75ee8da89fb; jvm 11.0.2+9 - MDC[]
09:56:02 2021-02-22 14:56:02,814 INFO  [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:277) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet - MDC[]
09:56:02 2021-02-22 14:56:02,830 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:334) - DefaultSessionIdManager workerName=node0 - MDC[]
09:56:02 2021-02-22 14:56:02,831 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:339) - No SessionScavenger set, using defaults - MDC[]
09:56:02 2021-02-22 14:56:02,833 INFO  [main] org.eclipse.jetty.server.session.startScavenging(HouseKeeper.java:132) - node0 Scavenging every 660000ms - MDC[]
09:56:02 2021-02-22 14:56:02,857 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:916) - Started o.e.j.w.WebAppContext@42e74fa3{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE} - MDC[]
09:56:02 2021-02-22 14:56:02,898 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:331) - Started ServerConnector@9588bd8{HTTP/1.1, (http/1.1)}{0.0.0.0:33006} - MDC[]
09:56:02 2021-02-22 14:56:02,898 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:415) - Started @7048ms - MDC[]
09:56:03 2021-02-22 14:56:03,307 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:381) - Stopped ServerConnector@9588bd8{HTTP/1.1, (http/1.1)}{0.0.0.0:33006} - MDC[]
09:56:03 2021-02-22 14:56:03,307 INFO  [main] org.eclipse.jetty.server.session.stopScavenging(HouseKeeper.java:149) - node0 Stopped scavenging - MDC[]
09:56:03 2021-02-22 14:56:03,310 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1154) - Stopped o.e.j.w.WebAppContext@42e74fa3{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,STOPPED} - MDC[]
09:56:03 2021-02-22 14:56:03,312 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:375) - jetty-9.4.35.v20201120; built: 2020-11-20T21:17:03.964Z; git: bdc54f03a5e0a7e280fab27f55c3c75ee8da89fb; jvm 11.0.2+9 - MDC[]
09:56:03 2021-02-22 14:56:03,323 INFO  [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:277) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet - MDC[]
09:56:03 2021-02-22 14:56:03,324 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:334) - DefaultSessionIdManager workerName=node0 - MDC[]
09:56:03 2021-02-22 14:56:03,324 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:339) - No SessionScavenger set, using defaults - MDC[]
09:56:03 2021-02-22 14:56:03,324 INFO  [main] org.eclipse.jetty.server.session.startScavenging(HouseKeeper.java:132) - node0 Scavenging every 660000ms - MDC[]
09:56:03 2021-02-22 14:56:03,326 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:916) - Started o.e.j.w.WebAppContext@1f7e6c3a{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE} - MDC[]
09:56:03 2021-02-22 14:56:03,327 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:331) - Started ServerConnector@6cd7c114{HTTP/1.1, (http/1.1)}{0.0.0.0:33006} - MDC[]
09:56:03 2021-02-22 14:56:03,327 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:415) - Started @7477ms - MDC[]
09:56:03 2021-02-22 14:56:03,334 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:381) - Stopped ServerConnector@6cd7c114{HTTP/1.1, (http/1.1)}{0.0.0.0:33006} - MDC[]
09:56:03 2021-02-22 14:56:03,334 INFO  [main] org.eclipse.jetty.server.session.stopScavenging(HouseKeeper.java:149) - node0 Stopped scavenging - MDC[]
09:56:03 2021-02-22 14:56:03,335 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1154) - Stopped o.e.j.w.WebAppContext@1f7e6c3a{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,STOPPED} - MDC[]
09:56:03 2021-02-22 14:56:03,337 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:375) - jetty-9.4.35.v20201120; built: 2020-11-20T21:17:03.964Z; git: bdc54f03a5e0a7e280fab27f55c3c75ee8da89fb; jvm 11.0.2+9 - MDC[]
09:56:03 2021-02-22 14:56:03,346 INFO  [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:277) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet - MDC[]
09:56:03 2021-02-22 14:56:03,347 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:334) - DefaultSessionIdManager workerName=node0 - MDC[]
09:56:03 2021-02-22 14:56:03,347 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:339) - No SessionScavenger set, using defaults - MDC[]
09:56:03 2021-02-22 14:56:03,348 INFO  [main] org.eclipse.jetty.server.session.startScavenging(HouseKeeper.java:132) - node0 Scavenging every 660000ms - MDC[]
09:56:03 2021-02-22 14:56:03,349 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:916) - Started o.e.j.w.WebAppContext@789f27e5{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE} - MDC[]
09:56:03 2021-02-22 14:56:03,350 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:331) - Started ServerConnector@2acec770{HTTP/1.1, (http/1.1)}{0.0.0.0:33006} - MDC[]
09:56:03 2021-02-22 14:56:03,350 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:415) - Started @7500ms - MDC[]
09:56:03 2021-02-22 14:56:03,392 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:381) - Stopped ServerConnector@2acec770{HTTP/1.1, (http/1.1)}{0.0.0.0:33006} - MDC[]
09:56:03 2021-02-22 14:56:03,392 INFO  [main] org.eclipse.jetty.server.session.stopScavenging(HouseKeeper.java:149) - node0 Stopped scavenging - MDC[]
09:56:03 2021-02-22 14:56:03,393 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1154) - Stopped o.e.j.w.WebAppContext@789f27e5{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,STOPPED} - MDC[]
09:56:03 2021-02-22 14:56:03,395 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:375) - jetty-9.4.35.v20201120; built: 2020-11-20T21:17:03.964Z; git: bdc54f03a5e0a7e280fab27f55c3c75ee8da89fb; jvm 11.0.2+9 - MDC[]
09:56:03 2021-02-22 14:56:03,415 INFO  [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:277) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet - MDC[]
09:56:03 2021-02-22 14:56:03,416 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:334) - DefaultSessionIdManager workerName=node0 - MDC[]
09:56:03 2021-02-22 14:56:03,416 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:339) - No SessionScavenger set, using defaults - MDC[]
09:56:03 2021-02-22 14:56:03,417 INFO  [main] org.eclipse.jetty.server.session.startScavenging(HouseKeeper.java:132) - node0 Scavenging every 600000ms - MDC[]
09:56:03 2021-02-22 14:56:03,418 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:916) - Started o.e.j.w.WebAppContext@4abf5165{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE} - MDC[]
09:56:03 2021-02-22 14:56:03,419 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:331) - Started ServerConnector@6801b4a4{HTTP/1.1, (http/1.1)}{0.0.0.0:33006} - MDC[]
09:56:03 2021-02-22 14:56:03,420 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:415) - Started @7569ms - MDC[]
09:56:03 2021-02-22 14:56:03,433 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:381) - Stopped ServerConnector@6801b4a4{HTTP/1.1, (http/1.1)}{0.0.0.0:33006} - MDC[]
09:56:03 2021-02-22 14:56:03,433 INFO  [main] org.eclipse.jetty.server.session.stopScavenging(HouseKeeper.java:149) - node0 Stopped scavenging - MDC[]
09:56:03 2021-02-22 14:56:03,435 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1154) - Stopped o.e.j.w.WebAppContext@4abf5165{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,STOPPED} - MDC[]
09:56:03 2021-02-22 14:56:03,437 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:56:03 2021-02-22 14:56:03,444 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:56:03 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.864 s - in org.eclipse.scout.rt.server.commons.http.HttpRedirectTest
09:56:03 [INFO] Running org.eclipse.scout.rt.server.commons.http.HttpRetryTest
09:56:03 2021-02-22 14:56:03,446 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:375) - jetty-9.4.35.v20201120; built: 2020-11-20T21:17:03.964Z; git: bdc54f03a5e0a7e280fab27f55c3c75ee8da89fb; jvm 11.0.2+9 - MDC[]
09:56:03 2021-02-22 14:56:03,495 INFO  [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:277) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet - MDC[]
09:56:03 2021-02-22 14:56:03,496 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:334) - DefaultSessionIdManager workerName=node0 - MDC[]
09:56:03 2021-02-22 14:56:03,496 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:339) - No SessionScavenger set, using defaults - MDC[]
09:56:03 2021-02-22 14:56:03,497 INFO  [main] org.eclipse.jetty.server.session.startScavenging(HouseKeeper.java:132) - node0 Scavenging every 600000ms - MDC[]
09:56:03 2021-02-22 14:56:03,498 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:916) - Started o.e.j.w.WebAppContext@59c9df97{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE} - MDC[]
09:56:03 2021-02-22 14:56:03,499 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:331) - Started ServerConnector@55e85ec8{HTTP/1.1, (http/1.1)}{0.0.0.0:33000} - MDC[]
09:56:03 2021-02-22 14:56:03,499 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:415) - Started @7648ms - MDC[]
09:56:03 2021-02-22 14:56:03,503 INFO  [main] org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:97) - I/O exception (org.apache.http.ConnectionClosedException) caught when processing request to {}->http://127.0.0.1:33000: Connection is closed - MDC[]
09:56:03 2021-02-22 14:56:03,503 INFO  [main] org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:113) - Retrying request to {}->http://127.0.0.1:33000 - MDC[]
09:56:03 2021-02-22 14:56:03,507 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:381) - Stopped ServerConnector@55e85ec8{HTTP/1.1, (http/1.1)}{0.0.0.0:33000} - MDC[]
09:56:03 2021-02-22 14:56:03,507 INFO  [main] org.eclipse.jetty.server.session.stopScavenging(HouseKeeper.java:149) - node0 Stopped scavenging - MDC[]
09:56:03 2021-02-22 14:56:03,508 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1154) - Stopped o.e.j.w.WebAppContext@59c9df97{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,STOPPED} - MDC[]
09:56:03 2021-02-22 14:56:03,509 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:375) - jetty-9.4.35.v20201120; built: 2020-11-20T21:17:03.964Z; git: bdc54f03a5e0a7e280fab27f55c3c75ee8da89fb; jvm 11.0.2+9 - MDC[]
09:56:03 2021-02-22 14:56:03,516 INFO  [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:277) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet - MDC[]
09:56:03 2021-02-22 14:56:03,517 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:334) - DefaultSessionIdManager workerName=node0 - MDC[]
09:56:03 2021-02-22 14:56:03,517 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:339) - No SessionScavenger set, using defaults - MDC[]
09:56:03 2021-02-22 14:56:03,518 INFO  [main] org.eclipse.jetty.server.session.startScavenging(HouseKeeper.java:132) - node0 Scavenging every 600000ms - MDC[]
09:56:03 2021-02-22 14:56:03,519 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:916) - Started o.e.j.w.WebAppContext@6d043931{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE} - MDC[]
09:56:03 2021-02-22 14:56:03,519 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:331) - Started ServerConnector@426786ee{HTTP/1.1, (http/1.1)}{0.0.0.0:33000} - MDC[]
09:56:03 2021-02-22 14:56:03,520 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:415) - Started @7669ms - MDC[]
09:56:03 2021-02-22 14:56:03,522 INFO  [main] org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:97) - I/O exception (java.net.SocketException) caught when processing request to {}->http://127.0.0.1:33000: TEST:cannot write - MDC[]
09:56:03 2021-02-22 14:56:03,624 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:381) - Stopped ServerConnector@426786ee{HTTP/1.1, (http/1.1)}{0.0.0.0:33000} - MDC[]
09:56:03 2021-02-22 14:56:03,624 INFO  [main] org.eclipse.jetty.server.session.stopScavenging(HouseKeeper.java:149) - node0 Stopped scavenging - MDC[]
09:56:03 2021-02-22 14:56:03,625 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1154) - Stopped o.e.j.w.WebAppContext@6d043931{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,STOPPED} - MDC[]
09:56:03 2021-02-22 14:56:03,626 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:375) - jetty-9.4.35.v20201120; built: 2020-11-20T21:17:03.964Z; git: bdc54f03a5e0a7e280fab27f55c3c75ee8da89fb; jvm 11.0.2+9 - MDC[]
09:56:03 2021-02-22 14:56:03,633 INFO  [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:277) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet - MDC[]
09:56:03 2021-02-22 14:56:03,633 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:334) - DefaultSessionIdManager workerName=node0 - MDC[]
09:56:03 2021-02-22 14:56:03,634 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:339) - No SessionScavenger set, using defaults - MDC[]
09:56:03 2021-02-22 14:56:03,634 INFO  [main] org.eclipse.jetty.server.session.startScavenging(HouseKeeper.java:132) - node0 Scavenging every 660000ms - MDC[]
09:56:03 2021-02-22 14:56:03,635 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:916) - Started o.e.j.w.WebAppContext@3860542a{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE} - MDC[]
09:56:03 2021-02-22 14:56:03,636 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:331) - Started ServerConnector@1bfbbef5{HTTP/1.1, (http/1.1)}{0.0.0.0:33000} - MDC[]
09:56:03 2021-02-22 14:56:03,637 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:415) - Started @7786ms - MDC[]
09:56:03 2021-02-22 14:56:03,640 WARN  [main] org.eclipse.scout.rt.shared.http.retry.CustomHttpRequestRetryHandler.detectStaleSocketChannel(CustomHttpRequestRetryHandler.java:125) - detected a 'NoHttpResponseException', assuming a stale socket channel; retry non-idempotent request - MDC[]
09:56:03 2021-02-22 14:56:03,641 INFO  [main] org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:97) - I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://127.0.0.1:33000: The target server failed to respond - MDC[]
09:56:03 2021-02-22 14:56:03,641 INFO  [main] org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:113) - Retrying request to {}->http://127.0.0.1:33000 - MDC[]
09:56:03 2021-02-22 14:56:03,644 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:381) - Stopped ServerConnector@1bfbbef5{HTTP/1.1, (http/1.1)}{0.0.0.0:33000} - MDC[]
09:56:03 2021-02-22 14:56:03,644 INFO  [main] org.eclipse.jetty.server.session.stopScavenging(HouseKeeper.java:149) - node0 Stopped scavenging - MDC[]
09:56:03 2021-02-22 14:56:03,645 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1154) - Stopped o.e.j.w.WebAppContext@3860542a{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,STOPPED} - MDC[]
09:56:03 2021-02-22 14:56:03,646 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:375) - jetty-9.4.35.v20201120; built: 2020-11-20T21:17:03.964Z; git: bdc54f03a5e0a7e280fab27f55c3c75ee8da89fb; jvm 11.0.2+9 - MDC[]
09:56:03 2021-02-22 14:56:03,652 INFO  [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:277) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet - MDC[]
09:56:03 2021-02-22 14:56:03,653 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:334) - DefaultSessionIdManager workerName=node0 - MDC[]
09:56:03 2021-02-22 14:56:03,654 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:339) - No SessionScavenger set, using defaults - MDC[]
09:56:03 2021-02-22 14:56:03,654 INFO  [main] org.eclipse.jetty.server.session.startScavenging(HouseKeeper.java:132) - node0 Scavenging every 660000ms - MDC[]
09:56:03 2021-02-22 14:56:03,655 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:916) - Started o.e.j.w.WebAppContext@22251bb2{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE} - MDC[]
09:56:03 2021-02-22 14:56:03,656 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:331) - Started ServerConnector@283730de{HTTP/1.1, (http/1.1)}{0.0.0.0:33000} - MDC[]
09:56:03 2021-02-22 14:56:03,656 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:415) - Started @7806ms - MDC[]
09:56:03 2021-02-22 14:56:03,659 INFO  [main] org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:97) - I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://127.0.0.1:33000: The target server failed to respond - MDC[]
09:56:03 2021-02-22 14:56:03,659 INFO  [main] org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:113) - Retrying request to {}->http://127.0.0.1:33000 - MDC[]
09:56:03 2021-02-22 14:56:03,662 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:381) - Stopped ServerConnector@283730de{HTTP/1.1, (http/1.1)}{0.0.0.0:33000} - MDC[]
09:56:03 2021-02-22 14:56:03,663 INFO  [main] org.eclipse.jetty.server.session.stopScavenging(HouseKeeper.java:149) - node0 Stopped scavenging - MDC[]
09:56:03 2021-02-22 14:56:03,663 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1154) - Stopped o.e.j.w.WebAppContext@22251bb2{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,STOPPED} - MDC[]
09:56:03 2021-02-22 14:56:03,688 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:375) - jetty-9.4.35.v20201120; built: 2020-11-20T21:17:03.964Z; git: bdc54f03a5e0a7e280fab27f55c3c75ee8da89fb; jvm 11.0.2+9 - MDC[]
09:56:03 2021-02-22 14:56:03,694 INFO  [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:277) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet - MDC[]
09:56:03 2021-02-22 14:56:03,695 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:334) - DefaultSessionIdManager workerName=node0 - MDC[]
09:56:03 2021-02-22 14:56:03,695 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:339) - No SessionScavenger set, using defaults - MDC[]
09:56:03 2021-02-22 14:56:03,695 INFO  [main] org.eclipse.jetty.server.session.startScavenging(HouseKeeper.java:132) - node0 Scavenging every 600000ms - MDC[]
09:56:03 2021-02-22 14:56:03,696 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:916) - Started o.e.j.w.WebAppContext@23368646{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE} - MDC[]
09:56:03 2021-02-22 14:56:03,698 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:331) - Started ServerConnector@70a8c0b9{HTTP/1.1, (http/1.1)}{0.0.0.0:33000} - MDC[]
09:56:03 2021-02-22 14:56:03,698 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:415) - Started @7847ms - MDC[]
09:56:03 2021-02-22 14:56:03,701 WARN  [qtp1749387612-147] org.eclipse.jetty.server.HttpChannel.handleException(HttpChannel.java:677) - /servlet - MDC[]
09:56:03 org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: TEST
09:56:03 	at org.eclipse.scout.rt.server.commons.http.HttpRetryTest.lambda$7(HttpRetryTest.java:424)
09:56:03 	at org.eclipse.scout.rt.server.commons.http.HttpRetryTest.fixtureServletPost(HttpRetryTest.java:108)
09:56:03 	at org.eclipse.scout.rt.server.commons.http.TestingHttpServer$FixtureServlet.doPost(TestingHttpServer.java:73)
09:56:03 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
09:56:03 	at org.eclipse.scout.rt.server.commons.servlet.AbstractHttpServlet.access$0(AbstractHttpServlet.java:1)
09:56:03 	at org.eclipse.scout.rt.server.commons.servlet.AbstractHttpServlet.wrap(AbstractHttpServlet.java:49)
09:56:03 	at org.eclipse.scout.rt.server.commons.servlet.AbstractHttpServlet.service(AbstractHttpServlet.java:38)
09:56:03 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
09:56:03 	at org.eclipse.jetty.servlet.ServletHolder$NotAsync.service(ServletHolder.java:1443)
09:56:03 	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:791)
09:56:03 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:550)
09:56:03 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
09:56:03 	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:602)
09:56:03 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
09:56:03 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235)
09:56:03 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624)
09:56:03 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
09:56:03 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435)
09:56:03 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
09:56:03 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
09:56:03 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594)
09:56:03 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
09:56:03 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350)
09:56:03 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
09:56:03 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
09:56:03 	at org.eclipse.jetty.server.Server.handle(Server.java:516)
09:56:03 	at org.eclipse.scout.rt.server.commons.http.TestingHttpServer$1.handle(TestingHttpServer.java:127)
09:56:03 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388)
09:56:03 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633)
09:56:03 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380)
09:56:03 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
09:56:03 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
09:56:03 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
09:56:03 	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
09:56:03 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:773)
09:56:03 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:905)
09:56:03 	at java.base/java.lang.Thread.run(Thread.java:834)
09:56:03 2021-02-22 14:56:03,706 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:381) - Stopped ServerConnector@70a8c0b9{HTTP/1.1, (http/1.1)}{0.0.0.0:33000} - MDC[]
09:56:03 2021-02-22 14:56:03,706 INFO  [main] org.eclipse.jetty.server.session.stopScavenging(HouseKeeper.java:149) - node0 Stopped scavenging - MDC[]
09:56:03 2021-02-22 14:56:03,707 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1154) - Stopped o.e.j.w.WebAppContext@23368646{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,STOPPED} - MDC[]
09:56:03 2021-02-22 14:56:03,709 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:375) - jetty-9.4.35.v20201120; built: 2020-11-20T21:17:03.964Z; git: bdc54f03a5e0a7e280fab27f55c3c75ee8da89fb; jvm 11.0.2+9 - MDC[]
09:56:03 2021-02-22 14:56:03,715 INFO  [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:277) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet - MDC[]
09:56:03 2021-02-22 14:56:03,715 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:334) - DefaultSessionIdManager workerName=node0 - MDC[]
09:56:03 2021-02-22 14:56:03,716 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:339) - No SessionScavenger set, using defaults - MDC[]
09:56:03 2021-02-22 14:56:03,716 INFO  [main] org.eclipse.jetty.server.session.startScavenging(HouseKeeper.java:132) - node0 Scavenging every 660000ms - MDC[]
09:56:03 2021-02-22 14:56:03,717 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:916) - Started o.e.j.w.WebAppContext@4b3642c4{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE} - MDC[]
09:56:03 2021-02-22 14:56:03,718 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:331) - Started ServerConnector@46cd3592{HTTP/1.1, (http/1.1)}{0.0.0.0:33000} - MDC[]
09:56:03 2021-02-22 14:56:03,718 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:415) - Started @7868ms - MDC[]
09:56:03 2021-02-22 14:56:03,723 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:381) - Stopped ServerConnector@46cd3592{HTTP/1.1, (http/1.1)}{0.0.0.0:33000} - MDC[]
09:56:03 2021-02-22 14:56:03,724 INFO  [main] org.eclipse.jetty.server.session.stopScavenging(HouseKeeper.java:149) - node0 Stopped scavenging - MDC[]
09:56:03 2021-02-22 14:56:03,724 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1154) - Stopped o.e.j.w.WebAppContext@4b3642c4{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,STOPPED} - MDC[]
09:56:03 2021-02-22 14:56:03,726 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:375) - jetty-9.4.35.v20201120; built: 2020-11-20T21:17:03.964Z; git: bdc54f03a5e0a7e280fab27f55c3c75ee8da89fb; jvm 11.0.2+9 - MDC[]
09:56:03 2021-02-22 14:56:03,732 INFO  [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:277) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet - MDC[]
09:56:03 2021-02-22 14:56:03,732 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:334) - DefaultSessionIdManager workerName=node0 - MDC[]
09:56:03 2021-02-22 14:56:03,732 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:339) - No SessionScavenger set, using defaults - MDC[]
09:56:03 2021-02-22 14:56:03,733 INFO  [main] org.eclipse.jetty.server.session.startScavenging(HouseKeeper.java:132) - node0 Scavenging every 600000ms - MDC[]
09:56:03 2021-02-22 14:56:03,734 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:916) - Started o.e.j.w.WebAppContext@5209c486{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE} - MDC[]
09:56:03 2021-02-22 14:56:03,788 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:331) - Started ServerConnector@7d3bf73f{HTTP/1.1, (http/1.1)}{0.0.0.0:33000} - MDC[]
09:56:03 2021-02-22 14:56:03,788 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:415) - Started @7937ms - MDC[]
09:56:03 2021-02-22 14:56:03,792 WARN  [main] org.eclipse.scout.rt.shared.http.retry.CustomHttpRequestRetryHandler.detectStaleSocketChannel(CustomHttpRequestRetryHandler.java:125) - detected a 'NoHttpResponseException', assuming a stale socket channel; retry non-idempotent request - MDC[]
09:56:03 2021-02-22 14:56:03,793 INFO  [main] org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:97) - I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://127.0.0.1:33000: The target server failed to respond - MDC[]
09:56:03 2021-02-22 14:56:03,793 INFO  [main] org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:113) - Retrying request to {}->http://127.0.0.1:33000 - MDC[]
09:56:03 2021-02-22 14:56:03,797 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:381) - Stopped ServerConnector@7d3bf73f{HTTP/1.1, (http/1.1)}{0.0.0.0:33000} - MDC[]
09:56:03 2021-02-22 14:56:03,798 INFO  [main] org.eclipse.jetty.server.session.stopScavenging(HouseKeeper.java:149) - node0 Stopped scavenging - MDC[]
09:56:03 2021-02-22 14:56:03,798 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1154) - Stopped o.e.j.w.WebAppContext@5209c486{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,STOPPED} - MDC[]
09:56:03 2021-02-22 14:56:03,799 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
09:56:03 2021-02-22 14:56:03,802 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:219) - Collected 275 beans in 2.427885 ms - MDC[]
09:56:03 2021-02-22 14:56:03,805 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:224) - Registered 275 beans in 2.706230 ms - MDC[]
09:56:03 2021-02-22 14:56:03,805 INFO  [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[]
09:56:03 2021-02-22 14:56:03,806 INFO  [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:42) - 2 code type classes registered. - MDC[]
09:56:03 2021-02-22 14:56:03,806 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[]
09:56:03 2021-02-22 14:56:03,808 INFO  [main] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:85) - +++ Using 'NullMomImplementor' for transport 'ClusterMom'. No messages are published and received. - MDC[]
09:56:03 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.364 s - in org.eclipse.scout.rt.server.commons.http.HttpRetryTest
09:56:03 [INFO] Running org.eclipse.scout.rt.server.commons.http.HttpServiceTunnelNetworkTest
09:56:03 2021-02-22 14:56:03,813 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:375) - jetty-9.4.35.v20201120; built: 2020-11-20T21:17:03.964Z; git: bdc54f03a5e0a7e280fab27f55c3c75ee8da89fb; jvm 11.0.2+9 - MDC[]
09:56:03 2021-02-22 14:56:03,819 INFO  [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:277) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet - MDC[]
09:56:03 2021-02-22 14:56:03,820 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:334) - DefaultSessionIdManager workerName=node0 - MDC[]
09:56:03 2021-02-22 14:56:03,820 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:339) - No SessionScavenger set, using defaults - MDC[]
09:56:03 2021-02-22 14:56:03,821 INFO  [main] org.eclipse.jetty.server.session.startScavenging(HouseKeeper.java:132) - node0 Scavenging every 600000ms - MDC[]
09:56:03 2021-02-22 14:56:03,822 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:916) - Started o.e.j.w.WebAppContext@7c65b55b{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE} - MDC[]
09:56:03 2021-02-22 14:56:03,822 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:331) - Started ServerConnector@7bf96c4e{HTTP/1.1, (http/1.1)}{0.0.0.0:33005} - MDC[]
09:56:03 2021-02-22 14:56:03,823 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:415) - Started @7972ms - MDC[]
09:56:03 2021-02-22 14:56:03,828 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:381) - Stopped ServerConnector@7bf96c4e{HTTP/1.1, (http/1.1)}{0.0.0.0:33005} - MDC[]
09:56:03 2021-02-22 14:56:03,829 INFO  [main] org.eclipse.jetty.server.session.stopScavenging(HouseKeeper.java:149) - node0 Stopped scavenging - MDC[]
09:56:03 2021-02-22 14:56:03,829 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1154) - Stopped o.e.j.w.WebAppContext@7c65b55b{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,STOPPED} - MDC[]
09:56:03 2021-02-22 14:56:03,831 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:375) - jetty-9.4.35.v20201120; built: 2020-11-20T21:17:03.964Z; git: bdc54f03a5e0a7e280fab27f55c3c75ee8da89fb; jvm 11.0.2+9 - MDC[]
09:56:03 2021-02-22 14:56:03,836 INFO  [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:277) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet - MDC[]
09:56:03 2021-02-22 14:56:03,837 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:334) - DefaultSessionIdManager workerName=node0 - MDC[]
09:56:03 2021-02-22 14:56:03,838 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:339) - No SessionScavenger set, using defaults - MDC[]
09:56:03 2021-02-22 14:56:03,887 INFO  [main] org.eclipse.jetty.server.session.startScavenging(HouseKeeper.java:132) - node0 Scavenging every 660000ms - MDC[]
09:56:03 2021-02-22 14:56:03,888 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:916) - Started o.e.j.w.WebAppContext@52bf434b{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE} - MDC[]
09:56:03 2021-02-22 14:56:03,889 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:331) - Started ServerConnector@5b0d8236{HTTP/1.1, (http/1.1)}{0.0.0.0:33005} - MDC[]
09:56:03 2021-02-22 14:56:03,890 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:415) - Started @8039ms - MDC[]
09:56:03 2021-02-22 14:56:03,891 WARN  [main] org.eclipse.scout.rt.shared.servicetunnel.AbstractServiceTunnel.interceptRequest(AbstractServiceTunnel.java:84) - No UserAgent set on calling context; include default in service-request - MDC[]
09:56:03 2021-02-22 14:56:03,913 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:381) - Stopped ServerConnector@5b0d8236{HTTP/1.1, (http/1.1)}{0.0.0.0:33005} - MDC[]
09:56:04 2021-02-22 14:56:03,913 INFO  [main] org.eclipse.jetty.server.session.stopScavenging(HouseKeeper.java:149) - node0 Stopped scavenging - MDC[]
09:56:04 2021-02-22 14:56:03,914 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1154) - Stopped o.e.j.w.WebAppContext@52bf434b{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,STOPPED} - MDC[]
09:56:04 2021-02-22 14:56:03,917 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:56:04 2021-02-22 14:56:03,917 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:56:04 2021-02-22 14:56:03,918 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
09:56:04 2021-02-22 14:56:03,920 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:219) - Collected 275 beans in 2.339134 ms - MDC[]
09:56:04 2021-02-22 14:56:03,922 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:224) - Registered 275 beans in 1.913610 ms - MDC[]
09:56:04 2021-02-22 14:56:03,923 INFO  [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[]
09:56:04 2021-02-22 14:56:03,923 INFO  [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:42) - 2 code type classes registered. - MDC[]
09:56:04 2021-02-22 14:56:03,924 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[]
09:56:04 2021-02-22 14:56:03,925 INFO  [main] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:85) - +++ Using 'NullMomImplementor' for transport 'ClusterMom'. No messages are published and received. - MDC[]
09:56:04 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s - in org.eclipse.scout.rt.server.commons.http.HttpServiceTunnelNetworkTest
09:56:04 [INFO] Running org.eclipse.scout.rt.server.commons.http.HttpServletConnectionAbortTest
09:56:04 2021-02-22 14:56:03,930 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:375) - jetty-9.4.35.v20201120; built: 2020-11-20T21:17:03.964Z; git: bdc54f03a5e0a7e280fab27f55c3c75ee8da89fb; jvm 11.0.2+9 - MDC[]
09:56:04 2021-02-22 14:56:03,935 INFO  [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:277) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet - MDC[]
09:56:04 2021-02-22 14:56:03,936 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:334) - DefaultSessionIdManager workerName=node0 - MDC[]
09:56:04 2021-02-22 14:56:03,937 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:339) - No SessionScavenger set, using defaults - MDC[]
09:56:04 2021-02-22 14:56:03,937 INFO  [main] org.eclipse.jetty.server.session.startScavenging(HouseKeeper.java:132) - node0 Scavenging every 600000ms - MDC[]
09:56:04 2021-02-22 14:56:03,938 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:916) - Started o.e.j.w.WebAppContext@73d8f219{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE} - MDC[]
09:56:04 2021-02-22 14:56:03,939 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:331) - Started ServerConnector@38b65eb9{HTTP/1.1, (http/1.1)}{0.0.0.0:33007} - MDC[]
09:56:04 2021-02-22 14:56:03,939 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:415) - Started @8089ms - MDC[]
09:56:04 ROUND 0
09:56:04 ROUND 1
09:56:04 ROUND 2
09:56:04 ROUND 3
09:56:04 ROUND 4
09:56:04 ROUND 5
09:56:04 ROUND 6
09:56:04 ROUND 7
09:56:04 ROUND 8
09:56:04 ROUND 9
09:56:04 ROUND 10
09:56:04 ROUND 11
09:56:04 ROUND 12
09:56:04 ROUND 13
09:56:04 ROUND 14
09:56:04 ROUND 15
09:56:04 ROUND 16
09:56:04 ROUND 17
09:56:04 ROUND 18
09:56:04 ROUND 19
09:56:04 ROUND 20
09:56:04 ROUND 21
09:56:04 ROUND 22
09:56:04 ROUND 23
09:56:04 ROUND 24
09:56:04 ROUND 25
09:56:04 ROUND 26
09:56:04 ROUND 27
09:56:04 ROUND 28
09:56:04 ROUND 29
09:56:04 ROUND 30
09:56:04 ROUND 31
09:56:04 ROUND 32
09:56:04 ROUND 33
09:56:04 ROUND 34
09:56:04 ROUND 35
09:56:04 ROUND 36
09:56:04 ROUND 37
09:56:04 ROUND 38
09:56:04 ROUND 39
09:56:04 ROUND 40
09:56:04 ROUND 41
09:56:04 ROUND 42
09:56:04 ROUND 43
09:56:04 ROUND 44
09:56:04 ROUND 45
09:56:04 ROUND 46
09:56:04 ROUND 47
09:56:04 ROUND 48
09:56:04 ROUND 49
09:56:04 ROUND 50
09:56:04 ROUND 51
09:56:04 ROUND 52
09:56:04 ROUND 53
09:56:04 ROUND 54
09:56:04 ROUND 55
09:56:04 ROUND 56
09:56:04 ROUND 57
09:56:04 ROUND 58
09:56:04 ROUND 59
09:56:04 ROUND 60
09:56:04 ROUND 61
09:56:04 ROUND 62
09:56:04 ROUND 63
09:56:04 ROUND 64
09:56:04 ROUND 65
09:56:04 ROUND 66
09:56:04 ROUND 67
09:56:04 ROUND 68
09:56:04 ROUND 69
09:56:04 ROUND 70
09:56:04 ROUND 71
09:56:04 ROUND 72
09:56:04 ROUND 73
09:56:04 ROUND 74
09:56:04 ROUND 75
09:56:04 ROUND 76
09:56:04 ROUND 77
09:56:04 ROUND 78
09:56:04 ROUND 79
09:56:04 ROUND 80
09:56:04 ROUND 81
09:56:04 ROUND 82
09:56:04 ROUND 83
09:56:04 ROUND 84
09:56:04 ROUND 85
09:56:04 ROUND 86
09:56:04 ROUND 87
09:56:04 ROUND 88
09:56:04 ROUND 89
09:56:04 ROUND 90
09:56:04 ROUND 91
09:56:04 ROUND 92
09:56:04 ROUND 93
09:56:04 ROUND 94
09:56:04 ROUND 95
09:56:04 ROUND 96
09:56:04 ROUND 97
09:56:04 ROUND 98
09:56:04 ROUND 99
09:56:04 2021-02-22 14:56:04,302 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:381) - Stopped ServerConnector@38b65eb9{HTTP/1.1, (http/1.1)}{0.0.0.0:33007} - MDC[]
09:56:04 2021-02-22 14:56:04,302 INFO  [main] org.eclipse.jetty.server.session.stopScavenging(HouseKeeper.java:149) - node0 Stopped scavenging - MDC[]
09:56:04 2021-02-22 14:56:04,303 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1154) - Stopped o.e.j.w.WebAppContext@73d8f219{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,STOPPED} - MDC[]
09:56:04 2021-02-22 14:56:04,306 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:305) - Shutdown ExecutorService, await termination... - MDC[]
09:56:04 2021-02-22 14:56:04,306 INFO  [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:307) - Shutdown ExecutorService, await termination returned terminated=true - MDC[]
09:56:04 [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.378 s - in org.eclipse.scout.rt.server.commons.http.HttpServletConnectionAbortTest
09:56:04 [INFO] Running org.eclipse.scout.rt.server.commons.http.HttpSimpleTest
09:56:04 2021-02-22 14:56:04,308 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:375) - jetty-9.4.35.v20201120; built: 2020-11-20T21:17:03.964Z; git: bdc54f03a5e0a7e280fab27f55c3c75ee8da89fb; jvm 11.0.2+9 - MDC[]
09:56:04 2021-02-22 14:56:04,313 INFO  [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:277) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet - MDC[]
09:56:04 2021-02-22 14:56:04,314 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:334) - DefaultSessionIdManager workerName=node0 - MDC[]
09:56:04 2021-02-22 14:56:04,314 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:339) - No SessionScavenger set, using defaults - MDC[]
09:56:04 2021-02-22 14:56:04,315 INFO  [main] org.eclipse.jetty.server.session.startScavenging(HouseKeeper.java:132) - node0 Scavenging every 660000ms - MDC[]
09:56:04 2021-02-22 14:56:04,316 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:916) - Started o.e.j.w.WebAppContext@4f2a0651{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE} - MDC[]
09:56:04 2021-02-22 14:56:04,317 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:331) - Started ServerConnector@d61ac34{HTTP/1.1, (http/1.1)}{0.0.0.0:33001} - MDC[]
09:56:04 2021-02-22 14:56:04,317 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:415) - Started @8467ms - MDC[]
09:56:04 2021-02-22 14:56:04,323 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:381) - Stopped ServerConnector@d61ac34{HTTP/1.1, (http/1.1)}{0.0.0.0:33001} - MDC[]
09:56:04 2021-02-22 14:56:04,323 INFO  [main] org.eclipse.jetty.server.session.stopScavenging(HouseKeeper.java:149) - node0 Stopped scavenging - MDC[]
09:56:04 2021-02-22 14:56:04,324 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1154) - Stopped o.e.j.w.WebAppContext@4f2a0651{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,STOPPED} - MDC[]
09:56:04 # HttpClient.write
09:56:04 GET /servlet?foo=bar HTTP/1.1
09:56:04 Accept-Encoding: gzip
09:56:04 User-Agent: Google-HTTP-Java-Client/1.38.0 (gzip)
09:56:04 Host: 127.0.0.1:33001
09:56:04 Connection: Keep-Alive
09:56:04 
09:56:04 
09:56:04 # HttpClient.read
09:56:04 HTTP/1.1 200 OK
09:56:04 Date: Mon, 22 Feb 2021 14:56:04 GMT
09:56:04 Content-Type: text/plain;charset=utf-8
09:56:04 Content-Length: 11
09:56:04 Server: Jetty(9.4.35.v20201120)
09:56:04 
09:56:04 Hello bar
09:56:04 
09:56:04 2021-02-22 14:56:04,326 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:375) - jetty-9.4.35.v20201120; built: 2020-11-20T21:17:03.964Z; git: bdc54f03a5e0a7e280fab27f55c3c75ee8da89fb; jvm 11.0.2+9 - MDC[]
09:56:04 2021-02-22 14:56:04,332 INFO  [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:277) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet - MDC[]
09:56:04 2021-02-22 14:56:04,333 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:334) - DefaultSessionIdManager workerName=node0 - MDC[]
09:56:04 2021-02-22 14:56:04,333 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:339) - No SessionScavenger set, using defaults - MDC[]
09:56:04 2021-02-22 14:56:04,334 INFO  [main] org.eclipse.jetty.server.session.startScavenging(HouseKeeper.java:132) - node0 Scavenging every 660000ms - MDC[]
09:56:04 2021-02-22 14:56:04,335 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:916) - Started o.e.j.w.WebAppContext@2b360641{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE} - MDC[]
09:56:04 2021-02-22 14:56:04,336 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:331) - Started ServerConnector@241410c5{HTTP/1.1, (http/1.1)}{0.0.0.0:33001} - MDC[]
09:56:04 2021-02-22 14:56:04,336 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:415) - Started @8486ms - MDC[]
09:56:04 2021-02-22 14:56:04,342 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:381) - Stopped ServerConnector@241410c5{HTTP/1.1, (http/1.1)}{0.0.0.0:33001} - MDC[]
09:56:04 2021-02-22 14:56:04,342 INFO  [main] org.eclipse.jetty.server.session.stopScavenging(HouseKeeper.java:149) - node0 Stopped scavenging - MDC[]
09:56:04 2021-02-22 14:56:04,343 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1154) - Stopped o.e.j.w.WebAppContext@2b360641{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,STOPPED} - MDC[]
09:56:04 # HttpClient.write
09:56:04 POST /servlet HTTP/1.1
09:56:04 Accept-Encoding: gzip
09:56:04 User-Agent: Google-HTTP-Java-Client/1.38.0 (gzip)
09:56:04 Content-Length: 3
09:56:04 Content-Type: text/plain;charset=UTF-8
09:56:04 Host: 127.0.0.1:33001
09:56:04 Connection: Keep-Alive
09:56:04 
09:56:04 bar
09:56:04 # HttpClient.read
09:56:04 HTTP/1.1 200 OK
09:56:04 Date: Mon, 22 Feb 2021 14:56:04 GMT
09:56:04 Content-Type: text/plain;charset=utf-8
09:56:04 Content-Length: 10
09:56:04 Server: Jetty(9.4.35.v20201120)
09:56:04 
09:56:04 Post bar
09:56:04 (
09:56:04 2021-02-22 14:56:04,389 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:375) - jetty-9.4.35.v20201120; built: 2020-11-20T21:17:03.964Z; git: bdc54f03a5e0a7e280fab27f55c3c75ee8da89fb; jvm 11.0.2+9 - MDC[]
09:56:04 2021-02-22 14:56:04,396 INFO  [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:277) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet - MDC[]
09:56:04 2021-02-22 14:56:04,397 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:334) - DefaultSessionIdManager workerName=node0 - MDC[]
09:56:04 2021-02-22 14:56:04,398 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:339) - No SessionScavenger set, using defaults - MDC[]
09:56:04 2021-02-22 14:56:04,398 INFO  [main] org.eclipse.jetty.server.session.startScavenging(HouseKeeper.java:132) - node0 Scavenging every 660000ms - MDC[]
09:56:04 2021-02-22 14:56:04,400 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:916) - Started o.e.j.w.WebAppContext@72b1ee4b{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE} - MDC[]
09:56:04 2021-02-22 14:56:04,401 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:331) - Started ServerConnector@7c698549{HTTP/1.1, (http/1.1)}{0.0.0.0:33001} - MDC[]
09:56:04 2021-02-22 14:56:04,401 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:415) - Started @8550ms - MDC[]
09:56:04 2021-02-22 14:56:04,413 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:381) - Stopped ServerConnector@7c698549{HTTP/1.1, (http/1.1)}{0.0.0.0:33001} - MDC[]
09:56:04 2021-02-22 14:56:04,413 INFO  [main] org.eclipse.jetty.server.session.stopScavenging(HouseKeeper.java:149) - node0 Stopped scavenging - MDC[]
09:56:04 2021-02-22 14:56:04,414 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1154) - Stopped o.e.j.w.WebAppContext@72b1ee4b{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,STOPPED} - MDC[]
09:56:04 # HttpClient.write
09:56:04 GET /servlet HTTP/1.1
09:56:04 Accept-Encoding: gzip
09:56:04 User-Agent: Google-HTTP-Java-Client/1.38.0 (gzip)
09:56:04 Host: 127.0.0.1:33001
09:56:04 Connection: Keep-Alive
09:56:04 
09:56:04 
09:56:04 # HttpClient.read
09:56:04 HTTP/1.1 200 OK
09:56:04 Date: Mon, 22 Feb 2021 14:56:04 GMT
09:56:04 Content-Type: text/plain;charset=utf-8
09:56:04 Transfer-Encoding: chunked
09:56:04 Server: Jetty(9.4.35.v20201120)
09:56:04 
09:56:04 18
09:56:04 Line of chunked data 0
09:56:04 
09:56:04 18
09:56:04 Line of chunked data 1
09:56:04 
09:56:04 18
09:56:04 Line of chunked data 2
09:56:04 
09:56:04 18
09:56:04 Line of chunked data 3
09:56:04 
09:56:04 18
09:56:04 Line of chunked data 4
09:56:04 
09:56:04 18
09:56:04 Line of chunked data 5
09:56:04 
09:56:04 18
09:56:04 Line of chunked data 6
09:56:04 
09:56:04 
09:56:04 18
09:56:04 Line of chu
09:56:04 18
09:56:04 Line of chunked data 7
09:56:04 hu
09:56:04 18
09:56:04 Line of chunked data 8
09:56:04 hu
09:56:04 18
09:56:04 Line of chunked data 9
09:56:04 hu
09:56:04 19
09:56:04 Line of chunked data 10
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 11
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 12
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 13
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 14
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 15
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 16
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 17
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 18
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 19
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 20
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 21
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 22
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 23
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 24
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 25
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 26
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 27
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 28
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 29
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 30
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 31
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 32
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 33
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 34
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 35
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 36
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 37
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 38
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 39
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 40
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 41
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 42
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 43
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 44
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 45
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 46
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 47
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 48
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 49
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 50
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 51
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 52
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 53
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 54
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 55
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 56
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 57
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 58
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 59
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 60
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 61
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 62
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 63
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 64
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 65
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 66
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 67
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 68
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 69
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 70
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 71
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 72
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 73
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 74
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 75
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 76
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 77
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 78
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 79
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 80
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 81
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 82
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 83
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 84
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 85
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 86
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 87
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 88
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 89
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 90
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 91
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 92
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 93
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 94
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 95
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 96
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 97
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 98
09:56:04 u
09:56:04 19
09:56:04 Line of chunked data 99
09:56:04 u
09:56:04 0
09:56:04 
09:56:04 ine of chunked data 99
09:56:04 u
09:56:04 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s - in org.eclipse.scout.rt.server.commons.http.HttpSimpleTest
09:56:04 [INFO] Running org.eclipse.scout.rt.server.commons.http.TestingHttpServerTest
09:56:04 2021-02-22 14:56:04,416 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:375) - jetty-9.4.35.v20201120; built: 2020-11-20T21:17:03.964Z; git: bdc54f03a5e0a7e280fab27f55c3c75ee8da89fb; jvm 11.0.2+9 - MDC[]
09:56:04 2021-02-22 14:56:04,424 INFO  [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:277) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet - MDC[]
09:56:04 2021-02-22 14:56:04,425 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:334) - DefaultSessionIdManager workerName=node0 - MDC[]
09:56:04 2021-02-22 14:56:04,425 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:339) - No SessionScavenger set, using defaults - MDC[]
09:56:04 2021-02-22 14:56:04,426 INFO  [main] org.eclipse.jetty.server.session.startScavenging(HouseKeeper.java:132) - node0 Scavenging every 660000ms - MDC[]
09:56:04 2021-02-22 14:56:04,427 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:916) - Started o.e.j.w.WebAppContext@2876584f{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE} - MDC[]
09:56:04 2021-02-22 14:56:04,428 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:331) - Started ServerConnector@2dbc56fb{HTTP/1.1, (http/1.1)}{0.0.0.0:33002} - MDC[]
09:56:04 2021-02-22 14:56:04,428 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:415) - Started @8578ms - MDC[]
09:56:04 2021-02-22 14:56:04,428 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:375) - jetty-9.4.35.v20201120; built: 2020-11-20T21:17:03.964Z; git: bdc54f03a5e0a7e280fab27f55c3c75ee8da89fb; jvm 11.0.2+9 - MDC[]
09:56:04 2021-02-22 14:56:04,433 INFO  [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:277) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet - MDC[]
09:56:04 2021-02-22 14:56:04,434 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:334) - DefaultSessionIdManager workerName=node0 - MDC[]
09:56:04 2021-02-22 14:56:04,434 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:339) - No SessionScavenger set, using defaults - MDC[]
09:56:04 2021-02-22 14:56:04,434 INFO  [main] org.eclipse.jetty.server.session.startScavenging(HouseKeeper.java:132) - node0 Scavenging every 660000ms - MDC[]
09:56:04 2021-02-22 14:56:04,435 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:916) - Started o.e.j.w.WebAppContext@52fe4ef2{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE} - MDC[]
09:56:04 2021-02-22 14:56:04,436 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:331) - Started ServerConnector@568b7ec6{HTTP/1.1, (http/1.1)}{0.0.0.0:33003} - MDC[]
09:56:04 2021-02-22 14:56:04,436 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:415) - Started @8585ms - MDC[]
09:56:04 2021-02-22 14:56:04,436 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:381) - Stopped ServerConnector@2dbc56fb{HTTP/1.1, (http/1.1)}{0.0.0.0:33002} - MDC[]
09:56:04 2021-02-22 14:56:04,437 INFO  [main] org.eclipse.jetty.server.session.stopScavenging(HouseKeeper.java:149) - node0 Stopped scavenging - MDC[]
09:56:04 2021-02-22 14:56:04,487 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1154) - Stopped o.e.j.w.WebAppContext@2876584f{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,STOPPED} - MDC[]
09:56:04 2021-02-22 14:56:04,488 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:381) - Stopped ServerConnector@568b7ec6{HTTP/1.1, (http/1.1)}{0.0.0.0:33003} - MDC[]
09:56:04 2021-02-22 14:56:04,489 INFO  [main] org.eclipse.jetty.server.session.stopScavenging(HouseKeeper.java:149) - node0 Stopped scavenging - MDC[]
09:56:04 2021-02-22 14:56:04,489 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1154) - Stopped o.e.j.w.WebAppContext@52fe4ef2{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,STOPPED} - MDC[]
09:56:04 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.scout.rt.server.commons.http.TestingHttpServerTest
09:56:04 [INFO] Running org.eclipse.scout.rt.server.context.HttpServerRunContextProducerTest
09:56:04 2021-02-22 14:56:04,491 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.inactivateSession(AbstractServerSession.java:277) - Server session stopped [session=org.eclipse.scout.rt.server.TestServerSession@d695f9d[id = testid], user=default] - MDC[]
09:56:04 2021-02-22 14:56:04,495 INFO  [main] org.eclipse.scout.rt.server.commons.HttpSessionMutex.of(HttpSessionMutex.java:87) - Session without mutex: null. Consider registering class org.eclipse.scout.rt.server.commons.HttpSessionMutex as listener in the web.xml - MDC[]
09:56:04 java.lang.Exception: origin
09:56:04 	at org.eclipse.scout.rt.server.commons.HttpSessionMutex.of(HttpSessionMutex.java:87)
09:56:04 	at org.eclipse.scout.rt.server.context.HttpServerRunContextProducer.computeSessionIdIfAbsent(HttpServerRunContextProducer.java:148)
09:56:04 	at org.eclipse.scout.rt.server.context.HttpServerRunContextProducer.ensureScoutSessionId(HttpServerRunContextProducer.java:144)
09:56:04 	at org.eclipse.scout.rt.server.context.HttpServerRunContextProducer.getOrCreateScoutSession(HttpServerRunContextProducer.java:130)
09:56:04 	at org.eclipse.scout.rt.server.context.HttpServerRunContextProducer.produce(HttpServerRunContextProducer.java:95)
09:56:04 	at org.eclipse.scout.rt.server.context.HttpServerRunContextProducer.produce(HttpServerRunContextProducer.java:65)
09:56:04 	at org.eclipse.scout.rt.server.context.HttpServerRunContextProducerTest.testGetOrCreateScoutSessionWithExistingSessionIdOnHttpSession(HttpServerRunContextProducerTest.java:83)
09:56:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:56:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:56:04 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:56:04 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:56:04 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:56:04 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:56:04 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:56:04 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:56:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:56:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:56:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:56:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:56:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:56:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:56:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:56:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:56:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:56:04 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:56:04 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:56:04 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:56:04 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:56:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:56:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:56:04 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:56:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:56:04 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:56:04 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:56:04 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:56:04 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:56:04 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:76)
09:56:04 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:56:04 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:56:04 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:56:04 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:56:04 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:56:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:56:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:56:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:56:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:56:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:56:04 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:56:04 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:56:04 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:56:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:56:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:56:04 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:56:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:56:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:56:04 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:56:04 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:56:04 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:56:04 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:56:04 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:56:04 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:56:04 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:56:04 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:56:04 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:56:04 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:56:04 2021-02-22 14:56:04,496 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:191) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@389b2c60[id = testId], user=null] - MDC[cid=93c77622-8abc-4d8c-92a2-64bb00dbbe04]
09:56:04 2021-02-22 14:56:04,497 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.inactivateSession(AbstractServerSession.java:277) - Server session stopped [session=org.eclipse.scout.rt.server.TestServerSession@389b2c60[id = testId], user=null] - MDC[]
09:56:04 2021-02-22 14:56:04,499 INFO  [main] org.eclipse.scout.rt.server.commons.HttpSessionMutex.of(HttpSessionMutex.java:87) - Session without mutex: null. Consider registering class org.eclipse.scout.rt.server.commons.HttpSessionMutex as listener in the web.xml - MDC[]
09:56:04 java.lang.Exception: origin
09:56:04 	at org.eclipse.scout.rt.server.commons.HttpSessionMutex.of(HttpSessionMutex.java:87)
09:56:04 	at org.eclipse.scout.rt.server.context.HttpServerRunContextProducer.computeSessionIdIfAbsent(HttpServerRunContextProducer.java:148)
09:56:04 	at org.eclipse.scout.rt.server.context.HttpServerRunContextProducer.ensureScoutSessionId(HttpServerRunContextProducer.java:144)
09:56:04 	at org.eclipse.scout.rt.server.context.HttpServerRunContextProducer.getOrCreateScoutSession(HttpServerRunContextProducer.java:130)
09:56:04 	at org.eclipse.scout.rt.server.context.HttpServerRunContextProducer.produce(HttpServerRunContextProducer.java:95)
09:56:04 	at org.eclipse.scout.rt.server.context.HttpServerRunContextProducer.produce(HttpServerRunContextProducer.java:65)
09:56:04 	at org.eclipse.scout.rt.server.context.HttpServerRunContextProducerTest.testGetOrCreateScoutSessionWithRandomId(HttpServerRunContextProducerTest.java:63)
09:56:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:56:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:56:04 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:56:04 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:56:04 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
09:56:04 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
09:56:04 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
09:56:04 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
09:56:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
09:56:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:33)
09:56:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
09:56:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:39)
09:56:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
09:56:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
09:56:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
09:56:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:56:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
09:56:04 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
09:56:04 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
09:56:04 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
09:56:04 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:56:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:56:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:56:04 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:56:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:56:04 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
09:56:04 	at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:31)
09:56:04 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
09:56:04 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:113)
09:56:04 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:76)
09:56:04 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
09:56:04 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
09:56:04 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:158)
09:56:04 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:139)
09:56:04 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:110)
09:56:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:41)
09:56:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
09:56:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
09:56:04 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
09:56:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:56:04 	at org.junit.runners.Suite.runChild(Suite.java:128)
09:56:04 	at org.junit.runners.Suite.runChild(Suite.java:27)
09:56:04 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
09:56:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
09:56:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
09:56:04 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
09:56:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
09:56:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
09:56:04 	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
09:56:04 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
09:56:04 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
09:56:04 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
09:56:04 	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
09:56:04 	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
09:56:04 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
09:56:04 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
09:56:04 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
09:56:04 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
09:56:04 2021-02-22 14:56:04,500 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:191) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@796a1cd1[id = 1ppuk8tog6rpqimroii1nq4k796acbgisp9tfkqcugjaffkn19ic], user=null] - MDC[cid=e3af015e-49e1-4179-b0cb-d7fe5ca367dd]
09:56:04 2021-02-22 14:56:04,500 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.inactivateSession(AbstractServerSession.java:277) - Server session stopped [session=org.eclipse.scout.rt.server.TestServerSession@796a1cd1[id = 1ppuk8tog6rpqimroii1nq4k796acbgisp9tfkqcugjaffkn19ic], user=null] - MDC[]
09:56:04 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.scout.rt.server.context.HttpServerRunContextProducerTest
09:56:04 [INFO] Running org.eclipse.scout.rt.server.context.RunMonitorCancelRegistryTest
09:56:04 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.server.context.RunMonitorCancelRegistryTest
09:56:04 [INFO] Running org.eclipse.scout.rt.server.context.ServerRunContextChainTest
09:56:04 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.server.context.ServerRunContextChainTest
09:56:04 [INFO] Running org.eclipse.scout.rt.server.context.ServerRunContextProducerTest
09:56:04 2021-02-22 14:56:04,504 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:191) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@352e8cb3[id = 1d915jbjvqq1vtldlhqagnspub9ibb51j75ajrh11mqp8oqundsj], user=alpha] - MDC[]
09:56:04 2021-02-22 14:56:04,506 INFO  [scout-thread-24] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:191) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@2af00a92[id = q4np5n6dsflsv1vg212rocu26fple58sd0al678flij0igt15p], user=beta] - MDC[jobName=org.eclipse.scout.rt.server.context.ServerRunContextProducerTest$$Lambda$296/0x0000000100513440]
09:56:04 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.rt.server.context.ServerRunContextProducerTest
09:56:04 [INFO] Running org.eclipse.scout.rt.server.context.ServerRunContextTest
09:56:04 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.scout.rt.server.context.ServerRunContextTest
09:56:04 [INFO] Running org.eclipse.scout.rt.server.job.filter.event.SessionJobEventFilterTest
09:56:04 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.scout.rt.server.job.filter.event.SessionJobEventFilterTest
09:56:04 [INFO] Running org.eclipse.scout.rt.server.job.filter.future.ServerRunContextFutureFilterTest
09:56:04 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.scout.rt.server.job.filter.future.ServerRunContextFutureFilterTest
09:56:04 [INFO] Running org.eclipse.scout.rt.server.job.filter.future.SessionFutureFilterTest
09:56:04 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.scout.rt.server.job.filter.future.SessionFutureFilterTest
09:56:04 [INFO] Running org.eclipse.scout.rt.server.notification.NotificationCoalescerTest
09:56:04 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.server.notification.NotificationCoalescerTest
09:56:04 [INFO] Running org.eclipse.scout.rt.server.services.RemoteServiceAccessDeniedTest
09:56:04 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.rt.server.services.RemoteServiceAccessDeniedTest
09:56:04 [INFO] Running org.eclipse.scout.rt.server.services.RemoteServiceWithoutAuthorizationTest
09:56:04 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.rt.server.services.RemoteServiceWithoutAuthorizationTest
09:56:04 [INFO] Running org.eclipse.scout.rt.server.services.ServiceWithSessionInterceptorTest
09:56:04 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.server.services.ServiceWithSessionInterceptorTest
09:56:04 [INFO] Running org.eclipse.scout.rt.server.services.common.clustersync.ClientNotificationClusterNotificationTest
09:56:04 2021-02-22 14:56:04,718 INFO  [main] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:85) - +++ Using 'NullMomImplementor' for transport 'TestClusterMom'. No messages are published and received. - MDC[]
09:56:04 2021-02-22 14:56:04,728 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:191) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@2b16efeb[id = v4eaa5uchd6jrvsiqgvcpfq1tjc0ve8g1n3pi0o1pkmfiq2fq6m], user=system] - MDC[]
09:56:04 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.268 s - in org.eclipse.scout.rt.server.services.common.clustersync.ClientNotificationClusterNotificationTest
09:56:04 [INFO] Running org.eclipse.scout.rt.server.services.common.clustersync.ClusterNodeStatusInfoTest
09:56:04 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.scout.rt.server.services.common.clustersync.ClusterNodeStatusInfoTest
09:56:04 [INFO] Running org.eclipse.scout.rt.server.services.common.clustersync.ClusterSynchronizationServiceTest
09:56:04 2021-02-22 14:56:04,974 INFO  [main] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:85) - +++ Using 'NullMomImplementor' for transport 'TestClusterMom'. No messages are published and received. - MDC[]
09:56:04 2021-02-22 14:56:04,978 INFO  [main] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:85) - +++ Using 'NullMomImplementor' for transport 'TestClusterMom'. No messages are published and received. - MDC[]
09:56:04 2021-02-22 14:56:04,980 INFO  [main] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:85) - +++ Using 'NullMomImplementor' for transport 'TestClusterMom'. No messages are published and received. - MDC[]
09:56:04 2021-02-22 14:56:04,982 INFO  [main] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:85) - +++ Using 'NullMomImplementor' for transport 'TestClusterMom'. No messages are published and received. - MDC[]
09:56:04 2021-02-22 14:56:04,984 INFO  [main] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:85) - +++ Using 'NullMomImplementor' for transport 'TestClusterMom'. No messages are published and received. - MDC[]
09:56:04 2021-02-22 14:56:04,986 INFO  [main] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:85) - +++ Using 'NullMomImplementor' for transport 'TestClusterMom'. No messages are published and received. - MDC[]
09:56:04 2021-02-22 14:56:04,988 INFO  [main] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:85) - +++ Using 'NullMomImplementor' for transport 'TestClusterMom'. No messages are published and received. - MDC[]
09:56:04 2021-02-22 14:56:04,990 INFO  [main] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:85) - +++ Using 'NullMomImplementor' for transport 'TestClusterMom'. No messages are published and received. - MDC[]
09:56:04 2021-02-22 14:56:04,992 INFO  [main] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:85) - +++ Using 'NullMomImplementor' for transport 'TestClusterMom'. No messages are published and received. - MDC[]
09:56:04 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.scout.rt.server.services.common.clustersync.ClusterSynchronizationServiceTest
09:56:04 [INFO] Running org.eclipse.scout.rt.server.services.common.code.CodeServiceInvalidateTest
09:56:05 1
09:56:05 2
09:56:05 1
09:56:05 2
09:56:05 3
09:56:05 1
09:56:05 2
09:56:05 1
09:56:05 3
09:56:05 2
09:56:05 4
09:56:05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.scout.rt.server.services.common.code.CodeServiceInvalidateTest
09:56:05 [INFO] Running org.eclipse.scout.rt.server.services.common.code.CodeServiceTest
09:56:05 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s - in org.eclipse.scout.rt.server.services.common.code.CodeServiceTest
09:56:05 [INFO] Running org.eclipse.scout.rt.server.services.common.pwd.DefaultPasswordPolicyTest
09:56:05 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.server.services.common.pwd.DefaultPasswordPolicyTest
09:56:05 [INFO] Running org.eclipse.scout.rt.server.services.common.security.AccessControlServiceTest
09:56:05 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.476 s - in org.eclipse.scout.rt.server.services.common.security.AccessControlServiceTest
09:56:05 [INFO] Running org.eclipse.scout.rt.server.services.common.security.PermissionServiceTest
09:56:05 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.scout.rt.server.services.common.security.PermissionServiceTest
09:56:05 [INFO] Running org.eclipse.scout.rt.server.services.lookup.BatchLookupTest
09:56:05 2021-02-22 14:56:05,641 WARN  [main] org.eclipse.scout.rt.shared.services.lookup.BatchLookupResultCache.verifyLookupCallBeanQuality(BatchLookupResultCache.java:161) - 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[]
09:56:05 2021-02-22 14:56:05,719 WARN  [main] org.eclipse.scout.rt.shared.services.lookup.BatchLookupResultCache.verifyLookupCallBeanQuality(BatchLookupResultCache.java:161) - 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[]
09:56:05 2021-02-22 14:56:05,738 WARN  [main] org.eclipse.scout.rt.shared.services.lookup.BatchLookupResultCache.verifyLookupCallBeanQuality(BatchLookupResultCache.java:161) - 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[]
09:56:05 2021-02-22 14:56:05,793 WARN  [main] org.eclipse.scout.rt.shared.services.lookup.BatchLookupResultCache.verifyLookupCallBeanQuality(BatchLookupResultCache.java:161) - 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[]
09:56:05 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.21 s - in org.eclipse.scout.rt.server.services.lookup.BatchLookupTest
09:56:05 [INFO] Running org.eclipse.scout.rt.server.services.lookup.BatchNormalizerTest
09:56:05 2021-02-22 14:56:05,829 WARN  [main] org.eclipse.scout.rt.shared.services.lookup.BatchLookupResultCache.verifyLookupCallBeanQuality(BatchLookupResultCache.java:161) - 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[]
09:56:05 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.scout.rt.server.services.lookup.BatchNormalizerTest
09:56:05 [INFO] Running org.eclipse.scout.rt.server.session.ServerSessionCacheTest
09:56:05 2021-02-22 14:56:05,842 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:191) - Server session started [session=org.eclipse.scout.rt.server.session.ServerSessionCacheTest$1@372d7420[id = testId], user=null] - MDC[]
09:56:05 2021-02-22 14:56:05,854 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:191) - Server session started [session=org.eclipse.scout.rt.server.session.ServerSessionCacheTest$1@6d6a20f7[id = testId], user=null] - MDC[]
09:56:05 2021-02-22 14:56:05,859 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:191) - Server session started [session=org.eclipse.scout.rt.server.session.ServerSessionCacheTest$1@4b11a972[id = testId], user=null] - MDC[]
09:56:05 2021-02-22 14:56:05,888 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:191) - Server session started [session=org.eclipse.scout.rt.server.session.ServerSessionCacheTest$1@1dafe1d2[id = testId], user=null] - MDC[]
09:56:05 2021-02-22 14:56:05,890 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:191) - Server session started [session=org.eclipse.scout.rt.server.session.ServerSessionCacheTest$1@64845c40[id = testId], user=null] - MDC[]
09:56:05 2021-02-22 14:56:05,894 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:191) - Server session started [session=org.eclipse.scout.rt.server.session.ServerSessionCacheTest$1@4acca937[id = testId], user=null] - MDC[]
09:56:05 2021-02-22 14:56:05,903 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:191) - Server session started [session=org.eclipse.scout.rt.server.session.ServerSessionCacheTest$1@7be03bb2[id = testId], user=null] - MDC[]
09:56:05 2021-02-22 14:56:05,904 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:191) - Server session started [session=org.eclipse.scout.rt.server.session.ServerSessionCacheTest$1@595dda6d[id = testId], user=null] - MDC[]
09:56:05 2021-02-22 14:56:05,905 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:191) - Server session started [session=org.eclipse.scout.rt.server.session.ServerSessionCacheTest$1@98e2a07[id = testId], user=null] - MDC[]
09:56:05 2021-02-22 14:56:05,906 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:191) - Server session started [session=org.eclipse.scout.rt.server.session.ServerSessionCacheTest$1@3232dbf8[id = testId], user=null] - MDC[]
09:56:05 2021-02-22 14:56:05,908 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:191) - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest$JUnitServerSession1@25d44c7[id = g39th964dbqf9f8okpth3fiig81j0so6a22q3huk6phfh0psv1m], user=anna] - MDC[]
09:56:05 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.scout.rt.server.session.ServerSessionCacheTest
09:56:05 [INFO] Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest
09:56:05 2021-02-22 14:56:05,909 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:191) - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest$JUnitServerSession1@c18ee56[id = 8mv0emlq94pdplmh77e790ttsofgmg3n3nuburd2vpmro8mqhca], user=anna] - MDC[]
09:56:05 2021-02-22 14:56:05,911 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:191) - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest$JUnitServerSession1@2d00df20[id = 13g24j41tvv83s1kud85k2t3jopvm4h03au1vq1l427auii3ilnq], user=anna] - MDC[]
09:56:05 2021-02-22 14:56:05,912 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:191) - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest$JUnitServerSession2@64b95cd7[id = 1bpnbm297cqqq03vq494v4jiics77hjftqf7rf0f7031nfpjemao], user=anna] - MDC[]
09:56:05 2021-02-22 14:56:05,914 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:191) - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest$JUnitServerSession1@164f2f7a[id = 13p6psjji48ji9e65fffpbdgsnuger9k37nf4a9gike3skg2uull], user=anna] - MDC[]
09:56:05 2021-02-22 14:56:05,915 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:191) - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSubjectTest$JUnitServerSession@770feaab[id = efnml8kqsinbf97v2t7nd6d09hqd6cn5ngkun5iold5d2rq1sb1], user=anna] - MDC[]
09:56:05 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest
09:56:05 [INFO] Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSubjectTest
09:56:05 2021-02-22 14:56:05,917 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:191) - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSubjectTest$JUnitServerSession@7cfc6110[id = kt8o2tp2ts0pffve40fmevap8k0cnqtppcirgk56qkr9bvj73sp], user=john] - MDC[]
09:56:05 2021-02-22 14:56:05,920 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:191) - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerSameSessionTest$JUnitServerSession@6916566d[id = ujikh3jcvuekipdunom3tssjqsdsgon6m66s9e5fksc0jjtqrv1], user=anna] - MDC[]
09:56:05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSubjectTest
09:56:05 [INFO] Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerSameSessionTest
09:56:05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerSameSessionTest
09:56:05 [INFO] Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerTimeoutTest
09:56:06 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerTimeoutTest
09:56:06 [INFO] Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerTimeoutTransactionTest
09:56:06 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerTimeoutTransactionTest
09:56:06 [INFO] Running org.eclipse.scout.rt.testing.server.runner.parameterized.ParameterizedServerTestRunnerTest
09:56:06 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.rt.testing.server.runner.parameterized.ParameterizedServerTestRunnerTest
09:56:06 [INFO] Running org.eclipse.scout.rt.testing.server.runner.parameterized.ParameterizedServerTestRunnerTimeoutTransactionTest
09:56:06 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.scout.rt.testing.server.runner.parameterized.ParameterizedServerTestRunnerTimeoutTransactionTest
09:56:06 [INFO] Running org.eclipse.scout.rt.testing.server.runner.parameterized.SampleParameterizedServerTest
09:56:06 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.rt.testing.server.runner.parameterized.SampleParameterizedServerTest
09:56:06 [INFO] 
09:56:06 [INFO] Results:
09:56:06 [INFO] 
09:56:06 [WARNING] Tests run: 195, Failures: 0, Errors: 0, Skipped: 1
09:56:06 [INFO] 
09:56:06 [INFO] 
09:56:06 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.rt.server.test ---
09:56:06 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-9.0.0-SNAPSHOT.jar
09:56:06 [INFO] 
09:56:06 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.test ---
09:56:06 [INFO] Skipping because packaging 'jar' is not pom.
09:56:06 [INFO] 
09:56:06 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.rt.server.test ---
09:56:06 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-9.0.0-SNAPSHOT-tests.jar
09:56:06 [INFO] 
09:56:06 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.test ---
09:56:06 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-9.0.0-SNAPSHOT-sources.jar
09:56:06 [INFO] 
09:56:06 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.test ---
09:56:06 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-9.0.0-SNAPSHOT-test-sources.jar
09:56:06 [INFO] 
09:56:06 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.rt.server.test ---
09:56:06 [INFO] Checking compile classpath
09:56:06 [INFO] Checking runtime classpath
09:56:06 [INFO] Checking test classpath
09:56:06 [INFO] 
09:56:06 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.test ---
09:56:06 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
09:56:07 [INFO] 
09:56:07 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.test ---
09:56:07 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/9.0.0-SNAPSHOT/org.eclipse.scout.rt.server.test-9.0.0-SNAPSHOT.jar
09:56:07 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/9.0.0-SNAPSHOT/org.eclipse.scout.rt.server.test-9.0.0-SNAPSHOT.pom
09:56:07 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/9.0.0-SNAPSHOT/org.eclipse.scout.rt.server.test-9.0.0-SNAPSHOT-tests.jar
09:56:07 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/9.0.0-SNAPSHOT/org.eclipse.scout.rt.server.test-9.0.0-SNAPSHOT-sources.jar
09:56:07 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-9.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/9.0.0-SNAPSHOT/org.eclipse.scout.rt.server.test-9.0.0-SNAPSHOT-test-sources.jar
09:56:07 [INFO] 
09:56:07 [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws >-------
09:56:07 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws 9.0.0-SNAPSHOT [12/48]
09:56:07 [INFO] --------------------------------[ jar ]---------------------------------
09:56:11 [INFO] 
09:56:11 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.rt.server.jaxws ---
09:56:11 [INFO] 
09:56:11 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jaxws ---
09:56:11 [INFO] Skipping Rule Enforcement.
09:56:11 [INFO] 
09:56:11 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.rt.server.jaxws ---
09:56:12 [INFO] 
09:56:12 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.rt.server.jaxws ---
09:56:12 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.jaxws/../org.eclipse.scout.rt/target/jacoco-all.exec
09:56:12 [INFO] 
09:56:12 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.rt.server.jaxws ---
09:56:12 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:56:12 [INFO] Copying 1 resource
09:56:12 [INFO] 
09:56:12 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.rt.server.jaxws ---
09:56:12 [INFO] Changes detected - recompiling the module!
09:56:12 [INFO] Compiling 54 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.jaxws/target/classes
09:56:12 [INFO] 
09:56:12 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.server.jaxws ---
09:56:12 [INFO] 
09:56:12 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.rt.server.jaxws ---
09:56:12 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:56:12 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.jaxws/src/test/resources
09:56:12 [INFO] 
09:56:12 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jaxws ---
09:56:12 [INFO] No sources to compile
09:56:12 [INFO] 
09:56:12 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.rt.server.jaxws ---
09:56:12 [INFO] No tests to run.
09:56:12 [INFO] 
09:56:12 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.rt.server.jaxws ---
09:56:12 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.jaxws/target/org.eclipse.scout.rt.server.jaxws-9.0.0-SNAPSHOT.jar
09:56:12 [INFO] 
09:56:12 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jaxws ---
09:56:12 [INFO] Skipping because packaging 'jar' is not pom.
09:56:12 [INFO] 
09:56:12 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jaxws ---
09:56:12 [INFO] Skipping packaging of the test-jar
09:56:12 [INFO] 
09:56:12 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jaxws ---
09:56:12 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.jaxws/target/org.eclipse.scout.rt.server.jaxws-9.0.0-SNAPSHOT-sources.jar
09:56:12 [INFO] 
09:56:12 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jaxws ---
09:56:12 [INFO] No sources in project. Archive not created.
09:56:12 [INFO] 
09:56:12 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.rt.server.jaxws ---
09:56:12 [INFO] Checking compile classpath
09:56:12 [INFO] Checking runtime classpath
09:56:12 [INFO] Checking test classpath
09:56:12 [INFO] 
09:56:12 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jaxws ---
09:56:12 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
09:56:13 [INFO] 
09:56:13 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jaxws ---
09:56:13 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.jaxws/target/org.eclipse.scout.rt.server.jaxws-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/9.0.0-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-9.0.0-SNAPSHOT.jar
09:56:13 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.jaxws/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/9.0.0-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-9.0.0-SNAPSHOT.pom
09:56:13 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.jaxws/target/org.eclipse.scout.rt.server.jaxws-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/9.0.0-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-9.0.0-SNAPSHOT-sources.jar
09:56:13 [INFO] 
09:56:13 [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt >----------
09:56:13 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt 9.0.0-SNAPSHOT [13/48]
09:56:13 [INFO] --------------------------------[ jar ]---------------------------------
09:56:16 [INFO] 
09:56:16 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.jaxws.apt ---
09:56:16 [INFO] 
09:56:16 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.jaxws.apt ---
09:56:16 [INFO] Skipping Rule Enforcement.
09:56:16 [INFO] 
09:56:16 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.jaxws.apt ---
09:56:17 [INFO] 
09:56:17 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.jaxws.apt ---
09:56:17 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.jaxws.apt/../org.eclipse.scout.rt/target/jacoco-all.exec
09:56:17 [INFO] 
09:56:17 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.jaxws.apt ---
09:56:17 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:56:17 [INFO] Copying 1 resource
09:56:17 [INFO] 
09:56:17 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.jaxws.apt ---
09:56:17 [INFO] Changes detected - recompiling the module!
09:56:17 [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.jaxws.apt/target/classes
09:56:17 [INFO] 
09:56:17 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.jaxws.apt ---
09:56:17 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:56:17 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.jaxws.apt/src/test/resources
09:56:17 [INFO] 
09:56:17 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.jaxws.apt ---
09:56:17 [INFO] No sources to compile
09:56:17 [INFO] 
09:56:17 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.jaxws.apt ---
09:56:17 [INFO] No tests to run.
09:56:17 [INFO] 
09:56:17 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.jaxws.apt ---
09:56:17 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-9.0.0-SNAPSHOT.jar
09:56:17 [INFO] 
09:56:17 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.jaxws.apt ---
09:56:17 [INFO] Skipping because packaging 'jar' is not pom.
09:56:17 [INFO] 
09:56:17 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.jaxws.apt ---
09:56:17 [INFO] Skipping packaging of the test-jar
09:56:17 [INFO] 
09:56:17 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.jaxws.apt ---
09:56:17 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-9.0.0-SNAPSHOT-sources.jar
09:56:17 [INFO] 
09:56:17 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.jaxws.apt ---
09:56:17 [INFO] No sources in project. Archive not created.
09:56:17 [INFO] 
09:56:17 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.jaxws.apt ---
09:56:17 [INFO] Checking compile classpath
09:56:17 [INFO] Checking runtime classpath
09:56:17 [INFO] Checking test classpath
09:56:17 [INFO] 
09:56:17 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.jaxws.apt ---
09:56:17 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
09:56:18 [INFO] 
09:56:18 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.jaxws.apt ---
09:56:18 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/9.0.0-SNAPSHOT/org.eclipse.scout.jaxws.apt-9.0.0-SNAPSHOT.jar
09:56:18 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.jaxws.apt/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/9.0.0-SNAPSHOT/org.eclipse.scout.jaxws.apt-9.0.0-SNAPSHOT.pom
09:56:18 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/9.0.0-SNAPSHOT/org.eclipse.scout.jaxws.apt-9.0.0-SNAPSHOT-sources.jar
09:56:18 [INFO] 
09:56:18 [INFO] ----< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test >-----
09:56:18 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test 9.0.0-SNAPSHOT [14/48]
09:56:18 [INFO] --------------------------------[ jar ]---------------------------------
09:56:54 [INFO] 
09:56:54 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.rt.server.jaxws.test ---
09:56:54 [INFO] 
09:56:54 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jaxws.test ---
09:56:54 [INFO] Skipping Rule Enforcement.
09:56:54 [INFO] 
09:56:54 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.rt.server.jaxws.test ---
09:56:55 [INFO] 
09:56:55 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.rt.server.jaxws.test ---
09:56:55 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.server.jaxws.test/../org.eclipse.scout.rt/target/jacoco-all.exec
09:56:55 [INFO] 
09:56:55 [INFO] --- jaxws-maven-plugin:2.6:wsimport (wsimport-1) @ org.eclipse.scout.rt.server.jaxws.test ---
09:57:03 [INFO] ------------------------------------------------------------------------
09:57:03 [INFO] Reactor Summary for Eclipse Scout RT 9.0.0-SNAPSHOT:
09:57:03 [INFO] 
09:57:03 [INFO] Eclipse Scout RT ................................... SUCCESS [06:44 min]
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.json ........ SUCCESS [ 57.958 s]
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform . SUCCESS [ 34.934 s]
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test SUCCESS [02:18 min]
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared ... SUCCESS [ 36.684 s]
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test SUCCESS [  8.247 s]
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons SUCCESS [  6.658 s]
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test SUCCESS [ 11.516 s]
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api .. SUCCESS [  2.091 s]
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server ... SUCCESS [  2.427 s]
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.test SUCCESS [ 23.882 s]
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws SUCCESS [  6.180 s]
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt ... SUCCESS [  4.984 s]
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test FAILURE [ 45.468 s]
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc SKIPPED
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test SKIPPED
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.dataobject SKIPPED
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.jackson .. SKIPPED
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.dataobject.test SKIPPED
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.jackson.test SKIPPED
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api.test SKIPPED
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms .. SKIPPED
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms.test SKIPPED
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mail ..... SKIPPED
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mail.test  SKIPPED
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.security . SKIPPED
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.security.test SKIPPED
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.dataformat SKIPPED
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest ..... SKIPPED
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest.test  SKIPPED
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest.jackson SKIPPED
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest.jersey.client SKIPPED
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest.jersey.test SKIPPED
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client ... SKIPPED
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client.test SKIPPED
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client SKIPPED
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test SKIPPED
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge SKIPPED
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor SKIPPED
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html .. SKIPPED
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test SKIPPED
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.selenium SKIPPED
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test SKIPPED
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html SKIPPED
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty ... SKIPPED
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix SKIPPED
09:57:03 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test SKIPPED
09:57:03 [INFO] org.eclipse.scout.rt-settings ...................... SKIPPED
09:57:03 [INFO] ------------------------------------------------------------------------
09:57:03 [INFO] BUILD FAILURE
09:57:03 [INFO] ------------------------------------------------------------------------
09:57:03 [INFO] Total time:  13:07 min
09:57:03 [INFO] Finished at: 2021-02-22T14:57:03Z
09:57:03 [INFO] ------------------------------------------------------------------------
09:57:03 [ERROR] Failed to execute goal com.helger.maven:jaxws-maven-plugin:2.6:wsimport (wsimport-1) on project org.eclipse.scout.rt.server.jaxws.test: Execution wsimport-1 of goal com.helger.maven:jaxws-maven-plugin:2.6:wsimport failed: Plugin com.helger.maven:jaxws-maven-plugin:2.6 or one of its dependencies could not be resolved: Failed to collect dependencies at com.helger.maven:jaxws-maven-plugin:jar:2.6 -> com.sun.xml.ws:jaxws-tools:jar:2.3.1 -> com.sun.xml.ws:jaxws-rt:jar:2.3.1 -> com.sun.xml.ws:policy:jar:2.7.5 -> org.glassfish.jaxb:txw2:jar:2.4.0-b180608.0325: Failed to read artifact descriptor for org.glassfish.jaxb:txw2:jar:2.4.0-b180608.0325: Could not transfer artifact org.glassfish.jaxb:txw2:pom:2.4.0-b180608.0325 from/to releases.java.net (http://maven.java.net/content/repositories/releases/): Transfer failed for http://maven.java.net/content/repositories/releases/org/glassfish/jaxb/txw2/2.4.0-b180608.0325/txw2-2.4.0-b180608.0325.pom: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed: NotAfter: Fri Feb 19 12:00:00 UTC 2021 -> [Help 1]
09:57:03 org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.helger.maven:jaxws-maven-plugin:2.6:wsimport (wsimport-1) on project org.eclipse.scout.rt.server.jaxws.test: Execution wsimport-1 of goal com.helger.maven:jaxws-maven-plugin:2.6:wsimport failed: Plugin com.helger.maven:jaxws-maven-plugin:2.6 or one of its dependencies could not be resolved: Failed to collect dependencies at com.helger.maven:jaxws-maven-plugin:jar:2.6 -> com.sun.xml.ws:jaxws-tools:jar:2.3.1 -> com.sun.xml.ws:jaxws-rt:jar:2.3.1 -> com.sun.xml.ws:policy:jar:2.7.5 -> org.glassfish.jaxb:txw2:jar:2.4.0-b180608.0325
09:57:03     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
09:57:03     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
09:57:03     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
09:57:03     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
09:57:03     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
09:57:03     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
09:57:03     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
09:57:03     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
09:57:03     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
09:57:03     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
09:57:03     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
09:57:03     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
09:57:03     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
09:57:03     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
09:57:03     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
09:57:03     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
09:57:03     at java.lang.reflect.Method.invoke (Method.java:566)
09:57:03     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
09:57:03     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
09:57:03     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
09:57:03     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
09:57:03 Caused by: org.apache.maven.plugin.PluginExecutionException: Execution wsimport-1 of goal com.helger.maven:jaxws-maven-plugin:2.6:wsimport failed: Plugin com.helger.maven:jaxws-maven-plugin:2.6 or one of its dependencies could not be resolved: Failed to collect dependencies at com.helger.maven:jaxws-maven-plugin:jar:2.6 -> com.sun.xml.ws:jaxws-tools:jar:2.3.1 -> com.sun.xml.ws:jaxws-rt:jar:2.3.1 -> com.sun.xml.ws:policy:jar:2.7.5 -> org.glassfish.jaxb:txw2:jar:2.4.0-b180608.0325
09:57:03     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:109)
09:57:03     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
09:57:03     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
09:57:03     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
09:57:03     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
09:57:03     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
09:57:03     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
09:57:03     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
09:57:03     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
09:57:03     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
09:57:03     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
09:57:03     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
09:57:03     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
09:57:03     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
09:57:03     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
09:57:03     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
09:57:03     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
09:57:03     at java.lang.reflect.Method.invoke (Method.java:566)
09:57:03     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
09:57:03     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
09:57:03     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
09:57:03     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
09:57:03 Caused by: org.apache.maven.plugin.PluginResolutionException: Plugin com.helger.maven:jaxws-maven-plugin:2.6 or one of its dependencies could not be resolved: Failed to collect dependencies at com.helger.maven:jaxws-maven-plugin:jar:2.6 -> com.sun.xml.ws:jaxws-tools:jar:2.3.1 -> com.sun.xml.ws:jaxws-rt:jar:2.3.1 -> com.sun.xml.ws:policy:jar:2.7.5 -> org.glassfish.jaxb:txw2:jar:2.4.0-b180608.0325
09:57:03     at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolveInternal (DefaultPluginDependenciesResolver.java:217)
09:57:03     at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve (DefaultPluginDependenciesResolver.java:152)
09:57:03     at org.apache.maven.plugin.internal.DefaultMavenPluginManager.createPluginRealm (DefaultMavenPluginManager.java:404)
09:57:03     at org.apache.maven.plugin.internal.DefaultMavenPluginManager.setupPluginRealm (DefaultMavenPluginManager.java:374)
09:57:03     at org.apache.maven.plugin.DefaultBuildPluginManager.getPluginRealm (DefaultBuildPluginManager.java:234)
09:57:03     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:105)
09:57:03     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
09:57:03     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
09:57:03     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
09:57:03     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
09:57:03     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
09:57:03     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
09:57:03     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
09:57:03     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
09:57:03     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
09:57:03     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
09:57:03     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
09:57:03     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
09:57:03     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
09:57:03     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
09:57:03     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
09:57:03     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
09:57:03     at java.lang.reflect.Method.invoke (Method.java:566)
09:57:03     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
09:57:03     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
09:57:03     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
09:57:03     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
09:57:03 Caused by: org.eclipse.aether.collection.DependencyCollectionException: Failed to collect dependencies at com.helger.maven:jaxws-maven-plugin:jar:2.6 -> com.sun.xml.ws:jaxws-tools:jar:2.3.1 -> com.sun.xml.ws:jaxws-rt:jar:2.3.1 -> com.sun.xml.ws:policy:jar:2.7.5 -> org.glassfish.jaxb:txw2:jar:2.4.0-b180608.0325
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.collectDependencies (DefaultDependencyCollector.java:291)
09:57:03     at org.eclipse.aether.internal.impl.DefaultRepositorySystem.collectDependencies (DefaultRepositorySystem.java:284)
09:57:03     at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolveInternal (DefaultPluginDependenciesResolver.java:205)
09:57:03     at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve (DefaultPluginDependenciesResolver.java:152)
09:57:03     at org.apache.maven.plugin.internal.DefaultMavenPluginManager.createPluginRealm (DefaultMavenPluginManager.java:404)
09:57:03     at org.apache.maven.plugin.internal.DefaultMavenPluginManager.setupPluginRealm (DefaultMavenPluginManager.java:374)
09:57:03     at org.apache.maven.plugin.DefaultBuildPluginManager.getPluginRealm (DefaultBuildPluginManager.java:234)
09:57:03     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:105)
09:57:03     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
09:57:03     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
09:57:03     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
09:57:03     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
09:57:03     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
09:57:03     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
09:57:03     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
09:57:03     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
09:57:03     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
09:57:03     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
09:57:03     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
09:57:03     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
09:57:03     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
09:57:03     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
09:57:03     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
09:57:03     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
09:57:03     at java.lang.reflect.Method.invoke (Method.java:566)
09:57:03     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
09:57:03     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
09:57:03     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
09:57:03     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
09:57:03 Caused by: org.eclipse.aether.resolution.ArtifactDescriptorException: Failed to read artifact descriptor for org.glassfish.jaxb:txw2:jar:2.4.0-b180608.0325
09:57:03     at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom (DefaultArtifactDescriptorReader.java:255)
09:57:03     at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor (DefaultArtifactDescriptorReader.java:171)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.resolveCachedArtifactDescriptor (DefaultDependencyCollector.java:541)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.getArtifactDescriptorResult (DefaultDependencyCollector.java:524)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:412)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:365)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.process (DefaultDependencyCollector.java:352)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.doRecurse (DefaultDependencyCollector.java:509)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:461)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:365)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.process (DefaultDependencyCollector.java:352)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.doRecurse (DefaultDependencyCollector.java:509)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:461)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:365)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.process (DefaultDependencyCollector.java:352)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.doRecurse (DefaultDependencyCollector.java:509)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:461)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:365)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.process (DefaultDependencyCollector.java:352)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.collectDependencies (DefaultDependencyCollector.java:254)
09:57:03     at org.eclipse.aether.internal.impl.DefaultRepositorySystem.collectDependencies (DefaultRepositorySystem.java:284)
09:57:03     at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolveInternal (DefaultPluginDependenciesResolver.java:205)
09:57:03     at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve (DefaultPluginDependenciesResolver.java:152)
09:57:03     at org.apache.maven.plugin.internal.DefaultMavenPluginManager.createPluginRealm (DefaultMavenPluginManager.java:404)
09:57:03     at org.apache.maven.plugin.internal.DefaultMavenPluginManager.setupPluginRealm (DefaultMavenPluginManager.java:374)
09:57:03     at org.apache.maven.plugin.DefaultBuildPluginManager.getPluginRealm (DefaultBuildPluginManager.java:234)
09:57:03     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:105)
09:57:03     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
09:57:03     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
09:57:03     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
09:57:03     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
09:57:03     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
09:57:03     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
09:57:03     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
09:57:03     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
09:57:03     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
09:57:03     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
09:57:03     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
09:57:03     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
09:57:03     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
09:57:03     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
09:57:03     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
09:57:03     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
09:57:03     at java.lang.reflect.Method.invoke (Method.java:566)
09:57:03     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
09:57:03     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
09:57:03     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
09:57:03     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
09:57:03 Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Could not transfer artifact org.glassfish.jaxb:txw2:pom:2.4.0-b180608.0325 from/to releases.java.net (http://maven.java.net/content/repositories/releases/): Transfer failed for http://maven.java.net/content/repositories/releases/org/glassfish/jaxb/txw2/2.4.0-b180608.0325/txw2-2.4.0-b180608.0325.pom
09:57:03     at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:424)
09:57:03     at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
09:57:03     at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact (DefaultArtifactResolver.java:207)
09:57:03     at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom (DefaultArtifactDescriptorReader.java:240)
09:57:03     at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor (DefaultArtifactDescriptorReader.java:171)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.resolveCachedArtifactDescriptor (DefaultDependencyCollector.java:541)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.getArtifactDescriptorResult (DefaultDependencyCollector.java:524)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:412)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:365)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.process (DefaultDependencyCollector.java:352)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.doRecurse (DefaultDependencyCollector.java:509)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:461)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:365)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.process (DefaultDependencyCollector.java:352)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.doRecurse (DefaultDependencyCollector.java:509)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:461)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:365)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.process (DefaultDependencyCollector.java:352)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.doRecurse (DefaultDependencyCollector.java:509)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:461)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:365)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.process (DefaultDependencyCollector.java:352)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.collectDependencies (DefaultDependencyCollector.java:254)
09:57:03     at org.eclipse.aether.internal.impl.DefaultRepositorySystem.collectDependencies (DefaultRepositorySystem.java:284)
09:57:03     at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolveInternal (DefaultPluginDependenciesResolver.java:205)
09:57:03     at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve (DefaultPluginDependenciesResolver.java:152)
09:57:03     at org.apache.maven.plugin.internal.DefaultMavenPluginManager.createPluginRealm (DefaultMavenPluginManager.java:404)
09:57:03     at org.apache.maven.plugin.internal.DefaultMavenPluginManager.setupPluginRealm (DefaultMavenPluginManager.java:374)
09:57:03     at org.apache.maven.plugin.DefaultBuildPluginManager.getPluginRealm (DefaultBuildPluginManager.java:234)
09:57:03     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:105)
09:57:03     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
09:57:03     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
09:57:03     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
09:57:03     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
09:57:03     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
09:57:03     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
09:57:03     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
09:57:03     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
09:57:03     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
09:57:03     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
09:57:03     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
09:57:03     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
09:57:03     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
09:57:03     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
09:57:03     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
09:57:03     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
09:57:03     at java.lang.reflect.Method.invoke (Method.java:566)
09:57:03     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
09:57:03     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
09:57:03     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
09:57:03     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
09:57:03 Caused by: org.eclipse.aether.transfer.ArtifactTransferException: Could not transfer artifact org.glassfish.jaxb:txw2:pom:2.4.0-b180608.0325 from/to releases.java.net (http://maven.java.net/content/repositories/releases/): Transfer failed for http://maven.java.net/content/repositories/releases/org/glassfish/jaxb/txw2/2.4.0-b180608.0325/txw2-2.4.0-b180608.0325.pom
09:57:03     at org.eclipse.aether.connector.basic.ArtifactTransportListener.transferFailed (ArtifactTransportListener.java:52)
09:57:03     at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run (BasicRepositoryConnector.java:369)
09:57:03     at org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run (RunnableErrorForwarder.java:75)
09:57:03     at org.eclipse.aether.connector.basic.BasicRepositoryConnector$DirectExecutor.execute (BasicRepositoryConnector.java:644)
09:57:03     at org.eclipse.aether.connector.basic.BasicRepositoryConnector.get (BasicRepositoryConnector.java:262)
09:57:03     at org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads (DefaultArtifactResolver.java:499)
09:57:03     at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:401)
09:57:03     at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
09:57:03     at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact (DefaultArtifactResolver.java:207)
09:57:03     at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom (DefaultArtifactDescriptorReader.java:240)
09:57:03     at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor (DefaultArtifactDescriptorReader.java:171)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.resolveCachedArtifactDescriptor (DefaultDependencyCollector.java:541)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.getArtifactDescriptorResult (DefaultDependencyCollector.java:524)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:412)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:365)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.process (DefaultDependencyCollector.java:352)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.doRecurse (DefaultDependencyCollector.java:509)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:461)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:365)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.process (DefaultDependencyCollector.java:352)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.doRecurse (DefaultDependencyCollector.java:509)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:461)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:365)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.process (DefaultDependencyCollector.java:352)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.doRecurse (DefaultDependencyCollector.java:509)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:461)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:365)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.process (DefaultDependencyCollector.java:352)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.collectDependencies (DefaultDependencyCollector.java:254)
09:57:03     at org.eclipse.aether.internal.impl.DefaultRepositorySystem.collectDependencies (DefaultRepositorySystem.java:284)
09:57:03     at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolveInternal (DefaultPluginDependenciesResolver.java:205)
09:57:03     at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve (DefaultPluginDependenciesResolver.java:152)
09:57:03     at org.apache.maven.plugin.internal.DefaultMavenPluginManager.createPluginRealm (DefaultMavenPluginManager.java:404)
09:57:03     at org.apache.maven.plugin.internal.DefaultMavenPluginManager.setupPluginRealm (DefaultMavenPluginManager.java:374)
09:57:03     at org.apache.maven.plugin.DefaultBuildPluginManager.getPluginRealm (DefaultBuildPluginManager.java:234)
09:57:03     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:105)
09:57:03     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
09:57:03     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
09:57:03     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
09:57:03     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
09:57:03     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
09:57:03     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
09:57:03     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
09:57:03     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
09:57:03     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
09:57:03     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
09:57:03     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
09:57:03     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
09:57:03     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
09:57:03     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
09:57:03     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
09:57:03     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
09:57:03     at java.lang.reflect.Method.invoke (Method.java:566)
09:57:03     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
09:57:03     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
09:57:03     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
09:57:03     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
09:57:03 Caused by: org.apache.maven.wagon.TransferFailedException: Transfer failed for http://maven.java.net/content/repositories/releases/org/glassfish/jaxb/txw2/2.4.0-b180608.0325/txw2-2.4.0-b180608.0325.pom
09:57:03     at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.fillInputData (AbstractHttpClientWagon.java:1242)
09:57:03     at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.fillInputData (AbstractHttpClientWagon.java:1138)
09:57:03     at org.apache.maven.wagon.StreamWagon.getInputStream (StreamWagon.java:126)
09:57:03     at org.apache.maven.wagon.StreamWagon.getIfNewer (StreamWagon.java:88)
09:57:03     at org.apache.maven.wagon.StreamWagon.get (StreamWagon.java:61)
09:57:03     at org.eclipse.aether.transport.wagon.WagonTransporter$GetTaskRunner.run (WagonTransporter.java:567)
09:57:03     at org.eclipse.aether.transport.wagon.WagonTransporter.execute (WagonTransporter.java:435)
09:57:03     at org.eclipse.aether.transport.wagon.WagonTransporter.get (WagonTransporter.java:412)
09:57:03     at org.eclipse.aether.connector.basic.BasicRepositoryConnector$GetTaskRunner.runTask (BasicRepositoryConnector.java:457)
09:57:03     at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run (BasicRepositoryConnector.java:364)
09:57:03     at org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run (RunnableErrorForwarder.java:75)
09:57:03     at org.eclipse.aether.connector.basic.BasicRepositoryConnector$DirectExecutor.execute (BasicRepositoryConnector.java:644)
09:57:03     at org.eclipse.aether.connector.basic.BasicRepositoryConnector.get (BasicRepositoryConnector.java:262)
09:57:03     at org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads (DefaultArtifactResolver.java:499)
09:57:03     at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:401)
09:57:03     at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
09:57:03     at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact (DefaultArtifactResolver.java:207)
09:57:03     at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom (DefaultArtifactDescriptorReader.java:240)
09:57:03     at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor (DefaultArtifactDescriptorReader.java:171)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.resolveCachedArtifactDescriptor (DefaultDependencyCollector.java:541)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.getArtifactDescriptorResult (DefaultDependencyCollector.java:524)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:412)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:365)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.process (DefaultDependencyCollector.java:352)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.doRecurse (DefaultDependencyCollector.java:509)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:461)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:365)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.process (DefaultDependencyCollector.java:352)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.doRecurse (DefaultDependencyCollector.java:509)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:461)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:365)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.process (DefaultDependencyCollector.java:352)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.doRecurse (DefaultDependencyCollector.java:509)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:461)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:365)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.process (DefaultDependencyCollector.java:352)
09:57:03     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.collectDependencies (DefaultDependencyCollector.java:254)
09:57:03     at org.eclipse.aether.internal.impl.DefaultRepositorySystem.collectDependencies (DefaultRepositorySystem.java:284)
09:57:03     at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolveInternal (DefaultPluginDependenciesResolver.java:205)
09:57:03     at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve (DefaultPluginDependenciesResolver.java:152)
09:57:03     at org.apache.maven.plugin.internal.DefaultMavenPluginManager.createPluginRealm (DefaultMavenPluginManager.java:404)
09:57:03     at org.apache.maven.plugin.internal.DefaultMavenPluginManager.setupPluginRealm (DefaultMavenPluginManager.java:374)
09:57:03     at org.apache.maven.plugin.DefaultBuildPluginManager.getPluginRealm (DefaultBuildPluginManager.java:234)
09:57:03     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:105)
09:57:03     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
09:57:03     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
09:57:03     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
09:57:03     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
09:57:03     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
09:57:03     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
09:57:03     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
09:57:03     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
09:57:03     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
09:57:03     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
09:57:03     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
09:57:03     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
09:57:03     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
09:57:03     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
09:57:03     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
09:57:03     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
09:57:03     at java.lang.reflect.Method.invoke (Method.java:566)
09:57:03     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
09:57:03     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
09:57:03     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
09:57:03     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
09:57:03 Caused by: javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed
09:57:03     at sun.security.ssl.Alert.createSSLException (Alert.java:128)
09:57:03     at sun.security.ssl.TransportContext.fatal (TransportContext.java:321)
09:57:03     at sun.security.ssl.TransportContext.fatal (TransportContext.java:264)
09:57:03     at sun.security.ssl.TransportContext.fatal (TransportContext.java:259)
09:57:03     at sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts (CertificateMessage.java:642)
09:57:03     at sun.security.ssl.CertificateMessage$T12CertificateConsumer.onCertificate (CertificateMessage.java:461)
09:57:03     at sun.security.ssl.CertificateMessage$T12CertificateConsumer.consume (CertificateMessage.java:361)
09:57:03     at sun.security.ssl.SSLHandshake.consume (SSLHandshake.java:392)
09:57:03     at sun.security.ssl.HandshakeContext.dispatch (HandshakeContext.java:444)
09:57:03     at sun.security.ssl.HandshakeContext.dispatch (HandshakeContext.java:421)
09:57:03     at sun.security.ssl.TransportContext.dispatch (TransportContext.java:178)
09:57:03     at sun.security.ssl.SSLTransport.decode (SSLTransport.java:164)
09:57:03     at sun.security.ssl.SSLSocketImpl.decode (SSLSocketImpl.java:1152)
09:57:03     at sun.security.ssl.SSLSocketImpl.readHandshakeRecord (SSLSocketImpl.java:1063)
09:57:03     at sun.security.ssl.SSLSocketImpl.startHandshake (SSLSocketImpl.java:402)
09:57:03     at org.apache.maven.wagon.providers.http.httpclient.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket (SSLConnectionSocketFactory.java:436)
09:57:03     at org.apache.maven.wagon.providers.http.httpclient.conn.ssl.SSLConnectionSocketFactory.connectSocket (SSLConnectionSocketFactory.java:384)
09:57:03     at org.apache.maven.wagon.providers.http.httpclient.impl.conn.DefaultHttpClientConnectionOperator.connect (DefaultHttpClientConnectionOperator.java:142)
09:57:03     at org.apache.maven.wagon.providers.http.httpclient.impl.conn.PoolingHttpClientConnectionManager.connect (PoolingHttpClientConnectionManager.java:374)
09:57:03     at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.MainClientExec.establishRoute (MainClientExec.java:393)
09:57:03     at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.MainClientExec.execute (MainClientExec.java:236)
09:57:03     at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.ProtocolExec.execute (ProtocolExec.java:186)
09:57:03     at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec.execute (RetryExec.java:89)
09:57:03     at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RedirectExec.execute (RedirectExec.java:110)
09:57:03     at org.apache.maven.wagon.providers.http.httpclient.impl.client.InternalHttpClient.doExecute (InternalHttpClient.java:185)
09:57:03     at org.apache.maven.wagon.providers.http.httpclient.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:83)
09:57:03     at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.execute (AbstractHttpClientWagon.java:1002)
09:57:03     at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.fillInputData (AbstractHttpClientWagon.java:1160)
09:57:03     at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.fillInputData (AbstractHttpClientWagon.java:1138)
09:57:03     at org.apache.maven.wagon.StreamWagon.getInputStream (StreamWagon.java:126)
09:57:03     at org.apache.maven.wagon.StreamWagon.getIfNewer (StreamWagon.java:88)
09:57:03     at org.apache.maven.wagon.StreamWagon.get (StreamWagon.java:61)
09:57:03     at org.eclipse.aether.transport.wagon.WagonTransporter$GetTaskRunner.run (WagonTransporter.java:567)
09:57:03     at org.eclipse.aether.transport.wagon.WagonTransporter.execute (WagonTransporter.java:435)
09:57:03     at org.eclipse.aether.transport.wagon.WagonTransporter.get (WagonTransporter.java:412)
09:57:03     at org.eclipse.aether.connector.basic.BasicRepositoryConnector$GetTaskRunner.runTask (BasicRepositoryConnector.java:457)
09:57:03     at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run (BasicRepositoryConnector.java:364)
09:57:03     at org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run (RunnableErrorForwarder.java:75)
09:57:03     at org.eclipse.aether.connector.basic.BasicRepositoryConnector$DirectExecutor.execute (BasicRepositoryConnector.java:644)
09:57:03     at org.eclipse.aether.connector.basic.BasicRepositoryConnector.get (BasicRepositoryConnector.java:262)
09:57:03     at org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads (DefaultArtifactResolver.java:499)
09:57:03     at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:401)
09:57:03     at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
09:57:03     at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact (DefaultArtifactResolver.java:207)
09:57:03     at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom (DefaultArtifactDescriptorReader.java:240)
09:57:03     at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor (DefaultArtifactDescriptorReader.java:171)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.resolveCachedArtifactDescriptor (DefaultDependencyCollector.java:541)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.getArtifactDescriptorResult (DefaultDependencyCollector.java:524)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:412)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:365)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.process (DefaultDependencyCollector.java:352)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.doRecurse (DefaultDependencyCollector.java:509)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:461)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:365)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.process (DefaultDependencyCollector.java:352)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.doRecurse (DefaultDependencyCollector.java:509)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:461)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:365)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.process (DefaultDependencyCollector.java:352)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.doRecurse (DefaultDependencyCollector.java:509)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:461)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:365)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.process (DefaultDependencyCollector.java:352)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.collectDependencies (DefaultDependencyCollector.java:254)
09:57:04     at org.eclipse.aether.internal.impl.DefaultRepositorySystem.collectDependencies (DefaultRepositorySystem.java:284)
09:57:04     at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolveInternal (DefaultPluginDependenciesResolver.java:205)
09:57:04     at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve (DefaultPluginDependenciesResolver.java:152)
09:57:04     at org.apache.maven.plugin.internal.DefaultMavenPluginManager.createPluginRealm (DefaultMavenPluginManager.java:404)
09:57:04     at org.apache.maven.plugin.internal.DefaultMavenPluginManager.setupPluginRealm (DefaultMavenPluginManager.java:374)
09:57:04     at org.apache.maven.plugin.DefaultBuildPluginManager.getPluginRealm (DefaultBuildPluginManager.java:234)
09:57:04     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:105)
09:57:04     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
09:57:04     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
09:57:04     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
09:57:04     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
09:57:04     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
09:57:04     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
09:57:04     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
09:57:04     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
09:57:04     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
09:57:04     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
09:57:04     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
09:57:04     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
09:57:04     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
09:57:04     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
09:57:04     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
09:57:04     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
09:57:04     at java.lang.reflect.Method.invoke (Method.java:566)
09:57:04     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
09:57:04     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
09:57:04     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
09:57:04     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
09:57:04 Caused by: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed
09:57:04     at sun.security.validator.PKIXValidator.doValidate (PKIXValidator.java:350)
09:57:04     at sun.security.validator.PKIXValidator.engineValidate (PKIXValidator.java:259)
09:57:04     at sun.security.validator.Validator.validate (Validator.java:264)
09:57:04     at sun.security.ssl.X509TrustManagerImpl.validate (X509TrustManagerImpl.java:321)
09:57:04     at sun.security.ssl.X509TrustManagerImpl.checkTrusted (X509TrustManagerImpl.java:221)
09:57:04     at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted (X509TrustManagerImpl.java:129)
09:57:04     at sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts (CertificateMessage.java:626)
09:57:04     at sun.security.ssl.CertificateMessage$T12CertificateConsumer.onCertificate (CertificateMessage.java:461)
09:57:04     at sun.security.ssl.CertificateMessage$T12CertificateConsumer.consume (CertificateMessage.java:361)
09:57:04     at sun.security.ssl.SSLHandshake.consume (SSLHandshake.java:392)
09:57:04     at sun.security.ssl.HandshakeContext.dispatch (HandshakeContext.java:444)
09:57:04     at sun.security.ssl.HandshakeContext.dispatch (HandshakeContext.java:421)
09:57:04     at sun.security.ssl.TransportContext.dispatch (TransportContext.java:178)
09:57:04     at sun.security.ssl.SSLTransport.decode (SSLTransport.java:164)
09:57:04     at sun.security.ssl.SSLSocketImpl.decode (SSLSocketImpl.java:1152)
09:57:04     at sun.security.ssl.SSLSocketImpl.readHandshakeRecord (SSLSocketImpl.java:1063)
09:57:04     at sun.security.ssl.SSLSocketImpl.startHandshake (SSLSocketImpl.java:402)
09:57:04     at org.apache.maven.wagon.providers.http.httpclient.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket (SSLConnectionSocketFactory.java:436)
09:57:04     at org.apache.maven.wagon.providers.http.httpclient.conn.ssl.SSLConnectionSocketFactory.connectSocket (SSLConnectionSocketFactory.java:384)
09:57:04     at org.apache.maven.wagon.providers.http.httpclient.impl.conn.DefaultHttpClientConnectionOperator.connect (DefaultHttpClientConnectionOperator.java:142)
09:57:04     at org.apache.maven.wagon.providers.http.httpclient.impl.conn.PoolingHttpClientConnectionManager.connect (PoolingHttpClientConnectionManager.java:374)
09:57:04     at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.MainClientExec.establishRoute (MainClientExec.java:393)
09:57:04     at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.MainClientExec.execute (MainClientExec.java:236)
09:57:04     at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.ProtocolExec.execute (ProtocolExec.java:186)
09:57:04     at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec.execute (RetryExec.java:89)
09:57:04     at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RedirectExec.execute (RedirectExec.java:110)
09:57:04     at org.apache.maven.wagon.providers.http.httpclient.impl.client.InternalHttpClient.doExecute (InternalHttpClient.java:185)
09:57:04     at org.apache.maven.wagon.providers.http.httpclient.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:83)
09:57:04     at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.execute (AbstractHttpClientWagon.java:1002)
09:57:04     at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.fillInputData (AbstractHttpClientWagon.java:1160)
09:57:04     at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.fillInputData (AbstractHttpClientWagon.java:1138)
09:57:04     at org.apache.maven.wagon.StreamWagon.getInputStream (StreamWagon.java:126)
09:57:04     at org.apache.maven.wagon.StreamWagon.getIfNewer (StreamWagon.java:88)
09:57:04     at org.apache.maven.wagon.StreamWagon.get (StreamWagon.java:61)
09:57:04     at org.eclipse.aether.transport.wagon.WagonTransporter$GetTaskRunner.run (WagonTransporter.java:567)
09:57:04     at org.eclipse.aether.transport.wagon.WagonTransporter.execute (WagonTransporter.java:435)
09:57:04     at org.eclipse.aether.transport.wagon.WagonTransporter.get (WagonTransporter.java:412)
09:57:04     at org.eclipse.aether.connector.basic.BasicRepositoryConnector$GetTaskRunner.runTask (BasicRepositoryConnector.java:457)
09:57:04     at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run (BasicRepositoryConnector.java:364)
09:57:04     at org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run (RunnableErrorForwarder.java:75)
09:57:04     at org.eclipse.aether.connector.basic.BasicRepositoryConnector$DirectExecutor.execute (BasicRepositoryConnector.java:644)
09:57:04     at org.eclipse.aether.connector.basic.BasicRepositoryConnector.get (BasicRepositoryConnector.java:262)
09:57:04     at org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads (DefaultArtifactResolver.java:499)
09:57:04     at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:401)
09:57:04     at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
09:57:04     at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact (DefaultArtifactResolver.java:207)
09:57:04     at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom (DefaultArtifactDescriptorReader.java:240)
09:57:04     at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor (DefaultArtifactDescriptorReader.java:171)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.resolveCachedArtifactDescriptor (DefaultDependencyCollector.java:541)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.getArtifactDescriptorResult (DefaultDependencyCollector.java:524)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:412)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:365)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.process (DefaultDependencyCollector.java:352)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.doRecurse (DefaultDependencyCollector.java:509)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:461)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:365)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.process (DefaultDependencyCollector.java:352)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.doRecurse (DefaultDependencyCollector.java:509)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:461)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:365)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.process (DefaultDependencyCollector.java:352)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.doRecurse (DefaultDependencyCollector.java:509)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:461)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:365)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.process (DefaultDependencyCollector.java:352)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.collectDependencies (DefaultDependencyCollector.java:254)
09:57:04     at org.eclipse.aether.internal.impl.DefaultRepositorySystem.collectDependencies (DefaultRepositorySystem.java:284)
09:57:04     at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolveInternal (DefaultPluginDependenciesResolver.java:205)
09:57:04     at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve (DefaultPluginDependenciesResolver.java:152)
09:57:04     at org.apache.maven.plugin.internal.DefaultMavenPluginManager.createPluginRealm (DefaultMavenPluginManager.java:404)
09:57:04     at org.apache.maven.plugin.internal.DefaultMavenPluginManager.setupPluginRealm (DefaultMavenPluginManager.java:374)
09:57:04     at org.apache.maven.plugin.DefaultBuildPluginManager.getPluginRealm (DefaultBuildPluginManager.java:234)
09:57:04     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:105)
09:57:04     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
09:57:04     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
09:57:04     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
09:57:04     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
09:57:04     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
09:57:04     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
09:57:04     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
09:57:04     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
09:57:04     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
09:57:04     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
09:57:04     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
09:57:04     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
09:57:04     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
09:57:04     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
09:57:04     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
09:57:04     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
09:57:04     at java.lang.reflect.Method.invoke (Method.java:566)
09:57:04     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
09:57:04     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
09:57:04     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
09:57:04     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
09:57:04 Caused by: java.security.cert.CertPathValidatorException: validity check failed
09:57:04     at sun.security.provider.certpath.PKIXMasterCertPathValidator.validate (PKIXMasterCertPathValidator.java:135)
09:57:04     at sun.security.provider.certpath.PKIXCertPathValidator.validate (PKIXCertPathValidator.java:233)
09:57:04     at sun.security.provider.certpath.PKIXCertPathValidator.validate (PKIXCertPathValidator.java:141)
09:57:04     at sun.security.provider.certpath.PKIXCertPathValidator.engineValidate (PKIXCertPathValidator.java:80)
09:57:04     at java.security.cert.CertPathValidator.validate (CertPathValidator.java:309)
09:57:04     at sun.security.validator.PKIXValidator.doValidate (PKIXValidator.java:345)
09:57:04     at sun.security.validator.PKIXValidator.engineValidate (PKIXValidator.java:259)
09:57:04     at sun.security.validator.Validator.validate (Validator.java:264)
09:57:04     at sun.security.ssl.X509TrustManagerImpl.validate (X509TrustManagerImpl.java:321)
09:57:04     at sun.security.ssl.X509TrustManagerImpl.checkTrusted (X509TrustManagerImpl.java:221)
09:57:04     at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted (X509TrustManagerImpl.java:129)
09:57:04     at sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts (CertificateMessage.java:626)
09:57:04     at sun.security.ssl.CertificateMessage$T12CertificateConsumer.onCertificate (CertificateMessage.java:461)
09:57:04     at sun.security.ssl.CertificateMessage$T12CertificateConsumer.consume (CertificateMessage.java:361)
09:57:04     at sun.security.ssl.SSLHandshake.consume (SSLHandshake.java:392)
09:57:04     at sun.security.ssl.HandshakeContext.dispatch (HandshakeContext.java:444)
09:57:04     at sun.security.ssl.HandshakeContext.dispatch (HandshakeContext.java:421)
09:57:04     at sun.security.ssl.TransportContext.dispatch (TransportContext.java:178)
09:57:04     at sun.security.ssl.SSLTransport.decode (SSLTransport.java:164)
09:57:04     at sun.security.ssl.SSLSocketImpl.decode (SSLSocketImpl.java:1152)
09:57:04     at sun.security.ssl.SSLSocketImpl.readHandshakeRecord (SSLSocketImpl.java:1063)
09:57:04     at sun.security.ssl.SSLSocketImpl.startHandshake (SSLSocketImpl.java:402)
09:57:04     at org.apache.maven.wagon.providers.http.httpclient.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket (SSLConnectionSocketFactory.java:436)
09:57:04     at org.apache.maven.wagon.providers.http.httpclient.conn.ssl.SSLConnectionSocketFactory.connectSocket (SSLConnectionSocketFactory.java:384)
09:57:04     at org.apache.maven.wagon.providers.http.httpclient.impl.conn.DefaultHttpClientConnectionOperator.connect (DefaultHttpClientConnectionOperator.java:142)
09:57:04     at org.apache.maven.wagon.providers.http.httpclient.impl.conn.PoolingHttpClientConnectionManager.connect (PoolingHttpClientConnectionManager.java:374)
09:57:04     at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.MainClientExec.establishRoute (MainClientExec.java:393)
09:57:04     at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.MainClientExec.execute (MainClientExec.java:236)
09:57:04     at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.ProtocolExec.execute (ProtocolExec.java:186)
09:57:04     at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec.execute (RetryExec.java:89)
09:57:04     at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RedirectExec.execute (RedirectExec.java:110)
09:57:04     at org.apache.maven.wagon.providers.http.httpclient.impl.client.InternalHttpClient.doExecute (InternalHttpClient.java:185)
09:57:04     at org.apache.maven.wagon.providers.http.httpclient.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:83)
09:57:04     at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.execute (AbstractHttpClientWagon.java:1002)
09:57:04     at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.fillInputData (AbstractHttpClientWagon.java:1160)
09:57:04     at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.fillInputData (AbstractHttpClientWagon.java:1138)
09:57:04     at org.apache.maven.wagon.StreamWagon.getInputStream (StreamWagon.java:126)
09:57:04     at org.apache.maven.wagon.StreamWagon.getIfNewer (StreamWagon.java:88)
09:57:04     at org.apache.maven.wagon.StreamWagon.get (StreamWagon.java:61)
09:57:04     at org.eclipse.aether.transport.wagon.WagonTransporter$GetTaskRunner.run (WagonTransporter.java:567)
09:57:04     at org.eclipse.aether.transport.wagon.WagonTransporter.execute (WagonTransporter.java:435)
09:57:04     at org.eclipse.aether.transport.wagon.WagonTransporter.get (WagonTransporter.java:412)
09:57:04     at org.eclipse.aether.connector.basic.BasicRepositoryConnector$GetTaskRunner.runTask (BasicRepositoryConnector.java:457)
09:57:04     at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run (BasicRepositoryConnector.java:364)
09:57:04     at org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run (RunnableErrorForwarder.java:75)
09:57:04     at org.eclipse.aether.connector.basic.BasicRepositoryConnector$DirectExecutor.execute (BasicRepositoryConnector.java:644)
09:57:04     at org.eclipse.aether.connector.basic.BasicRepositoryConnector.get (BasicRepositoryConnector.java:262)
09:57:04     at org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads (DefaultArtifactResolver.java:499)
09:57:04     at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:401)
09:57:04     at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
09:57:04     at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact (DefaultArtifactResolver.java:207)
09:57:04     at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom (DefaultArtifactDescriptorReader.java:240)
09:57:04     at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor (DefaultArtifactDescriptorReader.java:171)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.resolveCachedArtifactDescriptor (DefaultDependencyCollector.java:541)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.getArtifactDescriptorResult (DefaultDependencyCollector.java:524)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:412)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:365)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.process (DefaultDependencyCollector.java:352)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.doRecurse (DefaultDependencyCollector.java:509)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:461)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:365)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.process (DefaultDependencyCollector.java:352)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.doRecurse (DefaultDependencyCollector.java:509)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:461)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:365)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.process (DefaultDependencyCollector.java:352)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.doRecurse (DefaultDependencyCollector.java:509)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:461)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:365)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.process (DefaultDependencyCollector.java:352)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.collectDependencies (DefaultDependencyCollector.java:254)
09:57:04     at org.eclipse.aether.internal.impl.DefaultRepositorySystem.collectDependencies (DefaultRepositorySystem.java:284)
09:57:04     at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolveInternal (DefaultPluginDependenciesResolver.java:205)
09:57:04     at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve (DefaultPluginDependenciesResolver.java:152)
09:57:04     at org.apache.maven.plugin.internal.DefaultMavenPluginManager.createPluginRealm (DefaultMavenPluginManager.java:404)
09:57:04     at org.apache.maven.plugin.internal.DefaultMavenPluginManager.setupPluginRealm (DefaultMavenPluginManager.java:374)
09:57:04     at org.apache.maven.plugin.DefaultBuildPluginManager.getPluginRealm (DefaultBuildPluginManager.java:234)
09:57:04     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:105)
09:57:04     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
09:57:04     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
09:57:04     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
09:57:04     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
09:57:04     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
09:57:04     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
09:57:04     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
09:57:04     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
09:57:04     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
09:57:04     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
09:57:04     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
09:57:04     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
09:57:04     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
09:57:04     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
09:57:04     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
09:57:04     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
09:57:04     at java.lang.reflect.Method.invoke (Method.java:566)
09:57:04     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
09:57:04     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
09:57:04     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
09:57:04     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
09:57:04 Caused by: java.security.cert.CertificateExpiredException: NotAfter: Fri Feb 19 12:00:00 UTC 2021
09:57:04     at sun.security.x509.CertificateValidity.valid (CertificateValidity.java:274)
09:57:04     at sun.security.x509.X509CertImpl.checkValidity (X509CertImpl.java:687)
09:57:04     at sun.security.provider.certpath.BasicChecker.verifyValidity (BasicChecker.java:190)
09:57:04     at sun.security.provider.certpath.BasicChecker.check (BasicChecker.java:144)
09:57:04     at sun.security.provider.certpath.PKIXMasterCertPathValidator.validate (PKIXMasterCertPathValidator.java:125)
09:57:04     at sun.security.provider.certpath.PKIXCertPathValidator.validate (PKIXCertPathValidator.java:233)
09:57:04     at sun.security.provider.certpath.PKIXCertPathValidator.validate (PKIXCertPathValidator.java:141)
09:57:04     at sun.security.provider.certpath.PKIXCertPathValidator.engineValidate (PKIXCertPathValidator.java:80)
09:57:04     at java.security.cert.CertPathValidator.validate (CertPathValidator.java:309)
09:57:04     at sun.security.validator.PKIXValidator.doValidate (PKIXValidator.java:345)
09:57:04     at sun.security.validator.PKIXValidator.engineValidate (PKIXValidator.java:259)
09:57:04     at sun.security.validator.Validator.validate (Validator.java:264)
09:57:04     at sun.security.ssl.X509TrustManagerImpl.validate (X509TrustManagerImpl.java:321)
09:57:04     at sun.security.ssl.X509TrustManagerImpl.checkTrusted (X509TrustManagerImpl.java:221)
09:57:04     at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted (X509TrustManagerImpl.java:129)
09:57:04     at sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts (CertificateMessage.java:626)
09:57:04     at sun.security.ssl.CertificateMessage$T12CertificateConsumer.onCertificate (CertificateMessage.java:461)
09:57:04     at sun.security.ssl.CertificateMessage$T12CertificateConsumer.consume (CertificateMessage.java:361)
09:57:04     at sun.security.ssl.SSLHandshake.consume (SSLHandshake.java:392)
09:57:04     at sun.security.ssl.HandshakeContext.dispatch (HandshakeContext.java:444)
09:57:04     at sun.security.ssl.HandshakeContext.dispatch (HandshakeContext.java:421)
09:57:04     at sun.security.ssl.TransportContext.dispatch (TransportContext.java:178)
09:57:04     at sun.security.ssl.SSLTransport.decode (SSLTransport.java:164)
09:57:04     at sun.security.ssl.SSLSocketImpl.decode (SSLSocketImpl.java:1152)
09:57:04     at sun.security.ssl.SSLSocketImpl.readHandshakeRecord (SSLSocketImpl.java:1063)
09:57:04     at sun.security.ssl.SSLSocketImpl.startHandshake (SSLSocketImpl.java:402)
09:57:04     at org.apache.maven.wagon.providers.http.httpclient.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket (SSLConnectionSocketFactory.java:436)
09:57:04     at org.apache.maven.wagon.providers.http.httpclient.conn.ssl.SSLConnectionSocketFactory.connectSocket (SSLConnectionSocketFactory.java:384)
09:57:04     at org.apache.maven.wagon.providers.http.httpclient.impl.conn.DefaultHttpClientConnectionOperator.connect (DefaultHttpClientConnectionOperator.java:142)
09:57:04     at org.apache.maven.wagon.providers.http.httpclient.impl.conn.PoolingHttpClientConnectionManager.connect (PoolingHttpClientConnectionManager.java:374)
09:57:04     at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.MainClientExec.establishRoute (MainClientExec.java:393)
09:57:04     at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.MainClientExec.execute (MainClientExec.java:236)
09:57:04     at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.ProtocolExec.execute (ProtocolExec.java:186)
09:57:04     at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec.execute (RetryExec.java:89)
09:57:04     at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RedirectExec.execute (RedirectExec.java:110)
09:57:04     at org.apache.maven.wagon.providers.http.httpclient.impl.client.InternalHttpClient.doExecute (InternalHttpClient.java:185)
09:57:04     at org.apache.maven.wagon.providers.http.httpclient.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:83)
09:57:04     at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.execute (AbstractHttpClientWagon.java:1002)
09:57:04     at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.fillInputData (AbstractHttpClientWagon.java:1160)
09:57:04     at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.fillInputData (AbstractHttpClientWagon.java:1138)
09:57:04     at org.apache.maven.wagon.StreamWagon.getInputStream (StreamWagon.java:126)
09:57:04     at org.apache.maven.wagon.StreamWagon.getIfNewer (StreamWagon.java:88)
09:57:04     at org.apache.maven.wagon.StreamWagon.get (StreamWagon.java:61)
09:57:04     at org.eclipse.aether.transport.wagon.WagonTransporter$GetTaskRunner.run (WagonTransporter.java:567)
09:57:04     at org.eclipse.aether.transport.wagon.WagonTransporter.execute (WagonTransporter.java:435)
09:57:04     at org.eclipse.aether.transport.wagon.WagonTransporter.get (WagonTransporter.java:412)
09:57:04     at org.eclipse.aether.connector.basic.BasicRepositoryConnector$GetTaskRunner.runTask (BasicRepositoryConnector.java:457)
09:57:04     at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run (BasicRepositoryConnector.java:364)
09:57:04     at org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run (RunnableErrorForwarder.java:75)
09:57:04     at org.eclipse.aether.connector.basic.BasicRepositoryConnector$DirectExecutor.execute (BasicRepositoryConnector.java:644)
09:57:04     at org.eclipse.aether.connector.basic.BasicRepositoryConnector.get (BasicRepositoryConnector.java:262)
09:57:04     at org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads (DefaultArtifactResolver.java:499)
09:57:04     at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:401)
09:57:04     at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
09:57:04     at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact (DefaultArtifactResolver.java:207)
09:57:04     at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom (DefaultArtifactDescriptorReader.java:240)
09:57:04     at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor (DefaultArtifactDescriptorReader.java:171)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.resolveCachedArtifactDescriptor (DefaultDependencyCollector.java:541)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.getArtifactDescriptorResult (DefaultDependencyCollector.java:524)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:412)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:365)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.process (DefaultDependencyCollector.java:352)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.doRecurse (DefaultDependencyCollector.java:509)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:461)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:365)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.process (DefaultDependencyCollector.java:352)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.doRecurse (DefaultDependencyCollector.java:509)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:461)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:365)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.process (DefaultDependencyCollector.java:352)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.doRecurse (DefaultDependencyCollector.java:509)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:461)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency (DefaultDependencyCollector.java:365)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.process (DefaultDependencyCollector.java:352)
09:57:04     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.collectDependencies (DefaultDependencyCollector.java:254)
09:57:04     at org.eclipse.aether.internal.impl.DefaultRepositorySystem.collectDependencies (DefaultRepositorySystem.java:284)
09:57:04     at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolveInternal (DefaultPluginDependenciesResolver.java:205)
09:57:04     at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve (DefaultPluginDependenciesResolver.java:152)
09:57:04     at org.apache.maven.plugin.internal.DefaultMavenPluginManager.createPluginRealm (DefaultMavenPluginManager.java:404)
09:57:04     at org.apache.maven.plugin.internal.DefaultMavenPluginManager.setupPluginRealm (DefaultMavenPluginManager.java:374)
09:57:04     at org.apache.maven.plugin.DefaultBuildPluginManager.getPluginRealm (DefaultBuildPluginManager.java:234)
09:57:04     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:105)
09:57:04     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
09:57:04     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
09:57:04     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
09:57:04     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
09:57:04     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
09:57:04     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
09:57:04     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
09:57:04     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
09:57:04     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
09:57:04     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
09:57:04     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
09:57:04     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
09:57:04     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
09:57:04     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
09:57:04     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
09:57:04     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
09:57:04     at java.lang.reflect.Method.invoke (Method.java:566)
09:57:04     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
09:57:04     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
09:57:04     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
09:57:04     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
09:57:04 [ERROR] 
09:57:04 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
09:57:04 [ERROR] 
09:57:04 [ERROR] For more information about the errors and possible solutions, please read the following articles:
09:57:04 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
09:57:04 [ERROR] 
09:57:04 [ERROR] After correcting the problems, you can resume the build with the command
09:57:04 [ERROR]   mvn <args> -rf :org.eclipse.scout.rt.server.jaxws.test
09:57:04 Build step 'Invoke top-level Maven targets' marked build as failure
09:57:05 Sending e-mails to: bsh@bsiag.com
09:57:05 Recording test results
09:57:07 [Checks API] No suitable checks publisher found.
09:57:07 Finished: FAILURE